horizonstar
Dec 2002
 $uXor
|
For DivX/XviD, I just use mencoder's straightforward codec copying -- no reencoding necessary:
mencoder -endpos 733000000b file.avi -oac copy -ovc copy -o file.cut.avi
And for SVCDs it's even easier. The group LDV regularly puts out SVCDs where CD2 is way oversized. Usually it's only the credits that stick out past the 845000000b limit, though, so I just cut them off with the very basic "head" program in Unix:
head -c 845000000 cd2.bin > cd2.cut.bin
Voila.
__________________

Scrobble all you want, we'll make more!
Report this post to a moderator | IP: Logged
|