ffmpegwasm / ffmpegwasm/ffmpeg.wasm

RuntimeError: indirect call to null when using libx265

Open
#480 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
17.8k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

getting error message RuntimeError: indirect call to null when using libx265 but libx264 works with same settings
`
await ffmpeg.run(
'-ss',
'30',
'-t',
'3',
'-i',
'input.bin',
'-movflags',
'+faststart',
'-vf',
"scale=320:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse,format=yuv420p",
'-c:v',
'libx265',
'-crf',
'28',
'-an',
'output.mp4'
);
`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.