Transfer 50p to 25i
ZXNet echo conference «zxnet.pc»
From Nikolai Zabrodotsky → To All 13 October 2006
Hello, Daniel
Here is the script for AviSynth.
-+--------------------------------
AVISource("d:Untitled3.avi") # or whatever the actual pathname is
AssumeFieldBased( )
BicubicResize(720,288,0,0.75)
Weave()
-+--------------------------------
Next, we load this avs into VirtualDubMod, like a regular avi.
We see a 720x576 picture.
If you encode in microsoft rle, avs may curse that it cannot open avi
file.
Then a trick with our ears - in VirtualDub we create a frame server from the original avi, and in
avs enter the name of the frame server. Let's launch another VirtualDub, again
trying to open avs.
Next is a creative question.
You need to either recode it into a “large uncompressed” avi, that’s all, or
launch ANOTHER frameserver, and slip its output into the DVD encoder.
I use TMPG. He understands field order himself and understands what a frameserver is,
i.e. can open "virtual" avi.
The encoding path through frameservers significantly saves your space on
disk, and time.
I just made 2 mpg files - one using the described method with decomposition into bmp,
the second, as described above. I'll burn 2 DVD titles and watch them at home
player.