Sniffer
11th November 2003, 21:03
I have read and gather some info but there is something i can't understand still.
Movie : Die Another Day - PAL - Interlaced - 720x576
I use AR Calculator and in the crop give me this results
Left - 2
Right - 4
Up - 78
Down - 74 so i thought that i will use crop like this
CROP (2,4,78,74) - But when looking Avisynth Site they have something like this (0,4,720,432) and i think what the hell it means 0 and 4 (maybe left and right) but where i crop the upside and the downside????
Second trouble, i have done the project with DVD2AVIdg and it give me a xxxxxx.d2v file, how can i call the d2v file in virtualdubmod,take note that this project was made directly from vob files. I have tried avisource, directshowsource,mpegsource,mpeg2source. i always get an error.
Then i use lanczosresize, best aspect is (592,240)
Then i need to use bob to deinterlace, how to do it, with this info
Bob(clip clip [, float b, float c][, int height])
It's hard for me,i'm really needing an example on this situation for instance.
My stupid script :(
MPEG2SOURCE("G:\Work on Die Another Day\Die Another Day Project.d2v")
CROP(2,4,78,74)
LANCZOSRESIZE(592,240)
i think i forgot to load some plugins or not like this
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
:(
help is needed.
Movie : Die Another Day - PAL - Interlaced - 720x576
I use AR Calculator and in the crop give me this results
Left - 2
Right - 4
Up - 78
Down - 74 so i thought that i will use crop like this
CROP (2,4,78,74) - But when looking Avisynth Site they have something like this (0,4,720,432) and i think what the hell it means 0 and 4 (maybe left and right) but where i crop the upside and the downside????
Second trouble, i have done the project with DVD2AVIdg and it give me a xxxxxx.d2v file, how can i call the d2v file in virtualdubmod,take note that this project was made directly from vob files. I have tried avisource, directshowsource,mpegsource,mpeg2source. i always get an error.
Then i use lanczosresize, best aspect is (592,240)
Then i need to use bob to deinterlace, how to do it, with this info
Bob(clip clip [, float b, float c][, int height])
It's hard for me,i'm really needing an example on this situation for instance.
My stupid script :(
MPEG2SOURCE("G:\Work on Die Another Day\Die Another Day Project.d2v")
CROP(2,4,78,74)
LANCZOSRESIZE(592,240)
i think i forgot to load some plugins or not like this
LoadPlugin("C:\Filters25\MPEG2Dec3.dll")
:(
help is needed.