capturing legacy code
This commit is contained in:
9
convert-test1.sh
Normal file
9
convert-test1.sh
Normal 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
|
Reference in New Issue
Block a user