sillsdev / bible-karaoke

Bible Karaoke produces a read-along MP4 video of Paratext Scripture text and HearThis audio or from Scripture App Builder.
http://biblek.info
Other
7 stars 4 forks source link

Consider using wasm FFMPEG #238

Open hahn-kev opened 2 years ago

hahn-kev commented 2 years ago

We can use FFMPEG natively in node and the browser. This may simplify our configuration and build process for cross platform builds as we don't need to depend on different binaries depending on the OS. https://github.com/ffmpegwasm/ffmpeg.wasm

JCFarrow commented 2 years ago

I have made the branch ffmpeg/wasm to use ffmpeg.wasm. But it is not working at the moment.