PDA

View Full Version : microdvd fullscreen mode problem


gomezdegomera
2nd January 2002, 15:19
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 show black screen with a little noise on the left). All the other players can do that(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?

BlackSun
3rd January 2002, 07:37
Deactivate the overlay options (or disable all subtitles/OSD support) in the MicroDVD options.

The main reason is that MDVD can not detect the overlay color, so the window which should show you OSD or Subtitles is black instead of being transparent.