editly
ffmpeg.wasm

editly | ffmpeg.wasm | |
---|---|---|
10 | 80 | |
5,018 | 16,020 | |
0.8% | 1.2% | |
8.9 | 8.6 | |
about 2 months ago | 3 months ago | |
TypeScript | C | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
editly
-
Make Timelapse easily using FFmpeg
I found https://github.com/mifi/editly to be an intuitive frontend for this type of task - I used it to create a montage of several clips and was able to easily adjust parameters around timestamps and such to get the montage perfect
-
FFmpeg Lands CLI Multi-Threading as Its "Most Complex Refactoring" in Decades
Sounds like you already have a process for most of this, but I found https://github.com/mifi/editly to be incredibly helpful to run ffmpeg and make my little time lapse video. Could be useful for others
- Editly – Declarative command-line video editing
-
What are the pros and cons of declarative state vs. chainable APIs?
For example, this declarative video editor lib has JSON configurations for defining an output video:
-
Create a video from images
Maybe this tool helps: https://github.com/mifi/editly
-
Rendering a video like THPS2 🛹
You seem to misunderstand what ffmpeg is for - namely the stream conversion of media. Only limited filters are available. You can write your own shaders and use cli tools like https://github.com/mifi/editly for automation surely
-
In praise of ffmpeg
I used Editly to make a clip of several videos with transitions and screenshots. It worked out great with me just editing the json5 file to tweak things
-
Plugin that creates a single video from multiple videos based on tags.
https://github.com/mifi/editly (Node JS)
-
What video editing software you use ?
It's intended to work nicely with Editly, a CLI-based https://github.com/mifi/editly
-
Drawtext -- add filename of each input file to each frame?
The way I would do it would be using MoviePy (for Python). You may also have luck with editly (JavaScript). MoviePy has functions to create a TextClip, Images and overlays. It sure is possibly with ffmpeg filters - transparency mixing filters etc. yet you'd get faster results with modules like MoviePy / editly.
ffmpeg.wasm
- Open source and self hostable/private file converter
-
When Should I Use WebAssembly?
Video and Image Processing: Work with industry standard tools like ffmpeg, directly in the browser for fast multimedia processing.
-
Show HN: I Added a Feature to WhatsApp-Web, Animated GIFs Uploads (Chrome Ext.)
Hi HN! I'm Ivan, the creator of this extension and with it you can now right-click any gif on Google Chrome (desktop) to share it with any of your contacts on WhatsApp Web, you can also use it to upload animated GIFs from your computer, you can even drag-and-drop MP4 files to it and they will be treated as gifs (e.g. they will loop, muted of course). Another nice feature its that it lets you share non-gif images with the same context menu option (e.g. AKA right-click menu)
To create it I had to do a bit of reverse-engineering of the existing JavaScript found at https://web.whatsapp.com/, which is actually a minified React app, I found out that it uses WebSockets to communicate with the backend but thankfully to create this extension I was able to avoid fiddling with those messages. Under the hood it uses the amazing library ffmpeg.wasm (the JS port of ffmpeg): https://github.com/ffmpegwasm/ffmpeg.wasm I also made use of TypeScript, React and Vite to create this extension, using this boilerplate as starting point: https://github.com/Jonghakseo/chrome-extension-boilerplate-r...
Feel free to ask any questions or any feedback you may have about it.
-
Show HN: I open-sourced the in-memory PostgreSQL I built at work for E2E tests
There's already ffmpeg wasm. I've used it in projects. Works great.
https://github.com/ffmpegwasm/ffmpeg.wasm
-
FFmpeg 7.0 Released
There's a low-hanging fruit that I think would make ffmpeg more helpful for regular people.
There's a million terrible websites that offer file conversion services. They're ad-ridden, with god-knows-what privacy/security postures. There's little reason for users to need to upload their files to a third-party when they can do it locally. But getting them to download fiddly technical software is tough - and they're right to mistrust it.
So, there's a WASM version of ffmpeg, already working and hosted at Netlify [1]. It downloads the WASM bundle to your browser and you can run conversions/transformations as you wish, in your browser. Sandboxed and pretty performant too!
If this tool a) was updated regularly b) had a nicer, non-CLI UI for everyday users and c) was available at an easily-Googlable domain name - it would solve all the problems I mentioned above.
[1]: https://ffmpegwasm.netlify.app/
-
FFmpeg-online: ffpmeg running on the browser
As their github page says, based on https://ffmpegwasm.netlify.app ...
I'm guessing no one did GPU-optimizations? I saw a web app (not an ffmpeg transpilation) that went clever and used WebGL so it can access the GPU and use its parallel processing capabilities...
-
Locoly (locoly.app): an in-browser video editor running all computations locally
ffmpeg.wasm: The engine making all these happen. However, I’m a bit concerned about its current situation. The repo has not been updated for more than six months now, and that’s not a healthy sign for an open-source project. Clearly I was reading the commits wrong. The author mentioned “speed up x264 with SIMD intrinsics” in their roadmap (https://github.com/ffmpegwasm/ffmpeg.wasm/discussions/415), which, if landed, could make such on-device video editors much more competitive.
-
[TASK] Reverse Engineer my Web App Before Production
I use https://github.com/ffmpegwasm/ffmpeg.wasm and I want my FFMPEG commands to be hidden from others.
- AWS service for transcoding audio to mp3 and images to jpg?
-
I made a simple online video editor with React and ffmpeg
Possibly using this? https://github.com/ffmpegwasm/ffmpeg.wasm
What are some alternatives?
nwjs-ffmpeg-prebuilt - FFmpeg prebuilt binaries for NW.js / Chromium
ffmpeg-libav-tutorial - FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: 🇺🇸 🇨🇳 🇰🇷 🇪🇸 🇻🇳 🇧🇷
python_cli_video_editor - A CLI video editor written in the Python Language.
node-ytdl-core - YouTube video downloader in javascript.
FFCreator - A fast video processing library based on node.js (一个基于node.js的高速视频制作库)
ffprobe-wasm - A Web-based FFProbe. Powered by FFmpeg, Vue and Web Assembly!
