diff --git a/README.md b/README.md index 7646b77..d6dc693 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,17 @@ Use FFmpeg directly in your browser without any backend services!! **Transcode** - - codepen - -

transcode-demo

+ + codepen + + +--- ffmpeg.js provides simple to use APIs, to transcode a video you only need few lines of code: @@ -41,7 +42,6 @@ const worker = createWorker(); fs.wrieFileSync('./test.mp4', data); })(); ``` ---- ## Installation