ffmpegwasm / ffmpegwasm/ffmpeg.wasm
RuntimeError: indirect call to null when using libx265
Open
- 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
Assessment
This issue has not been assessed yet.