Skip to content

Instantly share code, notes, and snippets.

View AnonymousWebHacker's full-sized avatar
🏠
Trabajando desde casa

AnonymousWebHacker AnonymousWebHacker

🏠
Trabajando desde casa
View GitHub Profile
@AnonymousWebHacker
AnonymousWebHacker / gist:396b105c95d85776e1dcbcff6488c19a
Created September 12, 2022 18:05
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
```
@AnonymousWebHacker
AnonymousWebHacker / about.md
Created October 6, 2023 07:31 — forked from icedterminal/about.md
Jellyfin + NGINX

Jellyfin + NGINX

Reference configuration files for using Jellyfin with NGINX.

https://go.icedterminal.me/jf

  • Last updated: 9th June, 2023
  • Supports NGINX stable and mainline releases with OpenSSL 3+. The minimum required verison is 1.18.

Notes

  • The config files are used with my own custom builds of NGINX and Jellyfin. Things you will not have access to with a vanilla v1.18 to 1.25 build are commented out. This being Brotli and HTTP3. I have left these in if you want to use a custom build.