Skip to content
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

Seamless video loop #83

Open
eduardomcp opened this issue Dec 17, 2022 · 3 comments
Open

Seamless video loop #83

eduardomcp opened this issue Dec 17, 2022 · 3 comments

Comments

@eduardomcp
Copy link

Hi,

With omxplayer we are able to have a video on loop using h264 format (silent, not mp4 with h264 + audio), with no stutter or showing any blank screen, or CLI, on each repetition. (I need to only use scripts and CLI no X).

I'm not able to do so with VLC via CLI and since omxplayer has been deprecated, I had to return to buster and am stuck in an old OS version just due to this. Can someone shed some light on how to repeat a video single file seamlessly via CLI (preferably with audio) via script, on raspbian bullseye?

  • is VLC not the solution for this? ( vlc loop and repeat flags aren't cutting it)
  • maybe some special codec that I haven't tried yet?
@gllmAR
Copy link

gllmAR commented Jan 3, 2023

for seemless loop, you can try the input-repeat flag which is better than loop flag.

cvlc --input-repeat=99999999999 --fullscreen media.mp4

@Sandvoxel
Copy link

I am running into this exact issue with vlc and was wondering if you found anything that works better the black screen when switching videos is not something I can have in the project I am working on.

@maxroseGIT
Copy link

Interesting question. I was searching this and found this issue.

Has there been any progress with this question? Or any ideas how to solve it.

Thanks for any info here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants