Rens Dijkshoorn <rens <at> offlinemedia.nl> writes: > ffmpeg -i test.mov -pix_fmt yuv422p -vcodec dnxhd > -b:v 120M -c:a pcm_s16le test_dnxhd.mov
The following works fine here: $ ffmpeg -f lavfi -i testsrc=s=hd1080 -f lavfi -i sine -pix_fmt yuv422p -vcodec dnxhd -b:v 120M -c:a pcm_s16le out.mov Please provide your input file. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
