Search Result
Collapse
2 results in 0.0019 seconds.
Keywords
Members
Tags
-
How can I split a folder with several VOB files
I have a folder with 9 gigas of VOB files. I want to split it in 2 parts to edited in DVD Shrink. How can I do it? -
Reading MPEG files.
Hi!
I am writing a web application to read in MPEG-1, MPEG-2 and MPEG-4 files. I need to know the duration of the MPEG movie from the file itself.
I know the equation: Duration = file size / bit rate X 8
I am able to read the file size from my web application....