minimal has quit [Quit: Leaving]
kurosu has quit [Quit: Connection closed for inactivity]
Lead has joined #ffmpeg
Muzer has quit [Ping timeout: 268 seconds]
mven93 has joined #ffmpeg
mven9 has quit [Ping timeout: 256 seconds]
mven93 is now known as mven9
MrZeus__ has joined #ffmpeg
kron has joined #ffmpeg
MrZeus has joined #ffmpeg
MrZeus_ has quit [Ping timeout: 256 seconds]
MrZeus_ has joined #ffmpeg
MrZeus__ has quit [Ping timeout: 268 seconds]
MrZeus has quit [Ping timeout: 268 seconds]
MrZeus_ has quit [Ping timeout: 256 seconds]
bitbinge has joined #ffmpeg
raini_ok has quit [Ping timeout: 276 seconds]
lockywolf has quit [Quit: ZNC 1.8.2 - https://znc.in]
lockywolf has joined #ffmpeg
Vonter has quit [Ping timeout: 276 seconds]
vampirefrog has quit [Remote host closed the connection]
vampirefrog has joined #ffmpeg
Vonter has joined #ffmpeg
klotzhauer has quit [Quit: ZNC 1.8.2 - https://znc.in]
klotzhauer has joined #ffmpeg
Kruppt has quit [Quit: Leaving]
thilo has quit [Ping timeout: 246 seconds]
thilo has joined #ffmpeg
lexano has quit [Ping timeout: 256 seconds]
buzel has quit [Ping timeout: 268 seconds]
lexano has joined #ffmpeg
lusciouslover has joined #ffmpeg
buzel has joined #ffmpeg
lusciouslover has quit [Ping timeout: 268 seconds]
nillyhan has quit [Quit: Ping timeout (120 seconds)]
nillyhan has joined #ffmpeg
lemourin has quit [Read error: Connection reset by peer]
<aaabbb> when i view the frame types for a video after transcoding with libx265, there are usually many sequential b frames. but with one particular video, it's almost all sequential p frames, with the occasional few b frames
<aaabbb> why would it be picking almost all p frames?
lemourin has joined #ffmpeg
hightower4 has joined #ffmpeg
<aaabbb> out of 150 frames in the video taken at random, 1 is an i frame, 2 are b frames, and 147 are p frames
hightower3 has quit [Ping timeout: 255 seconds]
rvalue has quit [Quit: ZNC - https://znc.in]
asbam has joined #ffmpeg
rvalue has joined #ffmpeg
CounterPillow has quit [Quit: Bye.]
CounterPillow has joined #ffmpeg
<aaabbb> >It is recommended to have –gop-lookahaed less than –min-keyint as scenecuts beyond –min-keyint are already being coded as keyframes.
<aaabbb> always funny to see silly typos in official documentation (x265 readthedocs)
CounterPillow has quit [Client Quit]
CounterPillow has joined #ffmpeg
navi has quit [Quit: WeeChat 4.0.4]
stolen has joined #ffmpeg
<aaabbb> when i denoise it, it's able to use far far more b frames, interesting
<aaabbb> it's not very noisy, but hqdn3d isn't harming the quality much either, for the amount of savings (far more than i'd usually get with it)
bitbinge has quit [Ping timeout: 240 seconds]
<aaabbb> i know hqdn3d generally improves compressibility slightly, but this is a world of difference
waleee has quit [Ping timeout: 276 seconds]
Tano has quit [Quit: WeeChat 4.0.4]
bitbinge has joined #ffmpeg
Lead has quit [Quit: Leaving]
Kei_N has joined #ffmpeg
lucasta has quit [Quit: Leaving]
jagannatharjun has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
bitbinge has quit [Ping timeout: 240 seconds]
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
HarshK23 has quit [Quit: Connection closed for inactivity]
ZedHedTed has quit [Ping timeout: 240 seconds]
ZedHedTed has joined #ffmpeg
foul_owl has quit [Ping timeout: 260 seconds]
foul_owl has joined #ffmpeg
emmanuelux has joined #ffmpeg
emmanuelux has quit [Quit: au revoir]
stolen has quit [Quit: Connection closed for inactivity]
kurosu has joined #ffmpeg
AbleBacon has quit [Read error: Connection reset by peer]
vlm has joined #ffmpeg
itt788 has joined #ffmpeg
<itt788> can anyone show me the command to use to concatenate two flac files with the possibility to tune the start and end point for each input file of the actual segments that have to be contatenated
<itt788> but i always get errors like "Cannot find a matching stream for unlabeled input pad 0 on filter Parsed_concat_0
<itt788> "
berndj has quit [Remote host closed the connection]
berndj has joined #ffmpeg
<itt788> so guys?
<aaabbb> it can sometimes take a little while to get an answer
<aaabbb> just hang tight
mrelcee has quit [Ping timeout: 276 seconds]
mrelcee has joined #ffmpeg
vlm has quit [Quit: Leaving]
kus has joined #ffmpeg
ivanich has joined #ffmpeg
vlm has joined #ffmpeg
ivanich has quit [Read error: Connection reset by peer]
ivanich has joined #ffmpeg
HarshK23 has joined #ffmpeg
Nixkernal has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Tano has joined #ffmpeg
mosasaur has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 256 seconds]
<mosasaur> until now I've been happily using lavfi delogo filters, but since I switched to watching donghua, the number of filters I want to use has increased a lot
<mosasaur> so now I'm watching this page https://github.com/wernerturing/multi-delogo
<mosasaur> it seems to do the trick? I don't know if it will compile, how long it would take to process lots of video. And also, I'd like to have something in python. I'd be satisfied with something that just gives me a list of rectangles and time intervals, I can then write delogos for them myself, I wouldn't want to remove english subs, but would want to remove hardcoded chinese subs
<mosasaur> what's the state of the art here?
EmleyMoor has joined #ffmpeg
lavaball has joined #ffmpeg
<mosasaur> would it be possible to activate/deactivate delogo filters on the fly in a running video?
luc4 has joined #ffmpeg
<aaabbb> delogo doesn't seem so heavy that it couldn't run in real time
<mosasaur> oh wait, the tool I am already using can do that. It has only one rectangle 'register' at the time though
<mosasaur> in fact I am using its output to get the coords for my filters which I then copy and paste in my mpv startup script
<mosasaur> aaabbb: yes, seems so
<mosasaur> maybe streamlining the process is enough, like automatically getting the coords in some tkinter dialog, and be able to add them or deactivate old ones
enyc has joined #ffmpeg
Vonter has quit [Ping timeout: 276 seconds]
Vonter has joined #ffmpeg
hightower4 has quit [Remote host closed the connection]
lavaball has quit [Remote host closed the connection]
<aaabbb> you can use multiple rectangles by running the filter multiple times
<mosasaur> right, maybe it's time to brush up my lua skills
<itt788> so guys isn't it possible to join together two flac files in one shot with ffmpeg
rv1sr has joined #ffmpeg
<aaabbb> itt788: to concatenate them?
<itt788> yes
<aaabbb> yeah it should be possible with the concat demuxer
<aaabbb> you could decompress to wav, then concat and recompress as flac
<itt788> actually the method should let me be able to use -to and -ss for each input file
<aaabbb> you can do that while decompressing to wav
<aaabbb> it'll take a few commands but it won't be slow
<itt788> even with wav files it did not work
luc4 has quit [Read error: Connection reset by peer]
<aaabbb> ffmpeg -ss $seek1 -to $to1 -i in1.wav out1.wav; ffmpeg -ss $seek2 -to $to2 -i in2.wav out2.wav; echo "file 'out1.wav'" >> list; echo "file 'out2.wav'" >> list; ffmpeg -f concat -i list combined.flac
<aaabbb> try something like that
<itt788> i know this way
<aaabbb> what is it you're trying to do then?
<itt788> with the concat demuxer it seems directly with flac files, it works
<aaabbb> it probably works but you may get slightly better compression the other way
billchenchina has joined #ffmpeg
billchenchina has quit [Remote host closed the connection]
<itt788> aaabbb: so you recommend that i first convert my flac files to wav?
<aaabbb> itt788: it's a lossless operation, and that'll allow redundancy in the first file to help with compression in the second, which may save a small amount of space
<aaabbb> although increasing to -compression_level 12 would help even more
<itt788> ok
TrillionEuroNote has quit [Ping timeout: 246 seconds]
TrillionEuroNote has joined #ffmpeg
minimal has joined #ffmpeg
waleee has joined #ffmpeg
<furq> use -compression_level 10
<furq> 11 and 12 create non-subset flacs
<furq> also if you're going to recompress you can just do it in one go with the concat filter
<furq> -ss 4 -t 4 -i foo.flac -ss 4 -t 4 -i bar.flac -lavfi concat=n=2:v=0:a=1 -compression_level 10 baz.flac
<aaabbb> that's much better than my way haha
<aaabbb> what is wrong with 11 and 12? they seem to play on everything i've used
<furq> i'm not really sure how much it matters but at least flac -8 is subset so there's doubtless some stuff that expects it
<furq> it probably doesn't matter for any software decoder
kurosu has quit [Quit: Connection closed for inactivity]
raini_ok has joined #ffmpeg
navi has joined #ffmpeg
Blacker47 has joined #ffmpeg
ZedHedTed has quit [Remote host closed the connection]
ZedHedTed has joined #ffmpeg
ivanich has quit [Read error: Connection reset by peer]
ivanich has joined #ffmpeg
rvalue has quit [Remote host closed the connection]
rvalue has joined #ffmpeg
lusciouslover has joined #ffmpeg
lusciouslover has quit [Ping timeout: 256 seconds]
itt788 has left #ffmpeg [#ffmpeg]
vlm has quit [Remote host closed the connection]
vlm has joined #ffmpeg
vlm has quit [Remote host closed the connection]
_whitelogger has joined #ffmpeg
Kruppt has joined #ffmpeg
vlm has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
nrg has joined #ffmpeg
Estrella_ has joined #ffmpeg
lusciouslover has joined #ffmpeg
lusciouslover has quit [Ping timeout: 268 seconds]
_whitelogger has joined #ffmpeg
lavaball has joined #ffmpeg
waleee has quit [Ping timeout: 264 seconds]
vlm has quit [Remote host closed the connection]
Ogobaga has quit [Read error: Connection reset by peer]
Ogobaga has joined #ffmpeg
vlm has joined #ffmpeg
<Kobaz> curious... i make a mkv file with SimpleScreenRecorder and convert to mp4 via: ffmpeg -i $FILE -codec copy -movflags +faststart $FILE.mp4. and then I cannot seek the video in chrome (but it does work in firefox)
Estrella has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
ivanich has quit [Ping timeout: 260 seconds]
Estrella has joined #ffmpeg
minimal has quit [Quit: Leaving]
sirmangler has quit [Ping timeout: 256 seconds]
MoC has joined #ffmpeg
kurosu has joined #ffmpeg
function1 has quit [Ping timeout: 252 seconds]
ivanich has joined #ffmpeg
function1 has joined #ffmpeg
vlm has quit [Remote host closed the connection]
vlm has joined #ffmpeg
MoC has quit [Quit: Konversation terminated!]
ivanich has quit [Remote host closed the connection]
ivanich has joined #ffmpeg
ttys000 has joined #ffmpeg
BetweenUs has joined #ffmpeg
m5zs7k has quit [Ping timeout: 255 seconds]
m5zs7k has joined #ffmpeg
treble2 has joined #ffmpeg
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #ffmpeg
rossome has quit [Quit: WeeChat 4.1.1]
rossome has joined #ffmpeg
ivanich has quit [Remote host closed the connection]
bitbinge has joined #ffmpeg
MrZeus has joined #ffmpeg
ZedHedTed has quit [Quit: leaving]
Ingvix has quit [K-Lined]
BetweenUs has quit [Quit: Leaving]
minimal has joined #ffmpeg
flom84 has joined #ffmpeg
bitbinge has quit [Ping timeout: 240 seconds]
MrZeus_ has joined #ffmpeg
MrZeus has quit [Ping timeout: 252 seconds]
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
mrelcee has quit [Quit: I want Waffles!]
averne has quit [Ping timeout: 260 seconds]
AbleBacon has joined #ffmpeg
jagannatharjun has quit [Quit: Connection closed for inactivity]
mrelcee has joined #ffmpeg
mosasaur has quit [Quit: Leaving]
flom84 has quit [Ping timeout: 260 seconds]
Ingvix has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
kraftwerk28 has quit [Ping timeout: 256 seconds]
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
kurosu has quit [Quit: Connection closed for inactivity]
vlm has quit [Ping timeout: 255 seconds]
MrZeus__ has joined #ffmpeg
lusciouslover has joined #ffmpeg
MrZeus_ has quit [Ping timeout: 268 seconds]
kraftwerk28 has joined #ffmpeg
deetwelve has quit [Read error: Connection reset by peer]
deetwelve has joined #ffmpeg
Estrella has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Estrella has joined #ffmpeg
aaabbb has quit [Ping timeout: 240 seconds]
raini_ok has quit [Remote host closed the connection]
raini_ok has joined #ffmpeg
rv1sr has quit []
kus has quit [Read error: Connection reset by peer]
bitbinge has joined #ffmpeg
Kruppt has quit [Quit: Leaving]
lemourin has quit [Read error: Connection reset by peer]
lemourin4 has joined #ffmpeg
lemourin4 is now known as lemourin