Tag: #linux

  • Splitting a video file in sections using ffmpeg at cli

    Consider a file named ‘x.mp4′. Let’s suppose the video file is wrapped in a MPEG-4 container coded with H.264 and AAC audio. To split the file and keep the file in the most commonly used MPEG-4 container, we could use the following command: The above command has a starting point at the fourth minute in…