ConversionPipeline/convert-test1.sh

10 lines
179 B
Bash
Raw Permalink Normal View History

2024-04-27 19:15:32 +00:00
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