2 lines
97 B
Bash
2 lines
97 B
Bash
|
#!/bin/sh
|
||
|
ffmpeg -i $1 -c:v libx264 -profile:v high -preset slow -tune film -crf 18 "$1+h264.mp4"
|