python - Cut multiple parts of a video with ffmpeg - Stack Overflow

PHOTO EMBED

Wed Oct 26 2022 14:10:07 GMT+0000 (Coordinated Universal Time)

Saved by @razek #sh #ffmpeg

ffmpeg -i video \
       -vf "select='between(t,4,6.5)+between(t,17,26)+between(t,74,91)',
            setpts=N/FRAME_RATE/TB" \
       -af "aselect='between(t,4,6.5)+between(t,17,26)+between(t,74,91)',
            asetpts=N/SR/TB" out.mp4
content_copyCOPY

https://stackoverflow.com/questions/50594412/cut-multiple-parts-of-a-video-with-ffmpeg