RecordRTC Video Cropping using ffmpeg-asm.js!

HOME © Muaz Khan . @WebRTCWeb . Github . Latest issues . What's New?

Star 495 Fork 143Follow @muaz-khan3,729

Logs

  1. RecordRTC experiment crops video inside the browser!

Record Video and convert into "mp4" using ffmpeg-asm.js!



Ffmpeg.js Issues

Uncaught abort() at Error


Cannot enlarge memory arrays in asm.js,How to solve the problem.

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

Fixed createObjectURL/srcObject issues