[FFmpeg-devel] [PATCH] allows for independent codec setting per output video stream
Alexander Solonsky
alexander.solonsky at castlabs.com
Mon Apr 26 19:40:26 EEST 2021
> I checked it works before replying.
Thanks,
maybe let's get on the same page what we both think is working and what not.
I used this simple script:
ffmpeg -i $1 -map 0:v:0 -c:v:0 libx264 -x264-params
"keyint=24:bframes=1" -map 0:v:0 -c:v:1 libx264 -x264-params
"keyint=72:bframes=3" $2 -y
to create 2 streams out of 1 with different gop structure. And ffmpeg as
it is currently produces both streams with keyint=72 and bframes=3. With
my patch each stream preserves the x264 params set individually. Which
script you used, that you could get for the similar scenario two
different gop sized streams?
Thanks,
Alexander
///////////
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list