Git Product home page Git Product logo

Comments (6)

u8sand avatar u8sand commented on June 20, 2024

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?

from baka-mplayer.

blk13holland avatar blk13holland commented on June 20, 2024

https://youtu.be/TGEqN4lKMXU
you can see how the seek bar behaves.
no matter where I click at the position, it always starts at beginning.

Q-A
Have you compiled from source & master? ------- No. i use DEB to install on linux mint Mate 21

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."
I tried to uninstall newer version of Qt and reinstall to older, but it's very complicated and failed, so I reintall BAKA Mplayer, it's remain the same issue occured.

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
Blk 13

from baka-mplayer.

u8sand avatar u8sand commented on June 20, 2024

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.

from baka-mplayer.

blk13holland avatar blk13holland commented on June 20, 2024

take your time.
I can use arrows to forward/backword from the time being.
the go to option also not working, only can add second, not minute/hour

thanks

from baka-mplayer.

u8sand avatar u8sand commented on June 20, 2024

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 .deb package, if you can, please test that first and see if it works.

baka-mplayer_2.1.0-1_amd64.deb.zip

from baka-mplayer.

blk13holland avatar blk13holland commented on June 20, 2024

from baka-mplayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.