Thursday, March 9, 2023

Video editor using ffmpeg that supports HDR and any other type of video, no GPU required

I made a python script that lets you edit video without re-encoding and automatically cuts on the closest keyframe (iframe)

This means you can edit video without having a strong cpu, including HDR video!!!

This barely uses any CPU, and runs really really fast, as long as you're ok with jump cuts.

Check it out on github!

https://github.com/igmrlm/KeyframeCutandConcat

No comments:

Post a Comment