gust82 has quit [Remote host closed the connection]
MrZeus_ has joined #ffmpeg
ecapi has quit [Ping timeout: 246 seconds]
Vonter has quit [Ping timeout: 268 seconds]
Shine_ has joined #ffmpeg
Vonter has joined #ffmpeg
five618480 has quit [Remote host closed the connection]
five618480 has joined #ffmpeg
Shine_ has quit [Read error: Connection reset by peer]
ecapi has joined #ffmpeg
jab416171 has quit [Ping timeout: 246 seconds]
navi has quit [Quit: WeeChat 4.0.4]
jab416171 has joined #ffmpeg
ecapi has quit [Ping timeout: 268 seconds]
ocrete2 has quit [Server closed connection]
ocrete2 has joined #ffmpeg
nd has quit [Ping timeout: 256 seconds]
nd has joined #ffmpeg
lexano has quit [Ping timeout: 268 seconds]
pa has quit [Ping timeout: 255 seconds]
MrZeus_ has quit [Ping timeout: 246 seconds]
ecapi has joined #ffmpeg
ecapi_ has joined #ffmpeg
emmanuelux_ has joined #ffmpeg
emmanuelux_ has quit [Remote host closed the connection]
emmanuelux has quit [Ping timeout: 246 seconds]
foonix has quit [Server closed connection]
foonix has joined #ffmpeg
ecapi has quit [Ping timeout: 268 seconds]
emmanuelux has joined #ffmpeg
qaph has joined #ffmpeg
kron has quit [Ping timeout: 256 seconds]
Keshl has quit [Server closed connection]
thilo has quit [Ping timeout: 240 seconds]
Keshl has joined #ffmpeg
thilo has joined #ffmpeg
qaph is now known as kron
lavaball has quit [Remote host closed the connection]
Shuriko has joined #ffmpeg
jab416171 has quit [Ping timeout: 246 seconds]
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
dgcampea-2 has joined #ffmpeg
dgcampea has quit [Killed (NickServ (Forcing logout dgcampea -> dgcampea))]
dgcampea-2 is now known as dgcampea
hackkitten has quit [Server closed connection]
hackkitten has joined #ffmpeg
jab416171 has joined #ffmpeg
bitbinge has quit [Ping timeout: 264 seconds]
hightower4 has joined #ffmpeg
hightower3 has quit [Ping timeout: 260 seconds]
lusciouslover has joined #ffmpeg
wyatt8740 has quit [Remote host closed the connection]
wyatt8740 has joined #ffmpeg
pah has joined #ffmpeg
jab416171 has quit [Ping timeout: 246 seconds]
wyatt8740 has quit [Remote host closed the connection]
lusciouslover has quit [Ping timeout: 268 seconds]
wyatt8740 has joined #ffmpeg
Muimi has joined #ffmpeg
jab416171 has joined #ffmpeg
wyatt8740 has quit [Ping timeout: 246 seconds]
wyatt8740 has joined #ffmpeg
wangbin has joined #ffmpeg
<aaabbb> with ffplay in interactive mode, how do i step back 1 frame? s steps forward one, but i want to step forward, or back
lemourin has quit [Read error: Connection reset by peer]
lemourin5 has joined #ffmpeg
lemourin5 is now known as lemourin
ahc has joined #ffmpeg
minimal has quit [Quit: Leaving]
ad2_ has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
MisterMinister has quit [Ping timeout: 256 seconds]
<aaabbb> i wish to be able to step thru frames with -v debug and mpdecimate filter so that i can see the values for hi and lo for each frame
bitbinge has joined #ffmpeg
<kepstin> you can't step back when using stateful filters like mpdecimate
<kepstin> either you'll get different results because the frames go through the filter chain in a different order, or you'll get different results because it has to re-initialize the filters and start as if you'd seeked directly to the new point.
<aaabbb> kepstin: the filter doesn't need to work backwards, as long as i can look back at the previous frame that it had last worked on
<aaabbb> basically, i want to see the value of hi and lo for frames that are incorrectly kept, and for frames that are incorrectly dropped, and being able to go back and forth lets me visually see the difference. that along with seeing the hi and lo values helps me tweak them
<aaabbb> i *can* do it only stepping forward by pressing s, but then i have to keep a mental picture in my head of the previous frame and hope that i see the difference
<kepstin> so.. you want a player that saves a copy of the previous frame in memory so you can go back and look at it again? I haven't heard of any that can do that :/
<aaabbb> kepstin: mpv lets me seek backwards and forwards, i assumed it kept the last few frames in memory so it didn't have to decode the whole gop again but my assumption could be wrong
<kepstin> no, decodes the whole gop again when backstepping, running the frames through filters again
<aaabbb> ah ok
<kepstin> with mpdecimate that means you'll get different decisions on which frames are dropped
maxim_d33 has quit [Ping timeout: 246 seconds]
<kepstin> it's actually pretty noticable; on video encoded with long gops, backstepping is a lot faster near the start of the gop than the end :)
<aaabbb> so perhaps i'll have to do something more complex, to somehow run drawtext with the values being compared against hi and lo on each frame, with mpdecimate doing a dry run (deciding whether to drop or keep a frame, but not actually doing it). that part is easy but doing the drawtext is probably harder, and i'll have to use libavfilter in a custom program
<kepstin> yeah, i don't think mpdecimate puts the debug threshold values anywhere that another filter could read, they're just debug text logs.
<aaabbb> i could either change vf_mpdecimate.c and recompile, or save the debug logs to a file and parse them, then run ffmpeg again and use that file to determine drawtext values
dgcampea has quit [Remote host closed the connection]
tofran0 has joined #ffmpeg
dgcampea has joined #ffmpeg
maxim_d33 has joined #ffmpeg
tofran has quit [Ping timeout: 245 seconds]
tofran0 is now known as tofran
bpmedley has quit [Server closed connection]
bpmedley has joined #ffmpeg
ecapi_ has quit [Remote host closed the connection]
Reventlov has quit [Ping timeout: 260 seconds]
hussein1 has quit [Ping timeout: 264 seconds]
chiselfuse has quit [Ping timeout: 264 seconds]
ecapi_ has joined #ffmpeg
Starz0r has quit [Ping timeout: 245 seconds]
Starz0r has joined #ffmpeg
chiselfuse has joined #ffmpeg
chiselfuse has quit [Remote host closed the connection]
Reventlov has joined #ffmpeg
hussein1 has joined #ffmpeg
chiselfuse has joined #ffmpeg
ecapi has joined #ffmpeg
ecapi_ has quit [Ping timeout: 268 seconds]
ecapi has quit [Ping timeout: 268 seconds]
bitbinge has quit [Ping timeout: 264 seconds]
Vonter has quit [Ping timeout: 268 seconds]
Vonter has joined #ffmpeg
durandal_1707 has quit [Ping timeout: 268 seconds]
durandal_1707 has joined #ffmpeg
ecapi_ has joined #ffmpeg
<aaabbb> this is great for ffplay: -vf "split[tmp][out];[tmp]mpdecimate,nullsink"
<aaabbb> is there any way to see the values of hi and lo in the debug logs? "lo:0<343 lo:0<85 lo:0<85 drop pts:512 pts_time:0.04 drop_count:1" doesn't say hi
qmr has quit [Ping timeout: 240 seconds]
<aaabbb> oh it's out of sync
jos1 has quit [Ping timeout: 256 seconds]
waleee has quit [Ping timeout: 268 seconds]
emmanuelux has quit [Quit: au revoir]
MisterMinister has joined #ffmpeg
darkapex has quit [Ping timeout: 246 seconds]
darkapex has joined #ffmpeg
vampirefrog has quit [Quit: Leaving]
vampirefrog has joined #ffmpeg
jagannatharjun has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
Shine_ has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
a0z has quit [Ping timeout: 246 seconds]
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
AbleBacon has quit [Read error: Connection reset by peer]
balling has joined #ffmpeg
DeHackEd has quit [Remote host closed the connection]
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
DeHackEd has joined #ffmpeg
theobjectivedad has quit [Remote host closed the connection]
theobjectivedad has joined #ffmpeg
Muimi has joined #ffmpeg
tomaw has quit [*.net *.split]
LRN has quit [Server closed connection]
tomaw_ has joined #ffmpeg
LRN has joined #ffmpeg
balling has quit [Quit: Connection closed]
Shine_ has quit [Read error: Connection reset by peer]
wangbin has quit [K-Lined]
xxpor has joined #ffmpeg
rv1sr has joined #ffmpeg
gust82 has joined #ffmpeg
nitrix has quit [Server closed connection]
nitrix has joined #ffmpeg
llyyr has quit [Server closed connection]
llyyr has joined #ffmpeg
rv1sr has quit []
qqq has quit [Ping timeout: 256 seconds]
xxpor has quit [Quit: WeeChat 4.1.1]
rv1sr has joined #ffmpeg
tomaw_ is now known as tomaw
Shine_ has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
dlfhk has joined #ffmpeg
Shuriko has quit [Ping timeout: 268 seconds]
qqq has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Shine_ has quit [Read error: Connection reset by peer]
jos1 has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
nrg has joined #ffmpeg
vlm has joined #ffmpeg
bleb has quit [Server closed connection]
bleb has joined #ffmpeg
theobjectivedad has quit [Ping timeout: 268 seconds]
nd has quit [Ping timeout: 268 seconds]
theobjectivedad has joined #ffmpeg
moxie has quit [Server closed connection]
moxie has joined #ffmpeg
Kobaz has quit [Server closed connection]
Kobaz has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
dlfhk has quit [Read error: Connection reset by peer]
Butterfly^ has joined #ffmpeg
Butterfly__ has quit [Ping timeout: 268 seconds]
Butterfly has joined #ffmpeg
nd has joined #ffmpeg
Butterfly^ has quit [Ping timeout: 246 seconds]
marcj has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
marcj has joined #ffmpeg
Swedaniel has joined #ffmpeg
dlfhk has joined #ffmpeg
Swedaniel has quit [Quit: Connection closed]
Ekho has quit [Server closed connection]
lolok has joined #ffmpeg
mobivme has joined #ffmpeg
Ekho has joined #ffmpeg
foamy has quit [Server closed connection]
foamy has joined #ffmpeg
bramhaag7 has quit [Server closed connection]
bramhaag7 has joined #ffmpeg
Blacker47 has joined #ffmpeg
vlm has quit [Remote host closed the connection]
michaelni has quit [Server closed connection]
michaelni has joined #ffmpeg
navi has joined #ffmpeg
mobivme has quit [Ping timeout: 268 seconds]
vtorri39 has joined #ffmpeg
mobivme has joined #ffmpeg
gvg_ has quit [Server closed connection]
gvg_ has joined #ffmpeg
mobivme has quit [Ping timeout: 256 seconds]
pal has quit [Server closed connection]
pal has joined #ffmpeg
swing has quit [Read error: Connection reset by peer]
swing has joined #ffmpeg
rvalue has quit [Ping timeout: 256 seconds]
lavaball has joined #ffmpeg
litheum has quit [Server closed connection]
litheum has joined #ffmpeg
rvalue has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
ecapi has joined #ffmpeg
dreamon has joined #ffmpeg
ecapi has quit [Ping timeout: 256 seconds]
ivanich has joined #ffmpeg
Shine_ has joined #ffmpeg
taupiqueur_shiny has joined #ffmpeg
pah is now known as pa
swing has quit [Ping timeout: 260 seconds]
vtorri39 has quit [Ping timeout: 260 seconds]
swing has joined #ffmpeg
swing has quit [Read error: Connection reset by peer]
swing has joined #ffmpeg
FH_thecat has joined #ffmpeg
lolok has quit [Remote host closed the connection]
swing has quit [Ping timeout: 256 seconds]
vlm has joined #ffmpeg
dgcampea has quit [Remote host closed the connection]
mobivme has joined #ffmpeg
dgcampea has joined #ffmpeg
mobivme has quit [Ping timeout: 268 seconds]
cosminaught has quit [Server closed connection]
cosminaught has joined #ffmpeg
gordonfish has quit [Server closed connection]
gordonfish has joined #ffmpeg
ecapi_ has quit [Ping timeout: 268 seconds]
lexano has joined #ffmpeg
ZedHedTed has joined #ffmpeg
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ffmpeg
swing has joined #ffmpeg
MS-7C95 has joined #ffmpeg
swing has quit [Read error: Connection reset by peer]
swing has joined #ffmpeg
five618480 has quit [Remote host closed the connection]
five618480 has joined #ffmpeg
ecapi has joined #ffmpeg
lucasta has joined #ffmpeg
ecapi has quit [Ping timeout: 260 seconds]
user23 has joined #ffmpeg
waleee has joined #ffmpeg
ecapi_ has joined #ffmpeg
rsx has joined #ffmpeg
user23 has quit [Remote host closed the connection]
user23 has joined #ffmpeg
Naleksuh has quit [Server closed connection]
Naleksuh has joined #ffmpeg
rv1sr has quit []
dlfhk has quit [Remote host closed the connection]
dlfhk has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
jagannatharjun has quit [Quit: Connection closed for inactivity]
catsoften has quit [Server closed connection]
catsoften has joined #ffmpeg
waleee has quit [Ping timeout: 268 seconds]
zsw has quit [Server closed connection]
zsw has joined #ffmpeg
lusciouslover has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
lusciouslover has quit [Ping timeout: 268 seconds]
five618480 has quit [Remote host closed the connection]
five618480 has joined #ffmpeg
Capstan has joined #ffmpeg
Kruppt has joined #ffmpeg
jagannatharjun has joined #ffmpeg
Gaboradon has joined #ffmpeg
SakuraChan has quit [Server closed connection]
Sakura`Kinomoto has joined #ffmpeg
Lypheo has quit [Server closed connection]
Lypheo has joined #ffmpeg
yaboishady6 has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
luser1 has quit [Server closed connection]
luser1 has joined #ffmpeg
beaver has joined #ffmpeg
MS-7C95 has quit [Remote host closed the connection]
mobivme has joined #ffmpeg
jdek has quit [Server closed connection]
jdek has joined #ffmpeg
lexano has quit [Ping timeout: 256 seconds]
Sketch has quit [Server closed connection]
mobivme has quit [Remote host closed the connection]
mobivme has joined #ffmpeg
irc_user has joined #ffmpeg
Sketch has joined #ffmpeg
Traneptora has joined #ffmpeg
lucasta has quit [Ping timeout: 256 seconds]
AbleBacon has joined #ffmpeg
lexano has joined #ffmpeg
elastic_dog has quit [Ping timeout: 268 seconds]
unlord has joined #ffmpeg
elastic_dog has joined #ffmpeg
mobivme1 has joined #ffmpeg
mobivme2 has joined #ffmpeg
mobivme has quit [Ping timeout: 246 seconds]
carpenter has quit [Quit: .]
mobivme1 has quit [Ping timeout: 268 seconds]
taupiqueur_shiny has quit [Remote host closed the connection]
taupiqueur_shiny has joined #ffmpeg
rsx has quit [Quit: rsx]
taupiqueur_shiny has quit [Ping timeout: 250 seconds]
prg has quit [Server closed connection]
prg has joined #ffmpeg
minimal has joined #ffmpeg
mobivme2 has quit [Ping timeout: 256 seconds]
dreamon has quit [Ping timeout: 256 seconds]
Muimi has joined #ffmpeg
whupdup has joined #ffmpeg
mobivme2 has joined #ffmpeg
user23 has quit [Remote host closed the connection]
user23 has joined #ffmpeg
carpenter has joined #ffmpeg
user23 has quit [Ping timeout: 250 seconds]
Nik- has joined #ffmpeg
mobivme2 has quit [Remote host closed the connection]
mobivme2 has joined #ffmpeg
mobivme2 has quit [Remote host closed the connection]
mobivme2 has joined #ffmpeg
dreamon has joined #ffmpeg
nickster has quit [Server closed connection]
nickster has joined #ffmpeg
swing has quit [Ping timeout: 256 seconds]
mobivme2 has quit [Ping timeout: 260 seconds]
swing has joined #ffmpeg
ivanich has quit [Ping timeout: 260 seconds]
MrZeus_ has joined #ffmpeg
swing has quit [Ping timeout: 256 seconds]
bitbinge has joined #ffmpeg
swing has joined #ffmpeg
swing has quit [Read error: Connection reset by peer]
swing has joined #ffmpeg
mobivme2 has joined #ffmpeg
bitbinge has quit [Ping timeout: 264 seconds]
mobivme2 has quit [Ping timeout: 260 seconds]
mobivme2 has joined #ffmpeg
mobivme2 has quit [Ping timeout: 268 seconds]
ecapi has joined #ffmpeg
mobivme2 has joined #ffmpeg
ecapi has quit [Ping timeout: 256 seconds]
dlfhk has quit [Read error: Connection reset by peer]
mobivme2 has quit [Ping timeout: 256 seconds]
beaver has quit [Remote host closed the connection]
beaver has joined #ffmpeg
flom84 has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
cluelessperson has quit [Server closed connection]
cluelessperson has joined #ffmpeg
l4yer has quit [Ping timeout: 252 seconds]
irc_user has quit [Quit: Connection closed for inactivity]
marens101 has quit [Server closed connection]
marens101 has joined #ffmpeg
waleee has joined #ffmpeg
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #ffmpeg
rv1sr has joined #ffmpeg
flom84 has quit [Ping timeout: 260 seconds]
Nixkernal has quit [Quit: No Ping reply in 180 seconds.]
Nixkernal has joined #ffmpeg
mobivme has joined #ffmpeg
bitbinge has joined #ffmpeg
beaver_ has joined #ffmpeg
beaver has quit [Ping timeout: 264 seconds]
beaver_ is now known as beaver
ecapi has joined #ffmpeg
rv1sr has quit []
ecapi has quit [Ping timeout: 268 seconds]
losth1ghway has quit [Server closed connection]
losth1ghway has joined #ffmpeg
beaver has quit [Quit: /channel add -auto #ubuntu-fr-ops Libera]
beaver has joined #ffmpeg
MisterMinister has quit [Ping timeout: 256 seconds]
MetaNova has quit [Server closed connection]
ZedHedTed has quit [Quit: leaving]
MetaNova has joined #ffmpeg
MisterMinister has joined #ffmpeg
bitbinge has quit [Ping timeout: 264 seconds]
shibboleth has joined #ffmpeg
zsoltiv_ has quit [Server closed connection]
another| has quit [Server closed connection]
another| has joined #ffmpeg
zsoltiv_ has joined #ffmpeg
mobivme has quit [Ping timeout: 260 seconds]
jagannatharjun has quit [Quit: Connection closed for inactivity]
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
tinystoat has quit [Server closed connection]
tinystoat has joined #ffmpeg
minimal has quit [Quit: Leaving]
shibboleth has quit [Quit: shibboleth]
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
taupiqueur_shiny has joined #ffmpeg
tp_ has quit [Server closed connection]
tp_ has joined #ffmpeg
beastd has quit [Server closed connection]
beastd has joined #ffmpeg
taupiqueur_shiny has quit [Remote host closed the connection]
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #ffmpeg
taupiqueur_shiny has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
Muimi has joined #ffmpeg
Capstan has quit [Ping timeout: 250 seconds]
mobivme has joined #ffmpeg
Nik- has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lucasta has joined #ffmpeg
lavaball has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
wacko has quit [Server closed connection]
wacko has joined #ffmpeg
wacko has quit [Changing host]
wacko has joined #ffmpeg
ecapi_ has quit [Remote host closed the connection]
ecapi_ has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
bitbinge has joined #ffmpeg
mobivme has quit [Remote host closed the connection]
mobivme has joined #ffmpeg
Muimi has quit [Read error: Connection reset by peer]
ttys000 has quit [Ping timeout: 260 seconds]
ttys000 has joined #ffmpeg
ttys000 has quit [Client Quit]
ossifrage has quit [Server closed connection]
whupdup has quit [Quit: Going offline, see ya! (www.adiirc.com)]
ossifrage has joined #ffmpeg
mobivme has quit [Ping timeout: 260 seconds]
gust82 has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
dgcampea has quit [Remote host closed the connection]
dgcampea has joined #ffmpeg
vlm has quit [Quit: Leaving]
taupiqueur_shiny has quit [Remote host closed the connection]
whupdup has joined #ffmpeg
ad2__ has joined #ffmpeg
taupiqueur_shiny has joined #ffmpeg
ad2_ has quit [Ping timeout: 246 seconds]
ahc has quit [Ping timeout: 268 seconds]
ahc has joined #ffmpeg
Shine_ has quit [Read error: Connection reset by peer]
lucasta has quit [Ping timeout: 256 seconds]
GingerGeek has quit [Server closed connection]
GingerGeek has joined #ffmpeg
taupiqueur_shiny has quit [Remote host closed the connection]
ivanich has joined #ffmpeg
mobivme has joined #ffmpeg
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
emmanuelux has joined #ffmpeg
navi has quit [Quit: WeeChat 4.0.4]
mobivme has quit [Ping timeout: 268 seconds]
ivanich has quit [Remote host closed the connection]
YuGiOhJCJ has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
minimal has joined #ffmpeg
mobivme has joined #ffmpeg
lavaball has quit [Remote host closed the connection]