Skip to content

Instantly share code, notes, and snippets.

@khoa-le
Created February 6, 2023 11:02
Show Gist options
  • Save khoa-le/c004e370b1dcafe9ab7efadf98b71cf3 to your computer and use it in GitHub Desktop.
Save khoa-le/c004e370b1dcafe9ab7efadf98b71cf3 to your computer and use it in GitHub Desktop.
ffmpeg convert
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