mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
Fix h265 video import using CLI
This commit is contained in:
parent
84294ae9c9
commit
08370f6244
@ -92,6 +92,7 @@ async function getVideoStreamCodec (path: string) {
|
||||
const videoCodec = videoStream.codec_tag_string
|
||||
|
||||
if (videoCodec === 'vp09') return 'vp09.00.50.08'
|
||||
if (videoCodec === 'hev1') return 'hev1.1.6.L93.B0'
|
||||
|
||||
const baseProfileMatrix = {
|
||||
avc1: {
|
||||
|
Loading…
Reference in New Issue
Block a user