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

adam smith adamsmith79 at icloud.com
Sun Dec 20 20:23:56 EET 2020


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 <dynvec at gmail.com> wrote:
> 
> So the ideal beginning is 1:02


More information about the ffmpeg-user mailing list