vpu:videoplayer
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
vpu:videoplayer [2023/04/22 19:08] – [VIDEOPLAYER] micha | vpu:videoplayer [2023/05/19 16:37] (aktuell) – [ffmpeg converter] micha | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ====== VPU - VIDEOPLAYER ====== | ||
+ | {{: | ||
+ | }} | ||
+ | |||
+ | {{: | ||
+ | ===== demo video datei ===== | ||
+ | download link | ||
+ | [[https:// | ||
+ | ]] | ||
+ | < | ||
+ | speichern unter | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | ==== dmx Kanäle des Videoplayers in der VPU ==== | ||
- | ====== VIDEOPLAYER ====== | ||
- | dmx kanäle des videoplayers in der VPU | ||
< | < | ||
VPLAY (fixture) | VPLAY (fixture) | ||
Zeile 16: | Zeile 29: | ||
ffmpeg -i bbb_sunflower_1080p_60fps_normal.mp4 | ffmpeg -i bbb_sunflower_1080p_60fps_normal.mp4 | ||
</ | </ | ||
+ | |||
+ | |||
+ | Starten eines VPU Fenster | ||
+ | |||
+ | < | ||
+ | python3 / | ||
+ | |||
+ | # Erklährung | ||
+ | |||
+ | # -m 16,12,5 -X 12 | ||
+ | # 16 pixel größe | ||
+ | # 12 anzahl der led wand blöcke/ | ||
+ | # 5 anzahl der LED-Wand blöcke/ | ||
+ | # -X Zeilenumbruch der sub_blöcke | ||
+ | |||
+ | # pixel-map=_1 | ||
+ | # Dateiname der pixelmapping/ | ||
+ | # / | ||
+ | |||
+ | #--win-pos 430,164 | ||
+ | # fensterposition auf dem Bildschirm | ||
+ | |||
+ | # | ||
+ | # dmx startadressen des countdown/ | ||
+ | |||
+ | # --videoplayer=181, | ||
+ | # fügt der VPU zwei unabhängige Videoplayer hinzu mit der Startadresse 181 und 201 | ||
+ | |||
+ | |||
+ | </ | ||
+ | |||
+ | ===== ffmpeg converter ===== | ||
+ | |||
+ | < | ||
+ | # | ||
+ | import os | ||
+ | |||
+ | print(" | ||
+ | for i in os.listdir(" | ||
+ | i2 = i.split(" | ||
+ | #if not i.endswith(" | ||
+ | # continue | ||
+ | if os.path.isfile(" | ||
+ | print(i) | ||
+ | | ||
+ | cmd=" | ||
+ | print(cmd) | ||
+ | os.system(cmd) | ||
+ | print(" | ||
+ | print(" | ||
+ | |||
+ | print("" | ||
+ | input(" | ||
+ | time.sleep( 10) | ||
+ | |||
+ | </ | ||
+ | ===== desktop starter für converter ===== | ||
+ | |||
+ | < | ||
+ | [Desktop Entry] | ||
+ | Version=1.0 | ||
+ | Type=Application | ||
+ | Name=convert mp4 | ||
+ | Comment=verkleinert die Videodateien in der Auflösung | ||
+ | Exec=xterm -e ' | ||
+ | Icon=view-restore | ||
+ | Path=/ | ||
+ | Terminal=true | ||
+ | StartupNotify=false | ||
+ | </ | ||
+ |
vpu/videoplayer.1682190514.txt.gz · Zuletzt geändert: 2023/04/22 19:08 von micha