could someone please suggest a mp4 splitter that split a video based on time . one that allows one to have multiple times to trim?
M?
+ Reply to Thread
Results 1 to 5 of 5
-
-
mymp4boxgui can cut by time but not multiple times.
mkvtoolnixgui can cut by multiple time codes. It can import mp4 but you will get a mkv as output.
Or use the mp4box command line tool....but I have no idea how to cut. -
Does mkvtoolnix cut one file ar several times at once and save the resultant files? Is there a freeware splitter that does vob files and puts the files in mkv format? John
-
You can add several files and output as one mkv.
You can import vobs in mkvtoolnixgui also. Or use vob2mpg to get a single mpg from several vobs.
See https://forum.videohelp.com/threads/359121-How-to-extract-cut-parts-from-a-mkv-includin...ubtitle-tracks -
Avoid recompression at the expense of inaccurate cutting:
ffmpeg -ss 01:01:01 -i input.mp4 -to 02:02:02 -c copy output.mp4
Accurate cuts at the expense of recompression:ffmpeg -ss 01:01:01 -i input.mp4 -to 02:02:02 -c:v libx264 -c:a copy output.mp4
Similar Threads
-
Video splitter needed
By RBCC in forum EditingReplies: 4Last Post: 12th Mar 2017, 20:51 -
I need a mp4 Cutter/Splitter
By minegroasprilla in forum Newbie / General discussionsReplies: 8Last Post: 23rd Jan 2015, 17:04 -
video splitter needed
By RBCC in forum EditingReplies: 6Last Post: 6th Jan 2015, 03:01 -
using Gabset MP4 splitter
By A700 in forum Software PlayingReplies: 10Last Post: 7th Oct 2014, 11:29 -
MP4 splitter/cutter
By insidesafstand in forum EditingReplies: 2Last Post: 5th Jul 2014, 21:32