Answers for "change resolution of a video with terminal"

0

change resolution of a video with terminal

ffmpeg -i input.mp4 -s 320x240 -b:v 16k -b:a 8k output.mp4
Posted by: Guest on May-08-2021

Code answers related to "change resolution of a video with terminal"

Browse Popular Code Answers by Language