Hi
...
this produces 86 Mbs bitrateCode:ffmpeg.exe -threads auto -y -i "C0144_HD.avs" -vcodec mjpeg -pix_fmt yuvj422p -vtag MJPG -qp 0 -an testout.avi
I wonder: is there a way to increase mjpeg encoding bitrate (over 300 Mbs for example)
thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
you may wish also to force particular level quantization range (to avoid unwanted quantization range change).
Code:@ffmpeg -hide_banner -y -color_range 2 -i "%1" -color_range 2 -c:v mjpeg -pix_fmt yuvj422p -q:v 2 -dc 8 ...
Similar Threads
-
ffmpeg muxing to mkv has no bitrate, muxing to mp4 has bitrate
By grimeire in forum Newbie / General discussionsReplies: 15Last Post: 1st Dec 2023, 05:12 -
Reduce resolution with ffmpeg (and keeping bitrate)
By krelian in forum Video ConversionReplies: 8Last Post: 3rd Nov 2022, 05:49 -
is there a way to reencode with ffmpeg at the same codec/bitrate/framerate?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 31st Aug 2022, 13:04 -
is it ok if i increase the audio bitrate
By cns00 in forum Video ConversionReplies: 2Last Post: 7th Jun 2022, 09:13 -
how to do average bitrate h264 encoding with ffmpeg?
By Anonymous543 in forum Newbie / General discussionsReplies: 38Last Post: 15th Feb 2022, 07:02


Quote