[SOLVED] Convert video with ffmpeg so that its playable in OwnCloud and Piwigo (with VideoJS enabled).
This is the commmand I am using: ffmpeg -i ./input.avi -threads 2 -c:v libx264 -preset slow -profile:v high -c:a aac -strict -2 -vf scale=-1:720 ./new_video.mp4…