Re: [FFmpeg-user] Crop between 0:02 & 1:02 a MP4+AAC MKV with less processing

2020-12-20 Thread DynV Montrealer
mith via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: > If you want it to start 62 seconds into the source, use -ss 62 > > Eg ffmpeg -i input.mkv -ss 62 -vcodec copy -acodec copy output.mkv > > Adam > > > On 19 Dec 2020, at 11:59, DynV Montrealer wrote: > > &

[FFmpeg-user] Crop between 0:02 & 1:02 a MP4+AAC MKV with less processing

2020-12-19 Thread DynV Montrealer
In a MP4 + AAC with a MKV wrapper video, which information is appended, it's 1st 2 seconds contain sensitive information so it must be cropped. The next minute is useless content, something that if it remained would almost constantly be skipped. So the ideal beginning is 1:02, but as long as it's n