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
vincejv has joined #ffmpeg
linext has quit [Quit: Client closed]
x_x has quit [Ping timeout: 260 seconds]
zmt00 has joined #ffmpeg
Tano has quit [Ping timeout: 252 seconds]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
Sketch has quit [Ping timeout: 260 seconds]
alexherbo2 has quit [Remote host closed the connection]
Unit640 has quit [Quit: Leaving]
Tano has joined #ffmpeg
ewomer has quit [Ping timeout: 252 seconds]
Sketch has joined #ffmpeg
Vonter has quit [Ping timeout: 265 seconds]
ewomer has joined #ffmpeg
Tano has quit [Quit: WeeChat 4.3.4]
ewomer has quit [Read error: Connection reset by peer]
ewomer has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
Sciencentistguy3 has joined #ffmpeg
Sketch has quit [Read error: Connection reset by peer]
Sciencentistguy has quit [Ping timeout: 265 seconds]
Sciencentistguy3 is now known as Sciencentistguy
Tano has joined #ffmpeg
Sketch has joined #ffmpeg
Suchiman has quit [Quit: Connection closed for inactivity]
sgm has quit [Ping timeout: 260 seconds]
sgm has joined #ffmpeg
Marth64 has quit [Quit: Leaving]
Vonter has joined #ffmpeg
Vonter has quit [Client Quit]
Vonter has joined #ffmpeg
Vonter has quit [Client Quit]
Vonter has joined #ffmpeg
StephenLynx has quit [Quit: Leaving]
ZLima12 has quit []
ZLima12 has joined #ffmpeg
ShadowJK has joined #ffmpeg
ZLima12 has quit []
ZLima12 has joined #ffmpeg
rvalue has quit [Ping timeout: 252 seconds]
ZLima12 has quit [Ping timeout: 260 seconds]
ZLima12 has joined #ffmpeg
rvalue has joined #ffmpeg
Blacker47 has joined #ffmpeg
lusciouslover has quit [Ping timeout: 276 seconds]
lusciouslover has joined #ffmpeg
HarshK23 has joined #ffmpeg
luc4 has joined #ffmpeg
iconoclasthero has quit [Ping timeout: 260 seconds]
luc4 has quit [Ping timeout: 265 seconds]
FlorianBad has quit [Quit: Konversation terminated!]
darkapex has joined #ffmpeg
Dagger has quit [Ping timeout: 244 seconds]
Dagger has joined #ffmpeg
<noobaroo> Why does mkvtoolnix / mkvmerge or whatever its official name is, create smaller files than ffmpeg?
<JEEB> you'd have to somehow compare the structures and if all streams etc werek ept
<JEEB> *were kept
Wulf has left #ffmpeg [#ffmpeg]
Suchiman has joined #ffmpeg
x_x has joined #ffmpeg
lavaball has joined #ffmpeg
noobaroo has quit [Ping timeout: 246 seconds]
turlando has quit [Quit: No Ping reply in 180 seconds.]
turlando has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
<nemo_magneet> ?7
emanuele6 has quit [Ping timeout: 276 seconds]
bitbinge has quit [Quit: bitbinge]
luva888 has quit [Ping timeout: 244 seconds]
luva888 has joined #ffmpeg
alexherbo2 has joined #ffmpeg
emanuele6 has joined #ffmpeg
lavaball has joined #ffmpeg
nemo_magneet has left #ffmpeg [#ffmpeg]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
ShadowJK has quit [Remote host closed the connection]
ewomer has quit [Read error: Connection reset by peer]
ewomer has joined #ffmpeg
iconoclasthero has joined #ffmpeg
StephenLynx has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
rv1sr has joined #ffmpeg
Unit640 has joined #ffmpeg
minimal has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
crossby1004 has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
Icedream has quit [Ping timeout: 252 seconds]
Icedream has joined #ffmpeg
Marth64 has joined #ffmpeg
DPA has quit [Ping timeout: 248 seconds]
Icedream has quit [Quit: A lol made me boom.]
kasper93_ has joined #ffmpeg
Icedream has joined #ffmpeg
kasper93 has quit [Ping timeout: 276 seconds]
DPA has joined #ffmpeg
jasom has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
<jasom> I'm trying to encode interlaced NTSC video with "baked in" deinterlacing. Adding "-vf bwdif=mode=1" to the encode process seems to have no effect (but if I "ffplay -vf bwdif=mode=1" the video is visibly deinterlaced). Am I doing something obviously wrong?
<jasom> full command-line is: ffmpeg -probesize 1G -analyzeduration 1G -i "$IN_FILE" -vf bwdif=mode=1,null -codec:a copy -codec:v libx265 -preset:v slower -crf:v 18 -max_muxing_queue_size 1024 -map 0 -map 0:s\? -c:s copy -f matroska "$OUT_FILE"
<Marth64> Try to move those 2 -map before the -vf and start there
<Marth64> Also send full log if still failing
sentriz has quit [Ping timeout: 272 seconds]
<Marth64> via a pastebin
<Marth64> CLI is very forgiving but when debugging unexpected result I recommend to group individiual stream pipelines by their respective -map entry
<jasom> Marth64: thanks!
<Marth64> good luck np
sentriz has joined #ffmpeg
sonicrules1234 has quit [Remote host closed the connection]
scoobykj has joined #ffmpeg
scoobykj has quit [Client Quit]
scoobykj has joined #ffmpeg
scoobykj has quit [Client Quit]
scoobykj has joined #ffmpeg
scoobykj has quit [Client Quit]
scoobykj has joined #ffmpeg
kasper93_ is now known as kasper93
alexherbo2 has joined #ffmpeg
microlappy has joined #ffmpeg
microlappy has quit [Client Quit]
yans has quit [Ping timeout: 272 seconds]
yans has joined #ffmpeg
sonicrules1234 has joined #ffmpeg
scoobykj has quit [Quit: Konversation terminated!]
FlorianBad has joined #ffmpeg
ewomer has quit [Read error: Connection reset by peer]
ewomer has joined #ffmpeg
lavaball has joined #ffmpeg
Kei_N_ has joined #ffmpeg
Haxxa has quit [Quit: Haxxa flies away.]
Kei_N has quit [Ping timeout: 252 seconds]
Haxxa has joined #ffmpeg
<ePirat> jasom, why do you do the ,null ?
<ePirat> so you filter it and throw away the result?
<furq> that's nullsink
<furq> null does nothing and passes it through
<furq> but the question is still valid
<ePirat> oh right
<ePirat> what a confusing name :D
coldfeet has joined #ffmpeg
five6184803391 has quit [Remote host closed the connection]
five6184803391 has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
System_Error has joined #ffmpeg
relue has joined #ffmpeg
jtgd has quit [Quit: WeeChat 4.4.2]
jtgd has joined #ffmpeg
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
iive has joined #ffmpeg
<jasom> ePirat: I do it because I build the pipeline in a script and `filters="bwdif,$filters"` is much shorter than `if test -n $filters; then filters="bwdif"; else filters=bwdif,$filters"` starting out with `filters=null` means the comma always works
<jasom> Also, the problem was between the chair and the keyboard. I was looking at the input file instead of the output file; the filter is working find
Dagger has quit [Ping timeout: 252 seconds]
Dagger has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
<Unit640> The problem was your cat who had jumped onto the table and walked in front of the keyboard and pressed keys with its little paws?
rv1sr has quit []
odrling has joined #ffmpeg
SuicideShow has quit [Ping timeout: 246 seconds]
SuicideShow has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Marth64 has quit [Quit: Leaving]
Tano has quit [Ping timeout: 244 seconds]
x_x has quit [Ping timeout: 260 seconds]
arbitercoin has joined #ffmpeg
duskmoss has quit [Remote host closed the connection]
haritz has quit [Ping timeout: 272 seconds]
TheSilentLink has quit [Ping timeout: 246 seconds]
TheSilentLink has joined #ffmpeg
duskmoss has joined #ffmpeg
Tano has joined #ffmpeg
haritz has joined #ffmpeg
Marth64 has joined #ffmpeg
merriweather has joined #ffmpeg
<merriweather> LIBVPX DOESN'T MAKE ANY SENSE!@
<merriweather> I take an h264 video. Libvpx supposedly compresses better. I re-encode it. It's twice as big.
<merriweather> Is the "more efficient" statement only valid for if I have raw source material?
<StephenLynx> maybe is something like when you zip a zipped file.
HarshK23 has quit [Quit: Connection closed for inactivity]
crossby1004 has quit [Quit: leaving]
<jasom> merriweather: "compresses better" doesn't mean "it will always be smaller"; most lossy codecs have a compression curve with quality on one axis and size on the other. Note that you do always lose some quality when recompressing with any lossy codec, so unless the distance between the h264 curve and the libvpx curve is large enough to overcome this (or unless your desired allowed is lower than the
<jasom> source video), it's not worth recompressing.
<StephenLynx> after all, if it could compress any further within the given constraints, why wouldn't it do it the first time?
s55 has quit [Ping timeout: 265 seconds]
minimal has quit [Quit: Leaving]
<jasom> I recompress DVDs (Fairly high bitrate MPEG-2) as fairly high quality H.265 and get a pretty big savings because there's a *lot* of space between those two curves, and the high bitrate of the source means fewer compression artifiacts that libx265 is going to be trying to compress. If it were an h.264 source, or a low-quality source there probably wouldn't be much point to re-encoding.
TheSilentLink has quit [Ping timeout: 260 seconds]
TheSilentLink has joined #ffmpeg
iive has quit [Remote host closed the connection]
hussein1 has quit [Ping timeout: 260 seconds]
<jasom> IIRC libvpx has a 2-pass mode which lets you specify the approximate size of the resulting file, so you can (within reason) pick how big you want the result to be, but will pay the price in quality.
Juest has quit [Ping timeout: 252 seconds]
s55 has joined #ffmpeg
hussein1 has joined #ffmpeg