⚲
Projet
Général
Profil
Connexion
Accueil
Projets
Aide
Recherche
:
Beaux-Hacks
Tous les projets
pgp-art
»
Beaux-Hacks
Aperçu
Activité
Documents
Wiki
Fichiers
Télécharger (365 octets)
Lecteurs vidéo expositions
» cailloux.sh
bastien boineau
, 26/05/2023 10:16
#!/bin/bash
#video="original.mp4"
video
=
"test01.mp4"
#video="Marie-Laveau.mp4"
paht
=
"/home/pi/Desktop"
tput civis
# disable blink cursor
while
true
;
do
clear
perl
-e
'use POSIX; tcflush(0, TCIFLUSH);'
# clear buffer keyboard
read
-sn
1 input
if
[[
$input
=
~
[
0-9]
]]
;
then
cvlc
-f
--play-and-exit
--no-video-title
home/pi/
$video
>
/dev/null 2>&1
fi
done
« Précédent
1
…
4
5
6
7
Suivant »
(6-6/7)
Chargement...