This looks great! Two alternatives if you are interested in doing similar things in python are moviepy (<a href="https://zulko.github.io/moviepy/" rel="nofollow">https://zulko.github.io/moviepy/</a>) and vidpy (which I am working on, and still has many issues: <a href="https://antiboredom.github.io/vidpy/" rel="nofollow">https://antiboredom.github.io/vidpy/</a>)
Great.. now we can have more videos like the one this parodies: <a href="https://youtu.be/Jrl9LQesl7U" rel="nofollow">https://youtu.be/Jrl9LQesl7U</a>
HTML5 / WebGL integration makes this an essential tool for me. My target is a "pure" animation pipeline for ThreeJS scenes dumped to WebM files. Thanks for building ;)
Well, I came here to congratulate for the good job, but everyone seems to be talking about creating automatic videos for youtube. Well, that's the thing with this kind of stuff, it goes both ways. Can be used for good or bad. But congratulations anyways. Good job.
Somewhat related: I recently realized that <i>in theory</i> I should be able to easily use ffmpeg with Termux to cut and concatenate clips I shoot on my phone without recompression, since they're all guaranteed to have the same settings (as long as all inputs are landscape or portrait). However, typing out the file path for a list of files would be a complete pain on the phone.<p>Does anyone know of a way to select a list of files on Android and send that list as input to a script in Termux? That would open up quite a bit of automation possibilities
<a href="https://github.com/mifi/editly/blob/master/sources/glFrameSource.js#L5" rel="nofollow">https://github.com/mifi/editly/blob/master/sources/glFrameSo...</a> thank you for your honesty!
Is there a way to mute specific windows of clips? I see you can do `cutFrom` and `cutTo` but say I just want to mute that section, not remove the entire section
Looks nice it gave me a good side project idea which is merging my family randomly cut small pieces with the music I liked. And combine with beats if possible. Thanks for sharing.
Has anyone hacked together some Pandoc glue? It would be nice to just point it at some pandoc files. (Granted there will be a need for a few extra details with imagery.)
Looks great, from looking at the use cases and examples.<p>What scares me is the requirement to have ffmpeg and ffprobe installed and available of course. Had a painful experience installing ffmpeg on Jessie Light on a rpi in the past.<p>If you know a good and easy way, or have a link to such a way, to install these on Mac / Windows / Ubuntu I think adding it to your readme could help you gain traction outside of people who already have some of the capacities needed to do such edits.<p>Edit: precised that I'm not looking for a way to install ffmpeg, I was just suggesting that pointing to a way in the README would be an improvement IMHO.
Welcome to the era of the fully automated youtube channel.<p>Reddit scraper -> voice synthesizer -> Programmatic video editing tool -> youtube API<p>For extra credit add some kind of ML tool to identify "stories" in comments<p>Trash content, but a lot of people seem to watch it [1]<p>[1] <a href="https://www.youtube.com/watch?v=6QIh3GSgPPk" rel="nofollow">https://www.youtube.com/watch?v=6QIh3GSgPPk</a>
Judging by the comments here I guess I'm the only one that feels extremely awkward about this being written in Javascript. I don't mind wrappers but is this essentially just an ffmpeg wrapper in JS?