krzemienski / awesome-video

A curated list of awesome streaming video tools, frameworks, libraries, and learning resources.
https://awesome.video
Creative Commons Zero v1.0 Universal
1.54k stars 165 forks source link

Add json-to-ffmpeg #59

Closed pilotpirxie closed 7 months ago

pilotpirxie commented 7 months ago

Hey @krzemienski , this util translates JSON files written in strongly typed schema into complex FFmpeg commands. I made this tool as part of writing simple video editor software and open-sourced to others so they can benefit from the tool also. JSON follows convention from GUI video editors where you have timelines, tracks and clips that are translated into filter_complex in the output. Regards

krzemienski commented 7 months ago

@pilotpirxie Love it...