[FFmpeg-user] converting 1080 to 720 mpeg2

Andy Sheen sheen.andy at googlemail.com
Wed Feb 29 17:47:04 CET 2012


On 29 February 2012 16:42, Ian Evans <dheianevans at gmail.com> wrote:

> On Wed, Feb 29, 2012 at 11:26 AM, Carl Eugen Hoyos <cehoyos at ag.or.at>
> wrote:
> > Please provide the command line and complete, uncut console output.
>
> Command line:
>
> ffmpeg -i 1662_20120226204000.mpg -map 0:a -t 00:5:00.000 -f mpegts
> -vcodec mpeg2video -qscale 2  -vf 'yadif=1,scale=1280:720'
> video-01.mpeg.ts
>
>
Try (and I'm away from home here so can't check the syntax):

ffmpeg -i 1662_20120226204000.mpg -t 00:5:00.000 -f mpegts -vcodec
mpeg2video -qscale 2  -vf 'yadif=1,scale=1280:720' -map 0:1 -acodec copy
-map 0:2 -acodec copy video-01.mpeg.ts

For each stream, you have to specify what you want to do with it.


More information about the ffmpeg-user mailing list