BtbN changed the topic of #ffmpeg to: Welcome to the FFmpeg USER support channel | Development channel: #ffmpeg-devel | Bug reports: https://ffmpeg.org/bugreports.html | Wiki: https://trac.ffmpeg.org/ | This channel is publically logged | FFmpeg 7.0 is released
MetaNova has joined #ffmpeg
Kei_N_ has joined #ffmpeg
Kei_N has quit [Ping timeout: 252 seconds]
lucasta has quit [Quit: Leaving]
lucasta has joined #ffmpeg
Sakura`Kinomoto has quit [Ping timeout: 244 seconds]
Sakura`Kinomoto has joined #ffmpeg
lucasta has quit [Quit: Leaving]
minimal has quit [Quit: Leaving]
iive has quit [Quit: They came for me...]
function1 has joined #ffmpeg
function1 has quit [Client Quit]
Suchiman has quit [Quit: Connection closed for inactivity]
Tano has quit [Quit: WeeChat 4.4.2]
Marth64 has joined #ffmpeg
upekkha has quit []
upekkha has joined #ffmpeg
psykose has quit [Ping timeout: 252 seconds]
Muimi has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Traneptora has quit [Quit: Quit]
vlm has quit [Ping timeout: 244 seconds]
Rena has quit [Quit: $WITTY_QUIT_MESSAGE]
Rena has joined #ffmpeg
Muimi has joined #ffmpeg
Juest has quit [Ping timeout: 255 seconds]
Juest has joined #ffmpeg
rizino has quit [Ping timeout: 246 seconds]
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Muimi has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Muimi has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
NotWarcop has quit [Ping timeout: 265 seconds]
makidoll has quit [Remote host closed the connection]
makidoll has joined #ffmpeg
StephenLynx has quit [Quit: Leaving]
kus has quit [Ping timeout: 245 seconds]
drew has quit [Ping timeout: 265 seconds]
rizino has joined #ffmpeg
noobaroo has quit [Read error: Connection reset by peer]
YuGiOhJCJ has joined #ffmpeg
tux97 has quit [Read error: Connection reset by peer]
Krusher has joined #ffmpeg
DauntlessOne4 has joined #ffmpeg
DauntlessOne has quit [Ping timeout: 246 seconds]
DauntlessOne4 is now known as DauntlessOne
kus has joined #ffmpeg
drew has joined #ffmpeg
kus has quit [Max SendQ exceeded]
kus has joined #ffmpeg
kus has quit [Max SendQ exceeded]
kus has joined #ffmpeg
kus has quit [Max SendQ exceeded]
kus has joined #ffmpeg
kus has quit [Remote host closed the connection]
kus has joined #ffmpeg
kus has quit [Max SendQ exceeded]
kus has joined #ffmpeg
kus has quit [Max SendQ exceeded]
kus has joined #ffmpeg
kus has quit [Max SendQ exceeded]
kus has joined #ffmpeg
xx has joined #ffmpeg
FH_thecat has quit [Read error: Connection reset by peer]
Suchiman has joined #ffmpeg
FH_thecat has joined #ffmpeg
Muimi has joined #ffmpeg
lavaball has joined #ffmpeg
Tano has joined #ffmpeg
Peppi has joined #ffmpeg
Peppi^ has quit [Ping timeout: 252 seconds]
dallemon has quit [Quit: The Lounge - https://thelounge.chat]
dallemon has joined #ffmpeg
Blacker47 has joined #ffmpeg
System_Error has quit [Ping timeout: 260 seconds]
Muimi has quit [Remote host closed the connection]
lavaball has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
lavaball has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Some_Person has quit [Ping timeout: 276 seconds]
EmleyMoor has quit [Quit: Gateway shutdown]
EmleyMoor has joined #ffmpeg
Some_Person has joined #ffmpeg
minimal has joined #ffmpeg
EmleyMoor has quit [Quit: Gateway shutdown]
EmleyMoor has joined #ffmpeg
wyatt8740 has quit [Ping timeout: 252 seconds]
wyatt8740 has joined #ffmpeg
Nact has joined #ffmpeg
<wodim> I am using yadif to deinterlace a video but the resulting output has the same fps as the source, which is incorrect and now the video looks less fluid. the source is 25 fps resulting in 50 fps but the output is 25 fps deinterlaced. how to fix this?
<BtbN> By setting the respective yadif settings
<BtbN> The default mode combines two fields into one frame
Traneptora has joined #ffmpeg
<wodim> I find that surprising since, *I believe* the source has metadata that specifies the correct settings
<BtbN> How would the source have metadata for yadif settings?
<DeHackEd> the setting really only comes down to interlaced or not, top field or bottom field first
<wodim> the source seems to have metadata for tff
<BtbN> Yes, so?
<wodim> but not for mode, which is the issue here, I guess?
<BtbN> Why would that switch yadifs mode of operation?
<wodim> I was expecting yadif to do the sane thing by default
<BtbN> what same thing?
<BtbN> yadifs default mode is send_frame
<BtbN> so one output frame per input frame
<BtbN> if you want one per field, change the mode
<wodim> sorry, I mean: I was expecting yadif not to default to drop half the video frames
<BtbN> It doesn't.
<BtbN> It combines two fields into one frame
<wodim> if you use send_frame (default) instead of send_field, you end up with half the framerate. isn't that dropping half the frames?
<DeHackEd> which should make a higher quality frame, rather than effectively producing something that's half height
<wodim> at least for my specific use case
<BtbN> no, you end up with the same framerate
<wodim> so it depends on whether you value framerate over resolution?
<BtbN> Just that now every frame contains one whole frame instead of two fields
<wodim> yes, I think I understand now
<BtbN> I think the highest quality deinterlacer in ffmpeg right now is nnedi
<BtbN> But it's slow as hell
<wodim> thank you both for explaining it to me
<DeHackEd> oh? I could use a high quality (if slow) deinterlacer..
NovaHorizon has quit [Quit: The Lounge - https://thelounge.chat]
<DeHackEd> ah.. I see why now...
travisghansen has quit [Quit: The Lounge - https://thelounge.github.io]
travisghansen has joined #ffmpeg
StephenLynx has joined #ffmpeg
ewomer has quit [Read error: Connection reset by peer]
ewomer has joined #ffmpeg
ewomer has quit [Max SendQ exceeded]
ewomer has joined #ffmpeg
FH_thecat has quit [Ping timeout: 265 seconds]
<kepstin> note that yadif in send_field mode still uses information from other fields to calculate the missing data. it's not any lower quality than send_frame mode (although the fact that it alternates which field is being interpolated can cause some annoying "jiggling" artifacts in send_field mode)
<kepstin> it's almost always better to use bwdif instead of yadif; not really any slower, and it usually has less artifacts.
odrling has quit [Remote host closed the connection]
odrling has joined #ffmpeg
ewomer has quit [Ping timeout: 265 seconds]
ewomer has joined #ffmpeg
FH_thecat has joined #ffmpeg
ewomer has quit [Read error: Connection reset by peer]
ewomer has joined #ffmpeg
wyatt8740 has quit [Ping timeout: 260 seconds]
wyatt8740 has joined #ffmpeg
travisghansen4 has joined #ffmpeg
travisghansen has quit [Ping timeout: 248 seconds]
travisghansen4 is now known as travisghansen
_whitelogger has joined #ffmpeg
\\Mr_C\\ has joined #ffmpeg
lusciouslover has quit [Remote host closed the connection]
lusciouslover has joined #ffmpeg
coldfeet has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
Krusher has quit [Read error: Connection reset by peer]
DeHackEd has quit [Remote host closed the connection]
DeHackEd has joined #ffmpeg
ossifrage_ has joined #ffmpeg
catsoften_ has joined #ffmpeg
ossifrage has quit [Read error: Connection reset by peer]
catsoften has quit [Ping timeout: 252 seconds]
catsoften_ is now known as catsoften
turlando has quit []
turlando has joined #ffmpeg
Juest has quit [Ping timeout: 252 seconds]
Juesto has joined #ffmpeg
Juesto is now known as Juest
emanuele6 has quit [Ping timeout: 252 seconds]
ewomer has quit [Read error: Connection reset by peer]
nasso_ has joined #ffmpeg
nasso_ is now known as nasso
turlando has quit []
ewomer has joined #ffmpeg
psykose has joined #ffmpeg
mven97 has quit [Ping timeout: 248 seconds]
emanuele6 has joined #ffmpeg
coldfeet has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
mven97 has joined #ffmpeg
Some_Person has quit [Ping timeout: 244 seconds]
coldfeet has joined #ffmpeg
jarthur has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
puff has joined #ffmpeg
Some_Person has joined #ffmpeg
Some_Person has quit [Ping timeout: 265 seconds]
Keshl has quit [Read error: Connection reset by peer]
Keshl_ has joined #ffmpeg
Some_Person has joined #ffmpeg
iive has joined #ffmpeg
PAUL007 has joined #ffmpeg
yans has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
PAUL007 has quit [Quit: Client closed]
tux97 has joined #ffmpeg
lucasta has joined #ffmpeg
Everything has joined #ffmpeg
Everything has quit [Ping timeout: 244 seconds]
PanamaCity3003_ has joined #ffmpeg
FlorianBad has quit [Read error: Connection reset by peer]
PanamaCity3003 has quit [Remote host closed the connection]
FlorianBad has joined #ffmpeg
System_Error has quit [Ping timeout: 260 seconds]
luva8889 has quit [Quit: Byebye]
luva8889 has joined #ffmpeg
System_Error has joined #ffmpeg
jess has quit [Remote host closed the connection]
jess has joined #ffmpeg
Hackerpcs has quit [Quit: Hackerpcs]
Everything has joined #ffmpeg
SuicideShow has quit [Ping timeout: 276 seconds]
SuicideShow has joined #ffmpeg
Hackerpcs has joined #ffmpeg
Hackerpcs has quit [Max SendQ exceeded]
Catisio5 has joined #ffmpeg
Nact has quit [Remote host closed the connection]