ffmpeg.wasm icon indicating copy to clipboard operation
ffmpeg.wasm copied to clipboard

ffmpeg exit on browser

Open faryar76 opened this issue 4 years ago • 3 comments

Cant find any method in browser for kill current active proccess

by following doc there will should be a "ffmpeg.exit()" method but on browser and react this will cuase

function not exists error

faryar76 avatar Oct 21 '21 23:10 faryar76

Same issue here, hope it is resolved soon

AnishDe12020 avatar Nov 24 '21 06:11 AnishDe12020

Same issue here

Yodonicc avatar Jan 05 '22 14:01 Yodonicc

is there a fix or a workarround we can use ?

MonJoliPasse avatar Feb 23 '22 20:02 MonJoliPasse

exit does exist, but it always exits with an error code of 1 for some reason. It's valid to run exit after you no longer need ffmpeg loaded, so I don't understand why it should always return 1

dysangel avatar Feb 02 '23 23:02 dysangel

Just upgrade the version of core and wasm,then you have exit() method(I made it just a monent

karasHou avatar Feb 22 '23 09:02 karasHou

Just upgrade the version of core and wasm,then you have exit() method(I made it just a monent

before I used a old version

karasHou avatar Feb 22 '23 09:02 karasHou