InBasic
InBasic
@Noitidart the FFmpeg used in `videoconverter.js` is outdated. For `webm` conversions you need a newer version of FFmpeg. Try the executable and it works just fine; https://github.com/inbasic/media-converter/blob/master/src/lib/config.js#L3 P.S: `videoconverter.js` is...
I don't recommend packing ffmpeg. You can ask users to install FFmpeg or even you can offer downloading it like I did in this extension. or alternatively, you can push...
yes, there is not a single cross platform executable. You need to offer platform dependent executables; see browser_download_url's of https://api.github.com/repos/inbasic/ffmpeg/releases/latest > think Ill try to push ffmpeg.js guys to update...
Nice! Thanks for sharing
Not that I am aware of. You can also try to compile the webm part of ffmpeg using https://github.com/kripken/emscripten
open Error Console (Ctrl + Shift +J) to see if you get an error there when dropping a new file. Also make sure you have FFmpeg installed.
What is the conversion command the CC uses for changing volume?
This is exactly what is recommended in the doc; https://trac.ffmpeg.org/wiki/How%20to%20change%20audio%20volume%20up-down%20with%20FFmpeg I have tried this on a few audio files and in none of them audio was downgraded to 24 kbps....
Well, these two extensions are for different purposes. Media Converter is for your media conversion needs. Though FFmpeg is required for both extensions to work at their highest capability. Let...
@techwizkid69 > once you get to phase 3 or 4 of the installation process What installation process? It is simply one step!!