please advise a name for it?
I have a big 5GB video that I want to cut it into smaller version while preserving the quality as much as possible.
If no free, please advise a paid one with good deal.
Thank you
+ Reply to Thread
Results 1 to 13 of 13
-
-
AVI, MPG, MKV, MP4??
For all extensions Try: SolveigMM_AVI_Trimmer_MKV (Freeware)
Support of AVI, MKV, MP4, MOV, WEBM, FLV, ASF, WMV, MP1, MP2, MP3 and WAV files
File slicing by time / length / parts
Ability to mute audio on selected fragment
Support of subtitles for preview
Fragment time calculator
New user-friendly interface
Visual scalable timeline with video thumbnails and audio waveform
ClaudioLast edited by Cauptain; 20th Sep 2015 at 07:15.
-
Hi, Thanks for your recommendation
It asks when I first open a media file -- Index by initial or Index by remuxing???
What does ''index actually mean
by the way - what's next after ''indexing''?? I want to split a long, large video into small clips (original clips size 6GB and over 2 hours of length)Last edited by kenny1999; 20th Sep 2015 at 08:21.
-
Indexing gathers navigation information about a media file to be used for editing (splitting) or converting it. Reading the information in the file's initial headers is one way of getting information, but the headers may be not be accurate in every case. The other way is to examine the streams in the file itself while demultiplexing.
-
mini guide - how to split a large video file into smaller segments or files.
I found another method for splitting large video files through ffmpeg.
use the following in a dos (cmd) console window.
Code:ffmpeg -i "video.ts" -acodec copy -f segment -segment_time 00:10.00 -vcodec copy -reset_timestamps 1 -map 0 -an g:\videos\segment%d.ts
video1.ts
video2.ts
.
.
video10.ts
1. substitute for folder and filenames, and length of cuts (-segment_time) for your given video.
2. download ffmpeg.
3. search the ffmpeg documentation help for info on the command usage in this discussion and other ffmpeg functions.
I was unable to find info on how to cut by filesize instead, like when you want to cut in 1gig chunks from a 5gig main file.Last edited by vhelp; 20th Sep 2015 at 13:58.
-
If you truely want some advice on
while preserving the quality as much as possible.
There are several options that offers copying the source when cut/join are made on made on I-frames giving the same quality as the source.
Then there is "smart editor" like Solveig MMSplitter, Video Redo, that offers frame accurate cutting and will re-encode around the "cut" but otherwise copy the original for the rest.
And of cource you can choose to re-encode the the clips (you decide if the drop in quality is noticeable).
And (IMO) you shouldn't go back and edit your old post as:
- It may make it hard for newcomers to follow the thread.
- If you make a new post those whose participated in the thread will get an E-mail notice. This is not the case for editing. -
hi everyone im new here put i need so help i have been converting a vhs for my mother in law and its 8 hour long about 28gig is there some thing that can split it down to smaller pieces to put on a dvd thanks
-
@basilbrush999
More info needed. Start with if you by "dvd" mean a video-DVD that is playable in a DVD player or a data-DVD intended for storage/playing on a computor. -
hi i need them to be a video-dvd so as she can play them on her dvd thanks
-
Still not much info to go on. The key one being 8 hrs of playtime. I would divide that to 4 DVDs.
You could use MKVMergeGUI to split on the Global Tab and split by either size or duration and selecting the max number of files to 4. Then author the DVDs with AVStoDVD. You could make the DVD menuless, ie starts playing when inserted into a player and use chapters for navigation. by a remote controller.
You should use MediaInfo (View -> Text) and paste the result in a post to provide info on the 28 GB file. Also if this is one video or a series of videos and if you want menus on the DVDs for navigation. -
hi just tried them i cant get them to work just to complicated for me is there some thing easier to use thanks
-
Maybe TMPGenc Authoring Works. You will have to set up 4 separate projects, but it'll hand-hold you through most of the process.
Similar Threads
-
Looking for a free video splitter which
By christysho in forum Video ConversionReplies: 5Last Post: 20th Jul 2015, 09:00 -
any free video cutter/joiner?
By kenny1999 in forum Newbie / General discussionsReplies: 9Last Post: 6th Mar 2015, 17:32 -
Best splitter/trimmer/joiner for every format
By ARTO65 in forum EditingReplies: 53Last Post: 5th Dec 2014, 18:02 -
Fast MOV cutter, splitter, joiner that doesn't encode?
By Georgeo57 in forum Newbie / General discussionsReplies: 3Last Post: 22nd Apr 2013, 17:22 -
Free wmv joiner/merger without re encoding
By taebog in forum EditingReplies: 15Last Post: 6th Oct 2012, 16:36