![]() |
Re: SiB - mplayer gui frontend
Wow. Just saw the update to this!!
0.0.6-1 * added zoom and framedrop settings I just tried a 4:3 ratio video with zoom option enabled. It zooms the video to fit-wdith but the top/bottom is cropped due to it. Is it possible to have fit-screen option as well? (both horizontal and vertical) Framedrop option works as expected and is definitely handy with some of my demanding vids to ensure video syncs with audio. Good to see you back working on this. My favourite frontend still by far. :D Some other ideas/requests: 1. I regularly change folders and when I do, I lose all the resume times when I go back to the initial folder. Is it possible to save this information per folder basis and not reset? 2. Some of my file names are really long and it gets cropped in the list view. Is it possible to make them scroll sideways like a banner when selected? 3. Size column doesn't show the "MB" when the file is greater than 1000MB. It's really nothing but would look better if the column width was a tiny bit wider. =P 4. Maybe later on, we can have option to change backends? (such as vlcplayer) |
Re: SiB - mplayer gui frontend
Where can I find the new version jakiman ?
|
Re: SiB - mplayer gui frontend
Quote:
http://maemo.org/packages/view/sib/ |
Re: SiB - mplayer gui frontend
I've installed the version 0.0.6 now, but the program still shows 0.5, when clicking on the info button.
And the videos are lagging like hell now, everything was running smooth before :/ //edit : unticked frame drop and it's running smooth now. And the "zoom to fit the screen" function is really usefull, no black bars anymore finally. But the programer really forgot to change the version number in the info tab. |
Re: SiB - mplayer gui frontend
Thanks for the feedback guys :)
Actually version 0.0.6 in extras-devel is work in progress and I will change some more things before promoting to extras-testing. Quote:
Quote:
I'll think about it - maybe I'll add an option to the settings screen which keeps the file information. Quote:
Quote:
Quote:
Quote:
|
Re: SiB - mplayer gui frontend
I just converted some 1080p 15mb/s bitrate to 800x480 1,5mb/s bitrate and its very asynchronous with SiB (Mplayer), but runs smooth with standard player and VLC.
Why is that ? Would really like to use Mplayer with SiB. |
Re: SiB - mplayer gui frontend
Did you try to adjust A/V sync with +/- keys?
|
Re: SiB - mplayer gui frontend
800x480 h264 would bee too big for MPlayer. VLC and standard can decode h264 baseline on the DSP, MPlayer can not.
|
Re: SiB - mplayer gui frontend
That's sad :/
Gotta use VLC then, till mplayer gets an update. |
Re: SiB - mplayer gui frontend
Why SiB doesn't show .m4v files ?
I can't name it .mp4, because VLC won't detect it then xD |
Re: SiB - mplayer gui frontend
I just uploaded a new version 0.0.6-2 (also to extras-testing) that has the following changes compared to the 0.0.6-1:
Unfortunately marquee scrolling of selected list rows and storing of resume positions is not in. I also had a look on the column size for files >999MB and actually columns gets resized to fit the content - the width is not hardcoded, so normally it should be working, but apparently in some cases it doesn't. Please vote for the package if you think it's ready for extras - Thanks! :D |
Re: SiB - mplayer gui frontend
Could you add an option "Fit to width" to zoom a video so there's no vertical black bars? I happen to have some of the movies in 720x576, that is 5:4 aspect ratio. Otherwise the movies have black bars at 4 sides. The existing zoom option isn't practical for this as I have to tick it on/off manually at almost every movie.
Also will you implement delete and rename options for video files and sorting by folders? |
Re: SiB - mplayer gui frontend
Quote:
Quote:
|
Re: SiB - mplayer gui frontend
Quote:
http://img15.imageshack.us/img15/2313/fit2width.jpg |
Re: SiB - mplayer gui frontend
@plastik
1. kmplayer frontend app has some form of overlay gui on top of mplayer and it has a touch screen button to enable zoom/ratio changes while watching a video. Is this something that can be implemented? (and for the "touch button" to be enabled/disabled? as I sometimes do like not having any form of touch controls when playing via mplayer.) 2. Also, are you willing to change the color of the gradient background? (or remove it altogether so it follows the main theme's bg/font color) Well, right now SiB does pretty much everything I want it to do already. It's now just the little things that could make SiB just a little better. =) |
Re: SiB - mplayer gui frontend
@megaexer, I think the problem with your movie is that it has hardcoded horizontal bars. Either SiB or mplayer would have to detect that to be able to zoom correctly.
The way the zoom in SiB works is that it starts mplayer in silent mode to retrieve the video resolution from its console output and based on the resolution it will determine the zoom/crop parameter it will then start mplayer with in regular mode. @jakiman, I haven't used kmplayer for a while, I need to check how that works later. Probably it runs mplayer in slave mode, whereas SiB only forwards key events. And about the background... I like it as it is now :D |
Re: SiB - mplayer gui frontend
OK... the amount of zoom is calculated by aspect ratio, not by detecting the black bars. TVs have similar things.
so, it needs a formula. Something like this? Code:
width/height zoom factor |
Re: SiB - mplayer gui frontend
The automatic zoom on TVs analyzes the video frames and detects the black bars. SiB on the other hand assumes that the video frames don't have black bars - usually digital movie files shouldn't have them.
|
Re: SiB - mplayer gui frontend
Umm. so even TVs can't fit & crop 5:4 or 4:3 video without (option as well) black bars and not doing it to widescreen video. Is there another simple way, enable the existing zoom option if the aspect ratio requires it? I know the videos shouldn't have black bars but SiB would be more compatible with scaling different aspect ratios, maybe it's useful for other people as well. If there's no easy way i got to convert the movies again for N900...
|
Re: SiB - mplayer gui frontend
Actually.. Dont know if this has been asked. I really like the SiB app, but the problem I have is that the text/fonts of the file names is coming up as very dark or black and unreadable. Going down the list gets better until it is at the bottom with it being bright.
This is an absolute annoyance as you can imagine. Is there any way to change this setting? If we have have the text to be all suitably bright (rather than the gradient at the moment, that looks kinda bad), then it would make things perfect. Thanks.. |
Re: SiB - mplayer gui frontend
Hi, a big "Thank you" for this app!
Could you add a "remove" button or in a contexmenu, when you press a filename for long time? Also a "Date" column would be great and maybe a "details" button or contextmenu, where some details about that movie is shown, f.e. format, width/height, duration etc. |
Re: SiB - mplayer gui frontend
@megaexer If SiB plays a 5:4 movie it cannot detect whether it has black bars (ie. it would need zooming) or if the movie actually has a 5:4 aspect ratio without black bars.
@bchliu This might be a problem with your theme, with the default theme the font is white. I'll put "make the font color indepent from theme" on my todo list. @bitrocky Thanks for your ideas! There's always room for improvement :) |
Re: SiB - mplayer gui frontend
Quote:
|
Re: SiB - mplayer gui frontend
Quote:
|
| All times are GMT. The time now is 10:55. |
vBulletin® Version 3.8.8