In this tweet
FFmpeg GitHub Twitter

FFmpeg Playground

Enter a video or image URL, enter your ffmpeg config, click search, and enjoy. You can also open files by clicking the folder button.
Examples
FFmpeg Config
{
"args": [
"-c:v",
"libx264"
],
"inFilename": "video.avi",
"outFilename": "video.mp4",
"mediaType": "video/mp4",
"forceUseArgs": null
}
Logs
[info] use ffmpeg.wasm v0.12.0
[info] load ffmpeg-core
[info] loading ffmpeg-core

Results

Loading...

Upvote on ProductHunt