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

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to