ffmpeg.wasm
ffmpeg.wasm copied to clipboard
How to use ffmpeg.wasm to display a video into canvas,by decode frame with ffmpeg
Is your feature request related to a problem? Please describe. I do not kow how to use Module to call decode methods of ffmpeg
Describe the solution you'd like How can I get the yuv data and width and height of the video by writing like the following
Module._openDecoder()
Is your feature request related to a problem? Please describe. I do not kow how to use Module to call decode methods of ffmpeg
Describe the solution you'd like How can I get the yuv data and width and height of the video by writing like the following
Module._openDecoder()
But there is no such API in the official documents🤔