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

9
convert-test1.sh Normal file
View File

@@ -0,0 +1,9 @@
docker run --rm -it \
-v $(pwd):/config \
linuxserver/ffmpeg \
-i /config/input.flv \
-c:v libx264 \
-b:v 4M \
-vf scale=1280:720 \
-c:a copy \
/config/output.mp4