I am in a quandary, I want to find something like dvdsoft's free video editor that allows me to take 1 big mp4 and separate it into its constituent part at different time or size and save the parts, can anyone think of such a monster [I have googled it and no avail]? That is very simple to use and operate! Thank you in Advance, John
+ Reply to Thread
Results 1 to 12 of 12
-
-
What is this called when you take one big mp4 and cut it into 4 or 5 segments of 8 min ,10 minute,3minutes 2minutes and 5-minute segments?
What piece of software has this ability and to save the pieces in mp4 format? it has a upper arrow and a lower arrow that shows where the segments are made , and saves each segment as a file? -
AFIK No.
AVIdemux will only do one clip at a time.
If someone else knows how to do 5 simultaneous cuts they can post it.
FFMPEG can do the simultaneous clips.
But by the time you get the code typed & working correctly I believe you would finish with AVIdemux sooner.Last edited by cholla; 5th Mar 2025 at 15:11.
-
Can't be 100% sure ( since I never used it for that purpose).. but I'm quite confident that the excellent open-source software Lossless-Cut should ALSO do that kind of task.. select segments of a video and export them individually - instead of joined (that is the "default")
https://github.com/mifi/lossless-cutLast edited by krykmoon; 5th Mar 2025 at 15:45.
-
You can do it that way.
You will need to be a much better coder than I am to do it.
It certainly is not simple or easy.
I sure there are some members here that could do the coding for this fast.
For me I might spend a week or two before I got it correct.
The LosslessCut program looked promising but I have never used it.
I'm considering giving it a try.
I would get the download from videohelp instead of github:
https://www.videohelp.com/software/LosslessCut -
With a couple of .py scripts, yes.
Below adds marker points (split points) to input.
https://avidemux.org/smif/index.php/topic,19970.0.html
Post #7 below can export all the segments created by the marker points.
https://avidemux.org/smif/index.php/topic,19937.0.html
Also, you can add shortcut keys to scripts, or even a button.Last edited by Secoast; 7th Mar 2025 at 13:25.
-
You can multiplex into multiple segments at once using MKVToolnix / Merge but the ouputs will be .mkv.
Similar Threads
-
Guidance on right direction - no encryption
By Smoothbrained in forum Video Streaming DownloadingReplies: 11Last Post: 22nd Jun 2023, 13:27 -
Floating point division by zero error
By Redno68 in forum SubtitleReplies: 9Last Post: 6th May 2023, 07:23 -
Right Direction
By mikenuun in forum Video Streaming DownloadingReplies: 6Last Post: 2nd Jun 2022, 02:09 -
Good day, all - THIS IS MY FIRST POST - need direction to proper forum :-)
By TDinTX in forum Newbie / General discussionsReplies: 95Last Post: 20th Jul 2020, 14:38 -
Creating a lock Point[s] in a video
By RokkoRokko in forum EditingReplies: 6Last Post: 2nd Jun 2020, 16:00