Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnonymousWebHacker/396b105c95d85776e1dcbcff6488c19a to your computer and use it in GitHub Desktop.
Save AnonymousWebHacker/396b105c95d85776e1dcbcff6488c19a to your computer and use it in GitHub Desktop.
FFMEG Documentation working videos
## 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