capturing legacy code

This commit is contained in:
2024-04-27 14:15:32 -05:00
parent 2599791283
commit 9e02eeb5c9
8 changed files with 59 additions and 0 deletions

15
convert-yt.sh Normal file
View File

@@ -0,0 +1,15 @@
docker run --rm -it \
-v $(pwd):/config \
linuxserver/ffmpeg \
-i /config/input.flv \
-c:v libx264 \
-vf scale=1280:720 \
-preset slow -crf 18 \
-c:a copy \
-pix_fmt yuv420p \
-c:a copy \
/config/output.mkv
#output.mkv
#-b:v 4M \