sampathkumar
sampathkumar
Translation not working in Firefox browser 89.0.2 Showing empty whitespace Angular 11 "@ngx-translate/core": "^13.0.0", "@ngx-translate/http-loader": "^6.0.0",
It is working in internal test and internal share but doesn't work in production. Can i get fix its in production. Android Google play store. I have admob_flutter in production
While running hollaex web --setup getting error `@babel/polyfill` is deprecated. Please, use required parts of `core-js` and `regenerator-runtime/runtime` separately
I want to save to mp3 format how can i use this plugin to do.
I'm using this plugin to record chrome tab capture in mulitple tabs, if i stop its stopping all tabs instances. I have used a condition saving start tab id and...
No matter how many times i follow document and install it never installs they made it open source but they didn't add proper installation doc, its just some business tactics...
(async () => { await ffmpeg.load(); ffmpeg.FS('writeFile', 'videoplayback.mp4', await fetchFile('./videoplayback.mp4')); ffmpeg.FS('writeFile', 'subs.ass', await fetchFile('./subs.ass')); await ffmpeg.run('-y','-i', 'videoplayback.mp4', '-vf', "subtitles=subs.ass", "-c:a", "copy", "out_bwf.mp4"); await fs.promises.writeFile('out_bwf.mp4', ffmpeg.FS('readFile', 'out_bwf.mp4')); process.exit(0); })();
When can we expect image to image generation feature.