Bouke (VideoToolShed <bouke <at> videotoolshed.com> writes:

> Trying to capture to raw  DNxHD (*.dnx)

If you call them .dnxhd everything gets much easier...

> ffmpeg.exe  -f dshow -rtbufsize 1024000k 
> -pixel_format uyvy422 -framerate 23.976 
> -s 1920:1080 -i video="Decklink Video Capture":
> audio="Decklink Audio Capture" -b:v 36M 
> -pix_fmt yuv422p -vcodec dnxhd 

> -f rawvideo -an -map 0 -f segment

This cannot work, you are specifying two 
different output formats...

Please remove "-f rawvideo", you have to specify 
"-segment_format dnxhd" (or use an appropriate 
file name suffix, in this case dnxhd).

Carl Eugen

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

Reply via email to