add: h265 & AV1 support (with a lot of fixes)

This commit is contained in:
2026-07-06 12:31:55 +01:00
parent 2156527e44
commit 70872fa632
16 changed files with 1259 additions and 493 deletions
+6
View File
@@ -6,6 +6,12 @@ inherits = "release"
debug = true
force-frame-pointers = true
[profile.release]
lto = true
codegen-units = 1
panic = "abort"
# codegen-backend = "cranelift"
[workspace.metadata.crane]
name = "rtmp-to-whip"