On 1/14/2015 6:47 AM, Vladimir Bilichenko wrote:
Hi. I have a question about video stretching. I have a video( https://www.dropbox.com/sh/5mw6hvgw170ov8b/AADABGroGqbSg_a9INZiesrQa?dl=0) width = 840, height = 922. I need to change the size of the video to 1920x1080 it must be stretched. Output file should be .mp4. Can some one help me with that?
> ffmpeg -i <input_file> -s 1920x1080 <other_encoding_parameters> <output_name>.mp4 ?
-- Claudiu _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user