-
Notifications
You must be signed in to change notification settings - Fork 333
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
OMXplayer + speed like argument (New feature) #208
Comments
Hello, I am also desperately looking for a solution to playback Video on the raspberry with variable framerate. I used PureData and Gem, but it doesn't support Hardware decoding. OpenCV and Python was my next try, but it also only uses software decoding. Does anybody else now other possible solutions if nothing happens here? Many Greetings and thanks,
|
To start with something in OMXReader.cpp I changed: I then ran the script and
|
Hi himijendrix24, you can have a look here . In this fork I did change some of the DBus controls and among others, implemented a Rate property allowing you to drive the playing rate through DBus.
Regarding the errors you got it seems to be a pure compiling issue not related to your modification. |
Hi everybody!
My name is Juan, I would like to propose a new feature.
I saw that I can change the video speed using the key 1 and 2. but OMXPlayer don't accept speed like argument for example:
omxplayer -speed 110
to reproduce 10% faster.
it's could be util, if you want reprocuce all videos faster. You can create an alias:
alias mxplayer='mxplayer -speed 110
and all your videos will be reproduced faster.
I use this in VLC in PC, but in raspberry pi, OMXPlayer is better.
Thanks for your time.
Thanks for your help
Regards.
The text was updated successfully, but these errors were encountered: