Кодирование DVCAM / DVCPRO25 / DVCPRO50

Для кодирования в форматы  DVCAM / DVCPRO25 / DVCPRO50 воспользуйтесь следующими командами:


ffmpeg -i <input_file> -pix_fmt yuv420p output_DVCAM.dv
ffmpeg -i <input_file> -pix_fmt yuv411p output_DVCPRO25.dv
ffmpeg -i <input_file> -pix_fmt yuv422p output_DVCPRO50.dv