Extract the audio from a video file with this simple FFmpeg command. ... ffmpeg -i video.mp4 -vf scale=500:-1 -t 10 -r 10 image.gif ...
確定! 回上一頁