[FFmpeg-user] need to convert LR to HR.

Misha Penkov misha.penkov at gmail.com
Mon Jul 2 18:15:09 CEST 2012


On 3 July 2012 01:12, tank pranav <akshar_tank at yahoo.com> wrote:
> Hi,
>
> I want to convert low resolution video (.avi) to high resolutoin (.avi) file.
>
> Can anyone please tell me What is the command in ffmpeg which can do this ?

ffmpeg -i in.avi -s 1920x1280 out.avi

http://ffmpeg.org/ffmpeg.html#Video-size

> Thanks,
> Pranav.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user


More information about the ffmpeg-user mailing list