off topic a little, sorry!
I have AVStoDVD,
AVI2DVD and
ConvertXtoDVD. Up until last week I was using
avi2dvd for avi(23fps)s to 25fps and ConvertXtoDvd if the
avi is already in
pal format since its much faster than using avi2dvd. However while browsing the internet I found this thread about AVStoDVD.
Now I tried this the other night. I was amazed with the speed of HCenc with this AVStoDVD program and I cant understand why its faster than avi2dvd? Also does AVStoDVD convert
framerate like avi2dvd? As for quallity theres no different although avi2dvd seems to keep the video's dynamic colours better and AVStoDVD seems to lighten the video slightly.
Back to the framerate yeah in avi2dvd theres normally a command assumefps(25) however in AVStodvd script I dont see it.
AVISYNTH SCRIPT
Video = DirectShowSource("C:\blah.avi", convertfps=true, audio=false)
Audio = DirectShowSource("C:\blah.avi", video=false).Normalize()
AudioDub(Video, Audio)
ConvertToYV12
#Using DGPulldown to upsize
FPS
AddBorders(0,5,0,5)
Lanczos4Resize(720,576)
convertfps=true // arent you surpose to tell it what framerate you want like fps=25, convertfps=true
Am not exactly wise to this stuff but am just making assumptions so please help me out does AVStoDVD convert framerate, Ive checked the webreviews and I cant see anything. I dont know if its down to the settings dvd output fomat, its set to pal so maybe this cleverly coverts it to pal without informing you.
Reading the web Ive discovered that they use DGpulldown and i see the command but does that actually tell it to convert to 25fps it just doesnt seem clear to me.
#Using DGPulldown to upsize FPS
it looks like a ## or // you use in coding to type a message that you dont want be shown.