[FFmpeg-user] converting 1080 to 720 mpeg2
Ian Evans
dheianevans at gmail.com
Wed Feb 29 18:00:55 CET 2012
On Wed, Feb 29, 2012 at 11:47 AM, Andy Sheen <sheen.andy at googlemail.com> wrote:
> 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.
Adding the map commands produced "Codec type mismatch for mapping #0.0 -> #0.1"
Will go and try to wrap my head 'round the syntax.
More information about the ffmpeg-user
mailing list