7 lines
118 B
Bash
7 lines
118 B
Bash
#!/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
|