1 line
112 B
Text
1 line
112 B
Text
ffmpeg -i input.mkv -vf "scale=-1:480" -c:v libvpx-vp9 -crf 30 -b:v 0 -cpu-used 4 -c:a aac -b:a 128k output.mkv
|