ffmpegwasm / ffmpegwasm/ffmpeg.wasm
RuntimeError: indirect call to null when using libx265
Đang mở
- Ngôn ngữ chính
- C
- Star
- 17.8k
- Fork
- 1.1k
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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'
);
`
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.