PDA

View Full Version : DV-1 avi too big for 1hour 42minutes = 20gb file


moumiaq
30th January 2004, 15:42
I have captured my analog camcorder tapes with my ADVC-100 into 1 avi file but i'm not familiar with avisynth so i cannot follow DV to DVD guide.Since i have all the programs below

- DV editing program
- AviSynth
- BeSweet
- CinemaCraft Encoder (CCE) or TMPGEnc
- DVD authoring program

it would be a shame not to try this method because i believe CCE is the best encoder.Can anyone HELP PLEASE?

bb
30th January 2004, 17:06
What exactly is your problem? Where do you need help?

bb

moumiaq
30th January 2004, 19:45
You describe in section 3.1.1 Create an AviSynth script,something about a code :

DirectShowSource("C:\MyDVFiles\DV_type1_file.avi", 25)
Convolution3D(1, 6, 10, 6, 8, 2.8, 0)

Where do i insert these lines?And how do i create an Avisynth script?

bb
30th January 2004, 20:49
Well, AviSynth comes with a good documentation. In short, all you need to do is to install AviSynth, then open notepad, type the lines mentioned, and save the text file with a .avs extension. That's your AviSynth script - it's that easy.

bb

moumiaq
30th January 2004, 21:12
Well........... that's not too difficult :p .Thanks a lot bb