but eventually with the right button not the left button
The right mouse button can't be used because its reserved for the menu on AmigaOS, well I can disable the menu feature, but then how am I going to re implement the menu then.
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
The right mouse button can't be used because its reserved for the menu on AmigaOS, well I can disable the menu feature, but then how am I going to re implement the menu then.
Yes you are right, how about the middle mouse button then ?
On my system (i'm using a 1680*1050 resolution in my monitor) such video at 1920*1080 will be scaled to fit the screen, however as is some part of the video will not be rendered, aka a part of it have a strange white area instead
Instead using cgx_wpa driver (or SDL) the video will not be scaled, that means the video will exceeds the video resolution and therefore is not scaled in any way, but atleast you can see the full video without cuts or glitch
Have you ever tried a 1080p video with p96 driver ?
No, I'm not testing other ports and didn't include any other video output in my executables.
Quote:
On my system (i'm using a 1680*1050 resolution in my monitor) such video at 1920*1080 will be scaled to fit the screen, however as is some part of the video will not be rendered, aka a part of it have a strange white area instead
Seems to be a bug or hardware limit in ATIRadeon.chip, overlay doesn't work correctly if the width is larger than about 1520 pixels. I've changed my video output to switch to non-overlay mode for wider videos now: http://www.sendspace.com/file/g77dgp
Seems to be a bug or hardware limit in ATIRadeon.chip, overlay doesn't work correctly if the width is larger than about 1520 pixels. I've changed my video output to switch to non-overlay mode for wider videos now: http://www.sendspace.com/file/g77dgp
Thanks this solved the issue About the eventual limit of the ATIRadeon driver i will try to fill a bug report now
BTW: In your version the mouse wheel behaviour seems inverted, scrolling down should go back in a video, not forward (and viceversa) Atleast the latest LiveForIt release working as is and imho its behaviour is correct
But sure eventually more mouse buttons might be implemented in some other functionality of MPlayer
I'm supporting both wheels (or a vertical one with left/right tilt, two real wheels are rare) and 5 mouse buttons (right mouse button may not work yet in my last executable), but you probably have to add some to the input config to use all of them, if something isn't used/configured it's displayed in the shell output. Some extended keyboard keys like mute and volume +/- should work as well, but I can't test that myself either.
I'm supporting both wheels and 5 mouse buttons (right mouse button may not work yet in my last executable)
Well RMB actually works as expected and it is currently used for opening the MPlayer's menu (right choice imho) while the other buttons actually doesn't seems to work here, or atleast i need to configure them
But in a video player (in general) buttons are used as is:
- LMB --> (single click only) in general can be used for showing the mouse pointer while the video still running - LMB --> (double click) for fullscreen/window mode - RMB --> Opening menu - MMB --> Pause a video ? - Mouse wheel --> Scroll back/forward in a running video - Others buttons --> Any other functionality
Quote:
Some extended keyboard keys like mute and volume +/- should work as well, but I can't test that myself either.
Yes they work both, also the "P" and the spacebar works as expected, the only key that actually doesn't work is the "F" for the fullscreen mode but fullscreen support is out of the scope for your version right ?
Well RMB actually works as expected and it is currently used for opening the MPlayer's menu (right choice imho)
Could be changed to display the menu only if the mouse is outside of the video or window, and additionally near the border for border=0 and border=1 especially for a full screen mode, and sent right mouse button presses to MPlayer if it's inside the video.
Quote:
while the other buttons actually doesn't seems to work here, or atleast i need to configure them
You have to add something for them in input.conf, mouse buttons 0-8 are supported (3-6 are the mouse wheels), single and double click.
Quote:
But in a video player (in general) buttons are used as is:
- LMB --> (single click only) in general can be used for showing the mouse pointer while the video still running
Moving the mouse should be enough to display the mouse pointer again if it's hidden, LMB single click should be pause/resume IMHO.
Quote:
- LMB --> (double click) for fullscreen/window mode
You have to add that as well, MOUSE_BTN0_DBL is not in the default config.
But you can configure everything the way you want in MPlayer and don't have to use internal defaults or an included input.conf.
It's because this that my video window will be autoresized until i can't even re-resize it ?
I've tested a video with the cgx_wpa and once i play with a video the window become so small that it wasn's resized anymore but video still in playing, consider that the cgx_wpa doesn't have any resize gadget ..