Log in

View Full Version : MPC: bugs in fullscreen mode(all version)


htc10825
10th July 2006, 13:31
Bug1(all version):
If you open 5-6 avi files in a folder(commandline parameter using the folder name), swith it to full screen mode, navigate it to next clip by the keyboard(stdin) command "Pagedown", the player will 100% crash at third clip - i.e. you can only switch the first two clips! But there is no problem when you play them in window mode. I guess the player "forgot" to terminate the video overlay used by previous clip before creating the overlay for the new clip.

Bug2(only for all new version):
the player cannot start at fullscreen in you use the /fullscreen in commandline. Old release(e.g. v6451 in year 2003) does not have such problem.

chros
18th July 2006, 11:25
Bug1(all version):
If you open 5-6 avi files in a folder(commandline parameter using the folder name), swith it to full screen mode, navigate it to next clip by the keyboard(stdin) command "Pagedown", the player will 100% crash at third clip - i.e. you can only switch the first two clips! But there is no problem when you play them in window mode. I guess the player "forgot" to terminate the video overlay used by previous clip before creating the overlay for the new clip.
Strange, it works for me (6490): I have moved 6 mov trailer (renamed to mp4) file to a directory, using the builtin mp4 splitter and overlay mode. The commands:
mplayerc.exe .
mplayerc.exe F:\Trailers\1\

Bug2(only for all new version):
the player cannot start at fullscreen in you use the /fullscreen in commandline. Old release(e.g. v6451 in year 2003) does not have such problem.
Strange, it works for me also (6490) on the primary monitor:
mplayerc.exe foo.avi /fullscreen

htc10825
18th July 2006, 19:18
All the avi files I used were in DivX5/XviD encoded, DivX5/6/ffdshow was used as decode. No .mov or mp4 files were used.
I'll test these "bugs" on other computer and post the results.