diff options
| author | 2025-05-28 14:24:58 -0400 | |
|---|---|---|
| committer | 2025-05-28 14:24:58 -0400 | |
| commit | a28487fe6fbac72c7b1a752acab42dcc6ab46476 (patch) | |
| tree | c3b1b9b751dd5e96b4afc835decf14ce38fd35f8 /scripts/xbox360-ffmpeg-enc | |
| parent | 75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461 (diff) | |
| download | dotfiles-a28487fe6fbac72c7b1a752acab42dcc6ab46476.tar.gz dotfiles-a28487fe6fbac72c7b1a752acab42dcc6ab46476.tar.bz2 dotfiles-a28487fe6fbac72c7b1a752acab42dcc6ab46476.zip | |
Post server fs corruption
Diffstat (limited to 'scripts/xbox360-ffmpeg-enc')
| -rwxr-xr-x | scripts/xbox360-ffmpeg-enc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/xbox360-ffmpeg-enc b/scripts/xbox360-ffmpeg-enc deleted file mode 100755 index aab754f..0000000 --- a/scripts/xbox360-ffmpeg-enc +++ /dev/null @@ -1,2 +0,0 @@ -#! /usr/bin/env sh -ffmpeg -i "$1" -c:a aac -strict experimental -ac 2 -c:v libx264 -profile:v high -crf 23 "$2" |