Is there a freeware program to split an 8-9gb mpg file recorded w/ tv tuner/pvr card into 4.7gb chunks that fits on 1-layer dvd-r? If there is, what's the processing time, is there a gui, or what code would you type? I'd like something simple. Thanks.
+ Reply to Thread
Results 1 to 6 of 6
-
-
If you just need splitting, try TMPGEnc encoder. For those operations, it's freeware. Or if you need a little more advanced editing you could try Cuttermaran.
-
basically, something like a simple batch file or a line of code that would convert 'name.mpg' into 'name-disk1.mpg' and 'name-disk2.mpg'. i'd then put those two 4.7 gb chunks into dvd authority programs and that's basically all i need.
-
Mpeg2cut2
Top notch cutter, but you'll have to do the cuts yourself.
If you want automated, download the compiled version of ProjectX from here. It bypasses the Java installation requirement and installs cleanly.
http://download.videohelp.com/download/ProjectX_090.4.00.zip
To use it in a batch file to cut at specific file sizes:
projectx.exe -tom2p D:\input.mpg -name part -split 4200 -out d:\outputDir
Similar Threads
-
Decoding and interpreting PSI sections split across TS packets
By Tuxdude in forum ProgrammingReplies: 0Last Post: 19th Sep 2011, 22:30 -
Any freeware to index an mpeg2?
By mel2000 in forum Newbie / General discussionsReplies: 3Last Post: 27th Apr 2009, 10:11 -
Split VOB chapters without re-encoding everything (must be freeware)
By fmcf in forum Video ConversionReplies: 4Last Post: 23rd Nov 2008, 00:37 -
How do I replace audio in MPEG2 (DVD) files using Freeware?
By semmel in forum EditingReplies: 2Last Post: 28th Sep 2008, 20:16 -
dvd movies don't screen on monitor properly are split into 3 sections
By beachychick in forum Software PlayingReplies: 3Last Post: 29th Oct 2007, 19:03