Back to Webrtc Experiment

RecordRTC WAV to ACC using ffmpeg

ffmpeg/wav-to-aac.html

latest778 B
Original Source

Logs

  1. RecordRTC experiment converting WAV to ACC inside the browser!

Record Audio and convert into "ACC" using ffmpeg-asm.js!

RecordStop

Ffmpeg.js Issues

Feedback

Send MessageEnter your email too; if you want "direct" reply!

Using ffmpeg-asm.js...

  1. WebM can be converted in mp4.
  2. WAV can be converted in ogg or mp3 (AAC/Vorbis).
  3. WAV can be merged in mp4.

If WAV or WebM is 5MB in size; ogg, mp3 or mp4 will be 700kb!

Ffmpeg.js is MIT licensed on Github! Documentation

Latest Updates