|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Functions | |
| def | DecodeBarcodesInVideo (options, path_to_decoder, video, stat_file) |
| def | main () |
Variables | |
| SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) | |
| stderr | |
| def compare_videos.DecodeBarcodesInVideo | ( | options, | |
| path_to_decoder, | |||
| video, | |||
| stat_file | |||
| ) |
| def compare_videos.main | ( | void | ) |
The main function. A simple invocation is: ./webrtc/tools/barcode_tools/compare_videos.py --ref_video=<path_and_name_of_reference_video> --test_video=<path_and_name_of_test_video> --frame_analyzer=<path_and_name_of_the_frame_analyzer_executable> Notice that the prerequisites for barcode_decoder.py also applies to this script. The means the following executables have to be available in the PATH: * zxing * ffmpeg
| compare_videos.SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) |
| compare_videos.stderr |
1.8.13