Article 5MF9V To extract and get some parts/clips out of a MP4 file to be concatenated into another

To extract and get some parts/clips out of a MP4 file to be concatenated into another

by
BudiKusasi
from LinuxQuestions.org on (#5MF9V)
How to extract/get some parts/clips out of a MP4 file to be concatenated into another new MP4 file

tried to get/extract out only first 19 seconds, also a part beginning from 32th up to its next 37 seconds, and finally part beginning from 2 min 29th s up to its next 99 seconds, by this:

Code:$ ffmpeg -t 19 -i Example.mp4 -ss 0:0:32 -t 37 -i Example.mp4 -ss 0:2:29 -t 99 -i Example.mp4 -ss 0:0:0 -c copy ~/Downloads/ExampleOut.mp4to no avail

Please help out guide the correct onelatest?d=yIl2AUoC8zA latest?i=-ZNLebMqDfk:UhqVTKV9HZw:F7zBnMy latest?i=-ZNLebMqDfk:UhqVTKV9HZw:V_sGLiP latest?d=qj6IDK7rITs latest?i=-ZNLebMqDfk:UhqVTKV9HZw:gIN9vFw-ZNLebMqDfk
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments