tfaehse / DashcamCleaner

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

Question Linux support + FFMPEG_BINARY #4

Closed mme89 closed 2 years ago

mme89 commented 3 years ago

hi, thanks for your work. not an issue but 2 questions.

The Ui only works in Windows I guess? Or should it work in Linux too?

Can you point out how to set the ffmpeg environment variable in windows?

tfaehse commented 3 years ago

Hi @teminvictus, thank you for your interest!

PySide2 should work on most platforms, I've just verified it on my Ubuntu machine and the tool also works fine, with a few... unforeseen issues, since I'd only tested it on Windows before. Bottom line though, blurring works (with CUDA acceleration too)!

Oracles guide for environment variables is pretty nice. At the end, just add a new one with the name "FFMPEG_BINARY" and the path to your executable as the value.