#!/bin/bash


rm -f auplot2b.mp4

ffmpeg -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100 -framerate 30 -pattern_type glob -stream_loop 10 -i 'auplot2out/*.tiff' -c:v libx264 -c:a aac -r 30 -vf format=yuv420p -shortest -movflags +faststart auplot2b.mp4

scp auplot2b.mp4 lemo.dk:/var/video/Videos/GIER



