On 8/26/20 7:43 PM, Ranjan Maitra wrote:
I am writing to ask if there is a way to remove a small portion of a mp4 file. Basically, the file is my lecture (has both audio and video recorded using simplescreenrecorder) and I want to remove a portion of the mp4 (from the 14:30 to the 15:50 time-points) of an mp4. The mp4 itself is currently 17:50 minutes long.
Is there a way to do this, using a command line tool (preferred) or something else? I like command line tools because they are faster.
"ffmpeg" is the typical tool for things like that. Check the docs for how to select segments of the video.