diff options
| author | 2024-11-12 22:26:02 -0500 | |
|---|---|---|
| committer | 2024-11-12 22:36:49 -0500 | |
| commit | 53a0a5473f45d37027af9663638adbf56667e4ca (patch) | |
| tree | 05c6c39678a9005f95c00e0fdf31193657bd4d3d /scripts/xbox360-ffmpeg-enc | |
| download | dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.tar.gz dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.tar.bz2 dotfiles-53a0a5473f45d37027af9663638adbf56667e4ca.zip | |
Hopefully no leaks
Diffstat (limited to 'scripts/xbox360-ffmpeg-enc')
| -rwxr-xr-x | scripts/xbox360-ffmpeg-enc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/xbox360-ffmpeg-enc b/scripts/xbox360-ffmpeg-enc new file mode 100755 index 0000000..aab754f --- /dev/null +++ b/scripts/xbox360-ffmpeg-enc @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +ffmpeg -i "$1" -c:a aac -strict experimental -ac 2 -c:v libx264 -profile:v high -crf 23 "$2" |