----- Original Message ----- From: "Carl Eugen Hoyos" <ceho...@ag.or.at>
To: <ffmpeg-user@ffmpeg.org>
Sent: Friday, July 25, 2014 2:30 PM
Subject: Re: [FFmpeg-user] capturing .dnx together with -segment


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).

Works like a charm, thanks!

Bouke

Carl Eugen


---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.com

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

Reply via email to