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:17] – [convert Video] micha | vpu:videoplayer [2023/05/19 16:37] (aktuell) – [ffmpeg converter] micha | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== VIDEOPLAYER ====== | + | ====== |
| + | {{: | ||
| + | }} | ||
| + | {{: | ||
| ===== demo video datei ===== | ===== demo video datei ===== | ||
| download link | download link | ||
| Zeile 32: | Zeile 34: | ||
| < | < | ||
| - | python3 / | + | python3 / |
| # Erklährung | # Erklährung | ||
| Zeile 46: | Zeile 48: | ||
| # / | # / | ||
| + | #--win-pos 430,164 | ||
| + | # fensterposition auf dem Bildschirm | ||
| + | |||
| + | # | ||
| + | # dmx startadressen des countdown/ | ||
| # --videoplayer=181, | # --videoplayer=181, | ||
| Zeile 51: | Zeile 58: | ||
| + | </ | ||
| + | |||
| + | ===== 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.1682191065.txt.gz · Zuletzt geändert: 2023/04/22 19:17 von micha