4 lines
138 B
Bash
Executable File
4 lines
138 B
Bash
Executable File
INPUT=2025-10-23_15-40-42-Premiere-24fps-1080p
|
|
ffmpeg -i $INPUT.mp4 -r 24 -vsync cfr -c:v libx264 -preset fast -crf 18 $INPUT-ffmpeg.mp4
|
|
|