Created
September 12, 2022 18:05
-
-
Save AnonymousWebHacker/396b105c95d85776e1dcbcff6488c19a to your computer and use it in GitHub Desktop.
FFMEG Documentation working videos
This file contains hidden or 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
## Convert to H265 (Keep first audio, no subtitles) | |
`ffmpeg -i in.mp4 -c:v libx265 -vtag hvc1 out.mp4` | |
### Set scale resolution [-vf scale=1920:1080] | |
`ffmpeg -i in.mkv -c:v libx265 -vtag hvc1 -vf scale=1920:1080 out.mp4` | |
``` | |
dasdas | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment