[FFmpeg-user] Error encoding to DNxHD

tim nicholson nichot20 at yahoo.com
Fri Jan 23 17:39:39 CET 2015


On 23/01/15 16:14, Christian Foerster wrote:
> Hi all,
> 
> 
> I'm trying to convert a file to DNxHD 120 (as DNxHD 85 doesn't seem to be
> supported). It fails because I'm apparently using some wrong parameter. Can
> anyone point me to where I went wrong?
> 
> Thanks a lot,
> Christian
> 
> 
> This is my command:
> 
> ffmpeg -i schuerrle.mp4 -c:v dnxhd -b:v 120m -s 1920x1080 -pix_fmt yuv422p
> -r 25 -c:a pcm_s16le -ar 48000 schuerrle_dnxhd.mov
> 
> This is what ffmpeg returns:
> 
> [...]
> 
> [dnxhd @ 0x7fa37d000600] Frame size: 1920x1080i; bitrate: 120Mbps; pixel
> format: yuv422p; framerate: 25/1
> 
> [...]

Your bitrate needs to be 120M not 120m I think.

-- 
Tim.
Key Fingerprint 38CF DB09 3ED0 F607 8B67 6CED 0C0B FC44 8B0B FC83


More information about the ffmpeg-user mailing list