[FFmpeg-user] converting 1080 to 720 mpeg2

Ian Evans dheianevans at gmail.com
Tue Feb 28 09:58:23 CET 2012


On Tue, Feb 28, 2012 at 2:52 AM, John Saturday <stozher at gmail.com> wrote:
> ffmpeg -vsync 2 -async 1 -i video-01.mpeg -t 00:10:00.000 -f mpegts
> -c:v rawvideo -r:v 30/1.001 -filter:v scale=1280:720 -an
> video-01.mpeg.ts
[snip]

Hmm, getting a "Unrecognized option 'c:v'" when I run that.

My ffmpeg was installed on a 10.10 Mythbuntu system with these
instructions back in July 2011:

http://ubuntuforums.org/showthread.php?t=786095

Think I might have to go back and update the packages. Is c:v relatively new?


More information about the ffmpeg-user mailing list