Created
February 6, 2023 11:02
-
-
Save khoa-le/c004e370b1dcafe9ab7efadf98b71cf3 to your computer and use it in GitHub Desktop.
ffmpeg convert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i video.mov -c:v libvpx-vp9 -crf 30 -b:v 0 -b:a 128k -c:a libopus video.webm | |
#Convert video from 4K to FullHD | |
``` | |
ffmpeg -i 50周年-PRビデオ_Final.mov -vf scale=1920:1080 -c:a copy output1080vid.mp4` | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment