Fix h265 video import using CLI
This commit is contained in:
parent
84294ae9c9
commit
08370f6244
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ async function getVideoStreamCodec (path: string) {
|
||||||
const videoCodec = videoStream.codec_tag_string
|
const videoCodec = videoStream.codec_tag_string
|
||||||
|
|
||||||
if (videoCodec === 'vp09') return 'vp09.00.50.08'
|
if (videoCodec === 'vp09') return 'vp09.00.50.08'
|
||||||
|
if (videoCodec === 'hev1') return 'hev1.1.6.L93.B0'
|
||||||
|
|
||||||
const baseProfileMatrix = {
|
const baseProfileMatrix = {
|
||||||
avc1: {
|
avc1: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue