This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http;192.168.1.108:8548;/sensor/log |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # ------------------------------------------------------------ | |
| # ffmpeg_verify | |
| # Verify video files for decode corruption using ffmpeg | |
| # Results are logged to ffmpeg_verify.log in the target directory | |
| # | |
| # Usage: | |
| # ffmpeg_verify <directory> | |
| # ffmpeg_verify <video-file> |