ffmpegwasm / ffmpegwasm/ffmpeg.wasm
RuntimeError: indirect call to null when using libx265
Abierto
- Lenguaje dominante
- C
- Estrellas
- 17.8k
- Forks
- 1.1k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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'
);
`
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.