-
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
Raspberry Pi 4 and omxplayer #716
Comments
omxplayer only supports gpu codecs, so not the new 4K capable HEVC decoder (which has an arm side decoder). You can run two copies of omxplayer to play h.264 video on each display. Librelec has a Pi4 build that supports the 4k hevc decoder. |
Nice that 2 copies of omxplayer is an option. Would it be possible to sync playback of 2 omxplayer h264 instances for each micro hdmi output(same display/monitor resolution/color depth/clip length)? For instance to playback lowerthird CGI graphics with KEY+FILL to a video-mixer (Blackmagic Atem). This means one video contains the actual graphical content "FILL" and the second video contains the alpha channel/luma information represented in Black&White called "KEY". The 4th/last page of the pdf has an example. |
Hello, Can you please consider creating option for playing strached dual screen video? Tnx |
stretched dual screen video is an option, yes. Which is the max screen resolution that omxplayer support if not 4k? |
omxplayer can display to a 4K display but can only decode with codecs supported by firmware which are limited to 1920x1080. |
ok, so to launch omxplayer contemporarily on 2 different display it is enough to launch this demo: |
sudo apt-get install parallel |
Hi. When trying this command, first video is being displayed, but for second video i`m getting "have a nice day ;) ". Which is not so nice at all. Parallel with the same result. How to get two instances running the same time? Thank you. |
I think display number should be: |
What’s the process to stretch the video across two screens? |
omxplayer can play maximum 1920x1080 pixel about the stretch, if possible, you cna evaluate it maybe playing around it parameters.. |
Make sure you've allocated enough memory for video (easily done via raspi-config). I ran into this with 64M video memory. Raising it to 256M solved it. |
Hey all, I'm trying the same here, but not running straight from the terminal, I'm using omxplayer-wrapper for python, like so:
This is working with different videos playing on each monitor, but my only issue now is the synchrony between these two processes/videos. Thanks @armorica for the video memory tip, I was having trouble with running two HD videos, after raising it to 256MB it's working fine. :) I tried what @zimtzeke suggested, installing parallel and running two Should I use a python library like |
From few days is out raspberry pi 4 with dual hdmi. How can I behave with raspberry pi 4 and omxplayer with dual monitor?
Can I launch double omxplayer for these 2 monitors or should I play a big huge video that ids displayed haf on a monitor ans half on the other? and what about aspect ratio? double 4k or what?
https://www.raspberrypi.org/blog/raspberry-pi-4-on-sale-now-from-35/
The text was updated successfully, but these errors were encountered: