Examples
Advanced
FFmpeg Config
Logs
99
1
2
3
4
5
6
7
8
9
10
›
⌄
⌄
{
"args": [
"-c:v",
"libx264"
],
"inFilename": "video.avi",
"outFilename": "video.mp4",
"mediaType": "video/mp4",
"forceUseArgs": null
}
9
1
2
3
4
›
[info] use ffmpeg.wasm v0.12.0
[info] load ffmpeg-core
[info] loading ffmpeg-core
Results
Loading...
Fun fact
Convert videos and images into gifs, vice-versa, etc...
I created this as a side-quest to
I created this as a side-quest to
- Try using FFmpeg WASM (FFmpeg's WASM package feels older than I am, probs due Emscripten 🤷♂️)
- Plus, it seemed pretty neat to be able convert a gif to mp4 and vice-versa without needing to open it to a server.
Note
Thanks @fbritoferreira for creating fbritoferreira/m3u8-parser it really is a beautiful library.
The playground uses @ffmpeg.wasm/main. FFmpeg and the corresponding media format libraries are licenced under GPL.
The playground uses @ffmpeg.wasm/main. FFmpeg and the corresponding media format libraries are licenced under GPL.