RPi-Distro / vlc

GNU General Public License v2.0
41 stars 4 forks source link

Seamless video loop #83

Open eduardomcp opened 1 year ago

eduardomcp commented 1 year ago

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?

gllmAR commented 1 year ago

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

cvlc --input-repeat=99999999999 --fullscreen media.mp4
Sandvoxel commented 1 year ago

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 commented 1 week ago

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.