Hello,
TFM can check if the d2v is ok. When not it makes a "-FIXED.d2v" version.
- AMVapp3 beta
- DVD Gravitation, NTSC
First try with check:
mpeg2source("c:\dvd.d2v")
tfm(d2v="c:\dvd.d2v")
tdecimate(mode=1)
There was an errormessage that the d2v was not ok and tfm() made dvd-FIXED.d2v
I changed the script and used this version. Everytings works fine.
Second try without check:
mpeg2source("c:\dvd.d2v")
tfm()
tdecimate(mode=1)
It works fine, there was no errormessage
What do you think ?
Would you recommend to check the d2v file and use the fixed version ?
Is this something important for the EADFAG3 ?
Best regards,
Ti



