Skip to content
Snippets Groups Projects
Commit 1165dceb authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

...

parent eeff464c
No related branches found
No related tags found
Loading
......@@ -9,7 +9,7 @@ MAIN="NIXI_ANZEIGE-2" # device name
IMAGE_DIR=./images
cat $(find "$IMAGE_DIR" -maxdepth 1 -type f -name "*.png") | \
ffmpeg -y -framerate .5 -i - -c:v libx264 -r 25 -pix_fmt yuv420p \
ffmpeg -y -framerate 1 -i - -c:v libx264 -r 25 -pix_fmt yuv420p \
"$MAIN.mp4"
exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment