dimzon
22nd March 2004, 11:09
Hi.
My friend ask me to help him to convert his marriage DV into MPEG4 content to fit 4 hours of DV video onto 1 4.7GB DVD-R
source DV video was splited by 45 files... I had never work with DV content before.
I wrote such script:
DirectShowSource("c:\dv\001.avi",fps=25)+\
DirectShowSource("c:\dv\002.avi",fps=25)+\
DirectShowSource("c:\dv\003.avi",fps=25)+\
<skiped :) >
DirectShowSource("c:\dv\045.avi",fps=25)
UnDot()
Deen()
And i got "not enought memory" message. I saw that AviSync eat more then 1GB RAM during concatenation so I can't concatennate more than 10 pieces at once. So I can't do solid 2-pass encoding :(
Does anybody know how I can concatenate all of those 45 pieces to make "normal" 2-pass encoding?
My friend ask me to help him to convert his marriage DV into MPEG4 content to fit 4 hours of DV video onto 1 4.7GB DVD-R
source DV video was splited by 45 files... I had never work with DV content before.
I wrote such script:
DirectShowSource("c:\dv\001.avi",fps=25)+\
DirectShowSource("c:\dv\002.avi",fps=25)+\
DirectShowSource("c:\dv\003.avi",fps=25)+\
<skiped :) >
DirectShowSource("c:\dv\045.avi",fps=25)
UnDot()
Deen()
And i got "not enought memory" message. I saw that AviSync eat more then 1GB RAM during concatenation so I can't concatennate more than 10 pieces at once. So I can't do solid 2-pass encoding :(
Does anybody know how I can concatenate all of those 45 pieces to make "normal" 2-pass encoding?