Created
May 9, 2025 00:15
-
-
Save rodhfr/e8ad674f32dfd0795fd68eecac3ce5a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p converted | |
for f in *.mp4; do | |
ffmpeg -hwaccel qsv -i "$f" -c:v hevc_qsv -c:a copy "converted/${f%.mp4}_hevc.mp4" | |
done | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment