Post #1002585
2026-02-18 15:21 UTC
How to copy a specified section from an MP4 video and save it to a new file? VLC can do it nicely: just call e.g.
vlc c:\path\source.mp4 --start-time=1234 --stop-time=3333 --sout="#file{dst=c:\path\destination.mp4}" vlc://quit
to get it right.
Replies (0)
No replies.