webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions | Variables
compare_videos Namespace Reference

Functions

def DecodeBarcodesInVideo (options, path_to_decoder, video, stat_file)
 
def main ()
 

Variables

 SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
 
 stderr
 

Function Documentation

◆ DecodeBarcodesInVideo()

def compare_videos.DecodeBarcodesInVideo (   options,
  path_to_decoder,
  video,
  stat_file 
)

◆ main()

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

Variable Documentation

◆ SCRIPT_DIR

compare_videos.SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))

◆ stderr

compare_videos.stderr