On Tuesday, 13 October 2015, Jim Worrall <[email protected]> wrote:

>
> > On 2015 Oct 13, at 11:20 AM, daggs <[email protected] <javascript:;>> wrote:
> >
> > I want to the following, take a mkv file (with multiple audio and
> subtitles included for example) and crop the video so in the end I have
> same file like the original but with the video stream cropped.
> >
> > how I can do that?
>
> https://ffmpeg.org/ffmpeg-filters.html#crop
> http://www.renevolution.com/understanding-ffmpeg-part-iii-cropping/
>
>
Just to add, include '-map 0' in your command line if you have multiple
audio/subtitle streams,otherwise ffmpeg will only output one stream of each.
Using '-c:a copy' should bring your audio over intact.
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to