ou8thisSN
25th May 2005, 23:10
Hi, I tried to use the DV to DVD guide posted both here and at:
http://www.doom9.org/index.html?/dv/guide.html
but they dont work!
All I am trying to do is transfer some home videos off a Sony Digital Handycam (DCR-TRV103NTSC) onto a DVD-R.
I followed all the steps explicitly. I was able to extract the video into my computer using WinDV. I edited and compiled an AVI file in Adobe Primiere 6 and separated the audio using AC3Machine.
Then I got stuck, under the section: 3.1.1 Create an AviSynth script
I want to encode this with CCE version 2.67SP. I was told the video from the camcorder was interlaced, so I made a notepad avisynth file that says:
AviSource("E:\SWD_tape1\CCE Product\ActualTest.avi")
ReInterpolate411() <---this function was recommended to be added in the guide
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
After this script, it doesnt work. I downloaded VirtualDub and loaded the AVS file and it says that the ReInterpolate411() function and Convolution3d dont exist and it is a script error.
I am completely stumped. I got Avisynth_255.exe from the top of the guide page. Am I supposed to write these functions myself??? where do i get them from or what have i done wrong here??
Please, if you can, give me some idea. I tried to read some of the topics here, but the subject matter is way over my head. if you guys can help i'll be extremely greatful.
Thanks a lot.
http://www.doom9.org/index.html?/dv/guide.html
but they dont work!
All I am trying to do is transfer some home videos off a Sony Digital Handycam (DCR-TRV103NTSC) onto a DVD-R.
I followed all the steps explicitly. I was able to extract the video into my computer using WinDV. I edited and compiled an AVI file in Adobe Primiere 6 and separated the audio using AC3Machine.
Then I got stuck, under the section: 3.1.1 Create an AviSynth script
I want to encode this with CCE version 2.67SP. I was told the video from the camcorder was interlaced, so I made a notepad avisynth file that says:
AviSource("E:\SWD_tape1\CCE Product\ActualTest.avi")
ReInterpolate411() <---this function was recommended to be added in the guide
SeparateFields()
odd=SelectOdd.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
evn=SelectEven.Convolution3D(1, 6, 10, 6, 8, 2.8, 0)
Interleave(evn,odd)
Weave()
DoubleWeave.SelectOdd()
After this script, it doesnt work. I downloaded VirtualDub and loaded the AVS file and it says that the ReInterpolate411() function and Convolution3d dont exist and it is a script error.
I am completely stumped. I got Avisynth_255.exe from the top of the guide page. Am I supposed to write these functions myself??? where do i get them from or what have i done wrong here??
Please, if you can, give me some idea. I tried to read some of the topics here, but the subject matter is way over my head. if you guys can help i'll be extremely greatful.
Thanks a lot.