omxplayer (auf installiertem raspbian schon drauf)
loopen http://talk.olab.io/t/omxplayer-raspberry-pi/300/17
https://github.com/notandrewkaye/loopVideo
->hat aber immer noch eine Sekunde Pause… funtkioniert nicht viel anders als –loop
http://www.raspberrypi.org/forums/viewtopic.php?f=38&t=8042
direkt hello_video/video.c für Videos ohne ton
muss kompiliert werden (make im /opt/vc/src/hello_pi/hello_video)-
davor: make im /opt/vc/src/hello_pi/libs/ilclient
(make all)
in video.c ändern:
Change:
- Code: Select all
if(!data_len)
break;
to:
dann nochmals kompilieren
Zeigt .avis nicht… nur h264
- Code: Select all
if(!data_len)
fseek(in, 0, SEEK_SET);
alternative mit dem omxplayer: http://www.sundh.com/blog/2013/10/loop-videos-seamlessly-omxplayer/
hello_video: zuerst make in libs ordner, erst