ffmpegwasm / ffmpeg.wasm

FFmpeg for browser, powered by WebAssembly
https://ffmpegwasm.netlify.app
MIT License
14.01k stars 816 forks source link

RuntimeError: indirect call to null when using libx265 #480

Open salivity opened 1 year ago

salivity commented 1 year ago

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' );

salivity commented 1 year ago

An example of the error is here, https://davidclews.com/article/53.html