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