-
-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scroll bar not working, new Qt5 version cause problem #327
Comments
Hi @blk13holland -- I'm assuming by scroll bar you are referring to the seek bar at the bottom. Have you compiled from source & master? I've compiled it in ArchLinux with the latest qt5 5.15.7 and didn't have this issue. Can you potentially share any errors that might appear in the console? |
https://youtu.be/TGEqN4lKMXU Q-A I've compiled it in ArchLinux with the latest qt5 5.15.7 and didn't have this issue. ------- after install, check about QT, shows this--"This program uses Qt version 5.15.3." Can you potentially share any errors that might appear in the console? --- Sorry, I am not capable of, I am just an average user, barely can apt install or DEB install. can any GURU teach me how? thanks |
Hi @blk13holland I gave this a try last week but unfortunately when I tried it in my VM, there were more pressing issues, namely the video window popped out of the UI. I tried to implement the newer mpv renderer in an attempt to mitigate this but its performance is unacceptably bad. Thus it's going to take me a bit longer to figure this out. If I can succeed in building an operable binary, I can share it with you. |
take your time. thanks |
So I managed to make progress on adopting the newest mpv renderer API and yesterday got the performance to be reasonable. I built this new iteration on a linuxmint mate virtual machine and it works for me there. These are the commands I used to do so: # update the system
sudo apt-get update -y
sudo apt-get upgrade -y
# install necessary dependencies to build baka-mplayer
sudo apt-get install -y \
build-essential \
git \
libmpv-dev \
libqt5svg5-dev \
libqt5x11extras5-dev \
pkg-config \
qtbase5-dev \
qttools5-dev-tools
# grab the source code
git clone https://github.com/u8sand/Baka-MPlayer.git
cd Baka-MPlayer
# go to the rc (release candidate) branch
git checkout rc
# configure and make the program
./configure CONFIG+=embed_translations
make -j `grep -c ^processor /proc/cpuinfo`
# the binary is now at
./build/baka-mplayer I also tried to build the |
thanks.
I uninstall older version and then install the deb.
search bar and go to time works
but i find the video skipping frames and sluggish.
i close each video and player and try on VLC, haruna, mpv,
all playing Ok.
I found Baka Mplayer was the only player works well playing x265 1080p on
my very old fujitsu laptop built year 2013 .
and pc Dell vostros 310 with only 2GB ram never works. both old and new
version.
kindly check what's wrong
thanks again
Blk 13
…On Sun, Jan 29, 2023 at 10:08 PM Daniel Clarke ***@***.***> wrote:
So I managed to make progress on adopting the newest mpv renderer API and
yesterday got the performance to be reasonable. I built this new iteration
on a linuxmint mate virtual machine and it works for me there. These are
the commands I used to do so:
# update the system
sudo apt-get update -y
sudo apt-get upgrade -y
# install necessary dependencies to build baka-mplayer
sudo apt-get install -y \
build-essential \
git \
libmpv-dev \
libqt5svg5-dev \
libqt5x11extras5-dev \
pkg-config \
qtbase5-dev \
qttools5-dev-tools
# grab the source code
git clone https://github.com/u8sand/Baka-MPlayer.gitcd Baka-MPlayer
# go to the rc (release candidate) branch
git checkout rc
# configure and make the program
./configure CONFIG+=embed_translations
make -j `grep -c ^processor /proc/cpuinfo`
# the binary is now at
./build/baka-mplayer
I also tried to build the .deb package, if you can, please test that
first and see if it works.
[baka-mplayer_2.1.0-1_am
baka-mplayer_2.1.0-1_amd64.deb.zip
<https://github.com/u8sand/Baka-MPlayer/files/10529936/baka-mplayer_2.1.0-1_amd64.deb.zip>
—
Reply to this email directly, view it on GitHub
<#327 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A45UI7NYVC6OY74VW4JQNNLWUZ2VTANCNFSM6AAAAAATIF2XHY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I have newly install on linux mint Mate 21, no way to make scroll bar works, old pc used Qt5.5.1 without any issues.
likely the new version of Qt5 caused it.
please suggest solution, the Mplayer is only player can play HEVC 1080p well on my very old dell vostros 320 with only 2GB RAM.
thanks
The text was updated successfully, but these errors were encountered: