[FFmpeg-user] Convert images to DNXHD 444

Lou Logan lou at lrcd.com
Wed Apr 11 01:07:13 EEST 2018


On Tue, Apr 10, 2018, at 1:51 PM, Gonzalo Garramuño wrote:

> For DNxHR 444, this line should do it:
> 
> $ ffmpeg -i test.%04d.tif -r 60000/1001 -codec:v dnxhd -profile:v 
> dnxhr_444 -b:v 880M  -pix_fmt yuv444p10 -y test_hr444.mov

Use:

ffmpeg -framerate 60000/1001 -i test.%04d.tif -codec:v dnxhd -profile:v dnxhr_444 -b:v 880M  -pix_fmt yuv444p10 -y test_hr444.mov

...to avoid 25 to 60000/1001 conversion. 


More information about the ffmpeg-user mailing list