PDA

View Full Version : how to make timecode file?


inurenegade
11th August 2005, 21:39
im sorry but i dont know how to make a timecode file would somebody plz tell me a good program and how to use it?
ive tried to use vfrtools but it doesnt seem to work when i open it with sun java...

thanks in advance :)

MeteorRain
17th August 2005, 15:27
what's your propose on using timecode?
from what? to what?

regards

inurenegade
17th August 2005, 22:25
i have an mfile and i need to convert it into a timecode file and into a dfile but i dont know how to use this jar file...

Wilbert
17th August 2005, 22:36
Make sure you have a Java VM installed first. Open a dos prompt and pass vfrtools.jar the name of the mfile.txt file and the original fps of the file, probably 119.88 (after putting vfrtools.jar in the same path as your AviSynth script and mfile.txt).

java -jar vfrtools.jar mfile.txt 119.88

This will generate two files in your directory. The first is the dlist.txt file that MultiDecimate pass 2 will expect.
see http://www.avisynth.org/VariableFrameRateVideo

inurenegade
17th August 2005, 22:52
thank you ^__^