You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
Archived from groups: rec.video.desktop (
More info?)
Is there any small (and fast) program to split large avi-files
/Emmi
Archived from groups: rec.video.desktop (
More info?)
> Is there any small (and fast) program to split large avi-files
Easy Video Splitter handles my >100 gig files and is available here:
http://www.doeasier.org/splitter/
Splits mpg and wmv files as well.
Archived from groups: rec.video.desktop (
More info?)
On Thu, 27 May 2004 14:48:04 -0400, "Morrmar" <morrmar@myway.com-no
Thanks!!! Looks perfect
Archived from groups: rec.video.desktop (
More info?)
Emmi <emmi@hotmail.com> wrote:
: Is there any small (and fast) program to split large avi-files
What do you want to do?
I use simple AVISynth script to use different fragments of AVI.
AVISource("yourfile.avi")
Trim(frameStart#, frameEnd#)
Works perfectly.
--Leonid