3 lines
114 B
Bash
Executable File
3 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
ffmpeg -i "$1" -c:v h264 -c:a libvo_aacenc -preset fast -movflags +faststart -crf 18 -b:a 192k "$1.mp4"
|