gomezdegomera
2nd January 2002, 15:24
I encoded The Professionist using this Avisinth script in VirtualDUb with divx 4.12 (2 passes) (the movie is in 720x576 PAL format)
LoadPlugin("C:\MPEG2DEC.DLL")
mpeg2source("H:\vob\test.d2v")
Crop(10,72,700,432)
BicubicResize(700,298)
Microdvd 1.2 can't show the movie in fullscreen mode (it shows black screen with a little noise on the left). All the other players show that correctly (Zoom, WMP). I think it is a bug derived by the resolution (700 x 298). Infact I encoded with the following script and the prob disappeared:
LoadPlugin("C:\MPEG2DEC.DLL")
mpeg2source("H:\vob\test.d2v")
AddBorders(0,0,8,0)
Crop(16,72,696,432)
BicubicResize(696,296)
So the question is: which are the resolutions that microdvd does not accept in full screen mode?
LoadPlugin("C:\MPEG2DEC.DLL")
mpeg2source("H:\vob\test.d2v")
Crop(10,72,700,432)
BicubicResize(700,298)
Microdvd 1.2 can't show the movie in fullscreen mode (it shows black screen with a little noise on the left). All the other players show that correctly (Zoom, WMP). I think it is a bug derived by the resolution (700 x 298). Infact I encoded with the following script and the prob disappeared:
LoadPlugin("C:\MPEG2DEC.DLL")
mpeg2source("H:\vob\test.d2v")
AddBorders(0,0,8,0)
Crop(16,72,696,432)
BicubicResize(696,296)
So the question is: which are the resolutions that microdvd does not accept in full screen mode?