linuxkurs/beispiele/16/create-webvideos-defaults.sh

7 lines
118 B
Bash
Raw Normal View History

2019-03-04 13:24:35 +01:00
#!/bin/bash
ffmpeg -t 5 -i infile out-def.mp4
ffmpeg -t 5 -i infile out-def.webm
ffmpeg -t 5 -i infile out-def.ogv