Todd Tanner
Todd Tanner
Working code example that does on the fly patching of ffmpeg.js and uses unpkg for all ffmpeg.wasm files. The below code must be served via http:// or https:// but will...
Many other people have reported a similar issue with the same root cause as yours. There is a fix pull request (#562) available that has not been integrated yet. I...
> To Reproduce Anyone can reproduce this scenario from [FFMpeg PlayGround](https://ffmpegwasm.netlify.app/playground/). Just need to enable the Use Multithreading flag. Transcoding process will be stuck at 0%. The Playground works fine...
Also working on Microsoft Edge Version 119.0.2141.0 (Official build) canary (64-bit) on Windows 10
WebAssembly browser code compatibility is not as clear cut as Javascript. I have a PC with a CPU that does not support SIMD and that prevents a number of WebAssembly...
I support @DeepHorizons proposed change #562 as it would fix an issue I have to work around in Blazor WASM. I wrote a Blazor WASM wrapper for ffmpeg.wasm and I...
Looking at some similar code by others for embedding subtitles, I may have spotted a possible issue. ImmortalZ reported a similar command working [here](https://user-images.githubusercontent.com/14830574/167855040-56a32f0b-0e3a-4a23-b3d7-bbe628531b9f.png) near the bottom of issue #138...
I just tested your command as you have it typed. I get that same message that you do ``` FFmpeg_OnLog [Parsed_subtitles_0 @ 0xe6ae40] can't find selected font provider ``` but...
That looks like successful transcoding output (```Aborted()``` is normal after success.) Did you try reading and using the output video?
Line from your transcode output: > video:8310kB audio:5176kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.407241% Same line from my transcode: > video:4303kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing...