Go to advanced search

by Daz3
Thu May 21, 2020 3:00 pm
Forum: Graphics, sound and multimedia
Topic: Seamless Looping
Replies: 5
Views: 386

Re: Seamless Looping

... the layer method is that I can then also preload other videos to play seamlessly next if needed. However how libvlc seems to treat video outputs ... it is indeed proving to be a black hole :D Instead, try VLC's other looping option: This button is meant to continuously loop a partial section ...
by Botspot
Thu May 21, 2020 2:09 pm
Forum: Graphics, sound and multimedia
Topic: Seamless Looping
Replies: 5
Views: 386

Re: Seamless Looping

... be in fullscreen. :| As I said, black hole . Instead, try VLC's other looping option: https://www.raspberrypi.org/forums/download/file.php?id=37198 ... to continuously loop a partial section of video. AFAIK, it is about as seamless as you can get. In your case, you want to loop through the entire ...
by Daz3
Thu May 21, 2020 2:10 am
Forum: Graphics, sound and multimedia
Topic: Seamless Looping
Replies: 5
Views: 386

Re: Seamless Looping

Just how high of a standard do you require? VLC loops a video fine for me. Have you tried clicking this button? Hi Botspot, Thanks ... causing a slight delay. Looking around online I have seen people asking about seamless looping in VLC, and it will supposedly be available in VLC 4.0.0 ( https://forum.videolan.org/viewtopic.php?f=14&t=149226 ...
by Daz3
Wed May 20, 2020 2:50 pm
Forum: Graphics, sound and multimedia
Topic: Seamless Looping
Replies: 5
Views: 386

Seamless Looping

... Raspberry Pi 3B+, and I'm looking for video player that allows for true seamless looping, i.e. the first frame plays after the last frame with no delay to video or audio. This ...
by vinaya
Tue Feb 11, 2020 11:10 pm
Forum: Graphics, sound and multimedia
Topic: looping 4K MP4 video files possible on rpi4 now?
Replies: 3
Views: 871

Re: looping 4K MP4 video files possible on rpi4 now?

... solution yet? I have the same problem. For an art exhibition, I need to loop a 4k-video (HEVC Ultra HD, 24 fps) seamless. I tried to use KODI, but it can´t loop seamlessly. So I tried to use vlc with Raspbian, ...
by fearpig
Mon Dec 30, 2019 1:04 pm
Forum: Python
Topic: Seamless switch between videos
Replies: 3
Views: 319

Re: Seamless switch between videos

OK, so my first issue was the videos I was using were of too high quality and the pi couldn't cope with playing multiple videos, so I've dropped the quality and they play fine but the code I'm using to target and end each incident does not seem to be working. The still broken bit... #Kill video 1 ti...
by fearpig
Sun Dec 29, 2019 9:13 pm
Forum: Python
Topic: Seamless switch between videos
Replies: 3
Views: 319

Seamless switch between videos

Hello, I'm making a toy for me and my kid that basically involves a load of buttons that switch between videos when pressed. I'm trying to do it in OMXPlayer. I've got it working on the button presses but each one dumps you back to the desktop as it kills OMX and then launches a new one. My cunning ...
by tung256
Sat Nov 02, 2019 11:51 am
Forum: Graphics, sound and multimedia
Topic: looping 4K MP4 video files possible on rpi4 now?
Replies: 3
Views: 871

Re: looping 4K MP4 video files possible on rpi4 now?

jamesh wrote:
Fri Nov 01, 2019 2:30 pm
VLC should work though.
so it's possible to set up the rpi4 to boot up, open VLC, and play whatever 4k mp4 files from the USB ... with seamless loop back?
this i need to google further to do as i have no idea how without a tutorial :(
thanks for pointing the way.
by DarkElvenAngel
Thu Oct 17, 2019 12:21 pm
Forum: C/C++
Topic: Best way to wait on an event
Replies: 17
Views: 2018

Re: Best way to wait on an event

... ptheards. All these threads will dump events into a cue and the main loop looks for a new event and handles all events in the cue or wait 50ms ... the real world triggers are on time. ie. user presses cycle start is as seamless as pressing a start button wired directly to the motor starter. ...
by nilsonlol
Thu Jun 13, 2019 7:16 pm
Forum: Beginners
Topic: Using Adafruit/omxplayer - how/where to save videos on mSD card?
Replies: 1
Views: 179

Using Adafruit/omxplayer - how/where to save videos on mSD card?

... First post! Hopefully this is the correct forum! I'm looking to build a seamless video looper with as few moving parts as possible (will be creating several of them). I followed ...
by hobbitron
Mon Jan 21, 2019 4:10 am
Forum: Wanted
Topic: need Raspbian build w/ auto-video play & SSH enabled-- bounty offered!
Replies: 6
Views: 3248

need Raspbian build w/ auto-video play & SSH enabled-- bounty offered!

I can't figure out setting up a pi to auto-run/auto-loop a video from the desktop when powered on. Got it looping video with vlc but the loop isnt seamless. Thinking the player should be omxplayer instead of vlc? also would like to have the ...
by RaspBien99890
Fri Jul 06, 2018 12:20 pm
Forum: General discussion
Topic: Autostart - Logging out and in
Replies: 0
Views: 76

Autostart - Logging out and in

... desktop from here.If was to reboot, it will just take me into the loop of auto-login to browser. The auto-login is essential to the project as it needs to be seamless due to the fact that the admin wont be on it all the time. So to summarise what ...
by granzeier
Fri Jul 06, 2018 12:13 pm
Forum: Python
Topic: Play parts of a video
Replies: 3
Views: 455

Re: Play parts of a video

... files ? There should be a bunch of threads here on the forum for seamless looping of a single whole video file. The video is already in one file. I have found lots of ...
by salar.yunis
Thu May 24, 2018 6:25 pm
Forum: Troubleshooting
Topic: Use 2 uarts at the same time Raspberry pi 3
Replies: 13
Views: 5745

Re: Use 2 uarts at the same time Raspberry pi 3

... Also there is another possibility in my case is that i don't need seamless connection from both of them at the same time, so i need to connect ... SIM for 15 seconds also and send the data, and then this code should loop over and over again. Please do you have an idea on how to do this, and ...
by FlyingDrMike
Tue May 15, 2018 7:29 pm
Forum: Troubleshooting
Topic: hello_video play/pause via GPIO
Replies: 0
Views: 195

hello_video play/pause via GPIO

My target is a looping video that I can pause/restart (from where paused) via a GPIO. I have the pause ... so this now looks like: if(!data_len) rewind(in); //this makes the video seamless continuous looping Then I use a uint8_t pp (play-pause) from the GPIO read and ...
by paddyg
Fri Apr 27, 2018 11:25 am
Forum: Python
Topic: Pi3D
Replies: 244
Views: 49566

Re: Pi3D

... Sphere, Cylinder, Cone, Helix, Tube, Torus, TCone, Lathe and it assumes that the Texture is going to be wrapped around the shape in a reasonably seamless way - see the Shapes demo. But I agree that this isn't the best way to produce a good flat tube or cylinder. Extrude would be better but can't ...
by PiGraham
Wed Mar 14, 2018 1:10 pm
Forum: General discussion
Topic: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE
Replies: 376
Views: 90772

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

tung256 wrote:
Wed Mar 14, 2018 1:05 pm
can this handle 4k mp4 files now?
i really need a seamless 4k player playing a 4k file in endless loop for a kiosk. thanks!

Since it's the same SOC I would guess not.. I think it would have been mentioned if there was an upgrade to 4K and a more powerful GPU.
by tung256
Wed Mar 14, 2018 1:05 pm
Forum: General discussion
Topic: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE
Replies: 376
Views: 90772

Re: New Raspberry Pi model 3B+ 1.4 GHz, 330Mbit Ethernet, 802.11ac, PoE

can this handle 4k mp4 files now?
i really need a seamless 4k player playing a 4k file in endless loop for a kiosk. thanks!
by devgrinder
Wed Dec 28, 2016 8:29 pm
Forum: Troubleshooting
Topic: Chromium 51 Freezing
Replies: 2
Views: 1816

Chromium 51 Freezing

... loading an HTML page in Chromium in kiosk mode. The page uses AJAX to loop through several screens (we use AJAX instead of a hard refresh because the transitions between pages are faster/more seamless although we do hard refresh once an hour to protect against memory leaks). ...
by dividuum
Mon Oct 24, 2016 5:39 pm
Forum: Graphics, sound and multimedia
Topic: Seamless Video Looping with Audio
Replies: 1
Views: 2348

Re: Seamless Video Looping with Audio

You could give my program info-beamer pi a try. It can seamlessly loop video files with audio . Due to a firmware bug in the Pi which I can't fix this currently only ...
by johannbl
Mon Oct 03, 2016 6:04 pm
Forum: Beginners
Topic: Video loop .mov ProRes 422
Replies: 1
Views: 1005

Re: Video loop .mov ProRes 422

Were you able to achieve a seamless loop with omxplayer? When I tried it, there was a delay before the video restart playing from frame 0 again. ...
by johannbl
Mon Oct 03, 2016 5:56 pm
Forum: Troubleshooting
Topic: omxplayer fast refresh rate
Replies: 1
Views: 662

Re: omxplayer fast refresh rate

... the demo, you'll witness what is probably the best player for a true seamless loop. it's here: https://www.raspberrypi.org/documentation/usage/demos/ follow these instructions ...
by SethJ
Fri Jul 22, 2016 3:07 pm
Forum: Graphics, sound and multimedia
Topic: Seamless slideshow looping
Replies: 3
Views: 928

Seamless slideshow looping

... new to the Raspberry Pi. I was curious if anyone knew a good program to loop through a group of photos seamlessly? Further, I'd like to be able to pause, reverse, resume from remote commands. I ...
by camera_wala
Tue Jul 12, 2016 5:06 am
Forum: Troubleshooting
Topic: omxplayer fast refresh rate
Replies: 1
Views: 662

omxplayer fast refresh rate

... using pi3 and a proximity sensor. the basic idea is to play a video on loop the whole time and when the proximity sensor detects a movement(high ... frames) hence whatever is in the background, is visible. I would want a seamless transition between the videos. What would i have to do? Thanks in ...
by topguy
Thu Jun 09, 2016 11:07 am
Forum: Graphics, sound and multimedia
Topic: video loop
Replies: 1
Views: 790

Re: video loop

Go to advanced search