Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
/ worship-prototype Public archive

Python + Qt + QML - prototype of application that shows lyrics via projector

License

Notifications You must be signed in to change notification settings

jozo/worship-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

worship-prototype

Run in docker

Bash

docker run -it \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -v $(pwd):/app \
    -e DISPLAY=$DISPLAY \
    -u myusername \
    --group-add audio \
    --device /dev/snd \
    fadawar/docker-pyqt5-qml-qtmultimedia python3 /app/run.py

Fish

docker run -it \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -v $PWD:/app \
    -e DISPLAY=$DISPLAY \
    -u myusername \
    --group-add audio \
    --device /dev/snd \
    worship python3 /app/run.py
docker build -t worship .

Video thumbnail with ffmpeg

ffmpeg -y -i echo.mp4 -vf  "thumbnail,scale=80:60" -frames:v 1 thumb.png

http://superuser.com/questions/538112/meaningful-thumbnails-for-a-video-using-ffmpeg

Dependencies

ffmpeg

About

Python + Qt + QML - prototype of application that shows lyrics via projector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published