[FFmpeg-user] Multiple parts of a video
Paul B Mahol
onemda at gmail.com
Sat May 28 20:19:16 EEST 2022
On Sat, May 28, 2022 at 4:28 PM Cecil Westerhof via ffmpeg-user <
ffmpeg-user at ffmpeg.org> wrote:
> When I just want to have a certain part of a video, I can do something
> like:
> ffmpeg -y -i input.MTS \
> -ss 00:08 \
> -to 00:17 \
> -acodec copy \
> -vcodec libx264 \
> -preset veryfast \
> output.mp4
>
> But what if I want several parts of a video in my video?
> Do I need to cut the different parts out of the video and concatenate
> them, or is it possible to do it with one command?
>
Using concat filter.
>
> --
> Cecil Westerhof
> Senior Software Engineer
> LinkedIn: http://www.linkedin.com/in/cecilwesterhof
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>
More information about the ffmpeg-user
mailing list