[FFmpeg-user] converting 1080 to 720 mpeg2

Ian Evans dheianevans at gmail.com
Wed Feb 29 17:55:15 CET 2012


On Wed, Feb 29, 2012 at 11:47 AM, Andy Sheen <sheen.andy at googlemail.com> wrote:
> 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.

Will do. Just did the test with  -r 60000/1001 added and got 59.96 video.


More information about the ffmpeg-user mailing list