So I have wintv pvr usb2. assume that after recording a long show, the file size can be around 8gb (i.e 3 hr program).
I have idea of an easy way to split it using mencoder:
based on this wiki code: http://en.wikipedia.org/wiki/MEncoder:
mencoder -ovc copy -oac copy -ss 0 -endpos 700mb -o movie_part1.avi movie.avi
as well as code from one of the comskip/comclean batch files....
my code is like this:
==================
split-1sthalf.bat
"c:\program files\mplayer\mencoder" -ovc copy -oac copy -of mpeg -ss 0 -endpos 4500mb -o "movie_part1.mpg" "movie.mpg"
==================
split-2ndhalf.bat
"c:\program files\mplayer\mencoder" -ovc copy -oac copy -of mpeg -ss 4490mb -endpos 8000mb -o "movie_part2.mpg" "movie.mpg"
==================
this assumes that mencoder is stored in program files; that your movie is movie.mpg, and that it's 8000mb.
my question is if anyone knows how to create a 1step batch program that will ask for input of file name/directory; find the file size or ask to manually input file size; divide it 2 to split between two dvd-r's w/ some overlapping time (i.e. 3s); and output the result as two new files.
or, similar idea as above, but drag a mpg to batch file and it splits in two.
hopefully, this will be dvd-compliant.[/quote]
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
How to make Batch file for Renamer
By _Al_ in forum Video ConversionReplies: 3Last Post: 26th Feb 2011, 23:55 -
How do I split my 8gb MKV file in half?
By y0ungSir in forum Newbie / General discussionsReplies: 9Last Post: 1st Jul 2009, 15:36 -
Pls Help convert my 3gp file to mpg or avi
By Nanflexal in forum Video ConversionReplies: 2Last Post: 1st Jun 2009, 15:58 -
Mencoder Batch File - Converts Every Codec type
By peterbuilt in forum Video ConversionReplies: 5Last Post: 28th Jun 2008, 06:41 -
How to make a sample of an AVI file pls?
By incrediblej in forum EditingReplies: 5Last Post: 20th Dec 2007, 07:59