I made a file conversion tool using Crank.JS #275
Unanswered
kristiandupont
asked this question in
Show and tell
Replies: 1 comment 1 reply
-
This is really cool and immediately useful. I love the background Wave component. Thanks for reaching out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've played a little bit with Crank before and find the concept very intriguing.
I decided to try it out on this silly project that I wanted to make for a while: an in-browser file conversion tool. Basically, I wanted to be able to convert .wav files to .mp3. I have FFmpeg installed but I keep forgetting the CLI options and the online services send my files to a server which I didn't want. So I made this: https://github.com/kristiandupont/concert that runs webasm versions of FFmpeg and ImageMagick to convert files directly in the browser. It's very 0.1 but Crank was great for it!
Beta Was this translation helpful? Give feedback.
All reactions