[FFmpeg-user] Convert images to DNXHD 444

Gonzalo Garramuño ggarra13 at gmail.com
Mon Apr 9 20:44:54 EEST 2018



El 09/04/18 a las 14:38, Matt Kitcat escribió:
> Hi All
> I have been trying to convert an image sequence (16 bit tiff) to DNXHD 444. It can be done with Quicktime pro on Windows but I have completely failed with ffmpeg.
>
> ffmpeg -r 23.976 -i C:\Users\Matt\Desktop\Newfolder\104_0020gn_01_X1_0%3d.tif -c:v dnxhd -profile:v 3  -s 1920x1080 -r 23.976  -y C:\Users\Matt\Desktop\Newfolder\bt.mov
>
Your -profile is wrong.  Try:

-profile:v dnxhr_444

-- 
Gonzalo Garramuño



More information about the ffmpeg-user mailing list