[FFmpeg-user] DPX to YUV convertion
Dave Rice
dave at dericed.com
Wed Feb 13 07:25:22 CET 2013
On Feb 13, 2013, at 12:57 AM, G uday krishna <uday at yandex.com> wrote:
> Dear All,
> I have set of DPX files like image1.dpx, image2.dpx..........imageN.dpx, I want to convert these files into yuv420 format. Is it possible with ffmpeg. I tries with some commands but failed to convert. Please suggest for solution.
There's really not enough information to understand what you want, but this should output a yuv420p format:
ffmpeg -start_number 1 -i image%1d.dpx -pix_fmt yuv420p -c:v libx264 fromdpx.mp4
Dave Rice
More information about the ffmpeg-user
mailing list