Looking for a software title that will split a very large video file, 30gb, into maybe 7 or 8 files so i can burn them as DVD's. Please advise.
+ Reply to Thread
Results 1 to 10 of 10
-
-
You can use ffmpeg.
Let us say you want to split your 30GB video into 5 parts according to the times.
First of all make a note of the whole length in time.
Then make a list of how long in time each part will last, preferably NOT into equal parts but according to preferred end scenes.
For Example: The first part will start at 00:00:00 and the duration is 04:15:32
Use this script to get the first part.
ffmpeg -i "input.mp4" -ss 00:00:00 -t 04:15:33 -c:v copy -c:a copy "Output Video 1.mp4".mp4
Then the other parts.
Good luck -
Are you using the DVD media as a "data disc" ? It won't play in a DVD player as an authored DVD disc
-
Shutter Encoder(Free)
To split videos in Shutter Encoder, you can use the Mode dropdown in the lower right corner. The Split option divides media into separate files based on a user-defined number of seconds. You can also preview a Cut or Remove section in a separate window using the "Preview" button. -
7-Zip? I never knew that program could split video files. I wonder how you tell 7-Zip where to do the splits.
Extraordinary claims require extraordinary evidence -Carl Sagan -
It can split them. Doesn't mean the end result is playable.
Scott -
Indeed, you have to copy all of them to unzip and play. At the end you'll still have the whole video.
Literally any archive made by any archive software can be split in volumes, you can choose how many MB one volume should have. -
Using compression apps while selecting store option is a good option. Also there are programs that can split large files into small files. File Splitter and Joiner is an example of those.
Similar Threads
-
Audio Software to automatically extract all songs from a large mp3 file
By Love in forum AudioReplies: 16Last Post: 13th Oct 2024, 06:12 -
How to edit mkv file video title using batch script
By iKron in forum Newbie / General discussionsReplies: 0Last Post: 16th Mar 2022, 03:43 -
any software that would split the video in equal minutes and keep it as one
By jraju in forum Newbie / General discussionsReplies: 107Last Post: 11th Mar 2021, 03:30 -
How to split a .TS video file based on time (not file size!) ?
By Michael REMY in forum EditingReplies: 4Last Post: 19th Sep 2020, 19:32 -
I am looking for a free Video Automation Playout software which one do you
By DJboutit in forum Newbie / General discussionsReplies: 0Last Post: 14th Apr 2020, 21:50