milkshake
Advanced Member
are there any video players that use the DSP for video playback?
Hi Pder, thanks for this application, its the only one that plays video's without issues.
However i found a bug in a feature that i find pretty important, the auto zoom function.
In order to scale the video perfectly to the borders of the screen, the user can press shift+W to increase the size, however doing so causes green borders around the video, when the video is is zoomed beyond 1.0.
Do you think its possible to make this feature work properly so that we can zoom beyond 1.0 without getting green borders?
I play the video's on an 1ghz unit.
Hi Pder, thanks for this application, its the only one that plays video's without issues.
However i found a bug in a feature that i find pretty important, the auto zoom function.
In order to scale the video perfectly to the borders of the screen, the user can press shift+W to increase the size, however doing so causes green borders around the video, when the video is is zoomed beyond 1.0.
Do you think its possible to make this feature work properly so that we can zoom beyond 1.0 without getting green borders?
I play the video's on an 1ghz unit.
Yeah, the zoom function is not implemented in the omapfb output driver, but I imagine you should be able to accomplish what you want by changing the aspect ratio during playback, or cropping the video or a combination of both.
Could you give more details on what you are trying to do? Are you trying to compensate for a video that appears stretched or squashed?
are there any video players that use the DSP for video playback?
Hi Pder,
What i am trying is to get the video to perfectly fit the screen, so that there are no black bars at the side or the bottom.
I watch anime on my pandora, which are mostly 4:3, when i choose aspect ratio 16:9 i have black bars on the bottom and top, and when i select 16:10 i have black bars at the side.
No matter what aspect ratio i select, i always have black borders, and i am one of those people thats more sensitive to black borders, then to aspect ratio, which is why i am trying to get the video to perfectly fit the screen.
So i am not trying to compensate for stretched or squashed looking video, i am actually trying to get rid of the borders.
Ofcourse the video looks a lot better in 16:9 and 16:10 then it looks in 4:3, but it doesnt fit perfectly, which is why i tried the zoom function.
Hi Pder,
What i am trying is to get the video to perfectly fit the screen, so that there are no black bars at the side or the bottom.
I watch anime on my pandora, which are mostly 4:3, when i choose aspect ratio 16:9 i have black bars on the bottom and top, and when i select 16:10 i have black bars at the side.
No matter what aspect ratio i select, i always have black borders, and i am one of those people thats more sensitive to black borders, then to aspect ratio, which is why i am trying to get the video to perfectly fit the screen.
So i am not trying to compensate for stretched or squashed looking video, i am actually trying to get rid of the borders.
Ofcourse the video looks a lot better in 16:9 and 16:10 then it looks in 4:3, but it doesnt fit perfectly, which is why i tried the zoom function.
In this case, I think the aspect ratio you want is 5:3 which is not one of the options in the menu. A workaround would be to go into Options -> Preferences -> Advanced -> Options for MPlayer -> Options: and enter "-aspect 5:3"
Feature Request: Overclock (In start-up script perhaps). My H264 videos need 700-800mhz to play smoothly.
Thanks!
I noticed that your MPlayer2 version needs FFMpeg, but not the official MPlayer2.
Is there a reason to this ?
Also, do you plan an update soon ?
I'm a bit concerned because i think about shipping your version (with your authorization) into SL4P.
Your readme include ffmpeg in the dependencies, not the official MP2 readme.
Yes, i build everything from source.
general:
- libasound (ALSA audio output)
- various general X development libraries
- libfreetype
- libfontconfig
- libass
- FFmpeg libraries (libavutil libavcodec libavformat libswscale libpostproc)
git remote add upstream git://git.mplayer2.org/mplayer2.git
git fetch upstream
Well, is it possible that you write me down the exact procedure to download the sources plz ?
Also the export and ./configure options that you use.
Is smplayer automatically built ? I don't need it, i prefer to use as much slackbuilds.org as possible.
git clone git://github.com/pder/mplayer2-build.git
git submodule init
git submodule update