"Grunz" aims to streamline the pre/post processing of camera trap data via MegaDetector. The code was written to aid the work of the Institut für Ökologie at the Technische Universität Berlin.
GNU General Public License v2.0
5
stars
2
forks
source link
Add logging for those videos ffmpeg fails to parse #3
It can be the case that ffmpeg fails to parse a given video. In this case we want to continue the process (see: https://github.com/dddjjjbbb/Grunz/commit/a8c989696de10de1897ccd624428ba1e84c9fe92) but offer the result of these failures to the user. It would be nice if rather than simply printing to the console, we wrote this output to a log file.
It can be the case that ffmpeg fails to parse a given video. In this case we want to continue the process (see: https://github.com/dddjjjbbb/Grunz/commit/a8c989696de10de1897ccd624428ba1e84c9fe92) but offer the result of these failures to the user. It would be nice if rather than simply printing to the console, we wrote this output to a log file.