mmguero / cleanvid

cleanvid is a little script to mute profanity in video files
BSD 3-Clause "New" or "Revised" License
57 stars 6 forks source link

Add the ability to insert time codes and have cleanvid make cuts #7

Closed orangehulk closed 1 year ago

orangehulk commented 2 years ago

CleanVid works great! I appreciate the work. I'd love the ability to also provide a file with time codes and have cleanvid cut the video, kind of like what Vidangel does, but open source of course. If I had the skills I'd love to try making it, but my coding is very limited.

mmguero commented 2 years ago

Thanks for the idea. In the meantime, I personally use lossless-cut to do kind of what you're talking about. It works very well.

orangehulk commented 2 years ago

I will take a look. Thanks!

hendursaga commented 2 years ago

kind of like what Vidangel does, but open source

Cleanvid already does this...? To keep within US laws, Vidangel doesn't tamper with the original files. With MPlayer and the --edl option, you can replicate that behavior.

mmguero commented 1 year ago

I think beyond the EDL stuff and suggestions for other tools like losslesscut, I'm going to consider this outside the scope of what I've got time to implement in cleanvid. Thanks for the suggestion, though.