tfaehse / DashcamCleaner

Censor identifiable information in videos, in particular dashcam recordings in Germany.
GNU Affero General Public License v3.0
131 stars 27 forks source link

Switch over to pyav #28

Closed tfaehse closed 7 months ago

tfaehse commented 2 years ago

pyav provides lower-level python bindings for ffmpeg. This should in theory allow for better performance when reading and writing frames, and it could massively clean up the blurring speed. Potential upsides include:

tfaehse commented 2 years ago

Current progress:

Audio copying/remuxing/resampling.. needs to be fixed before this can be pushed to main.

tfaehse commented 7 months ago

...imageio--ffmpeg is faster, and easier to handle.