JNoDuq / videobench

VMAF PSNR Bitrate Analyzer
226 stars 43 forks source link

Unable to find image 'docker-videobench:latest' locally #46

Open jamefren opened 1 year ago

jamefren commented 1 year ago

I get this error when running via UI or command line -


STARTING VIDEO BENCH python3 /Users/JameFren/Applications/videobench/videobench.py -ref /Users/JameFren/Documents/B_and_T_Master_CTV06_8200_ncc.mp4 -i /Users/JameFren/Documents/B_and_T_Master_CTV06_8200_cc.mp4 -sync 0 -sw 0.0 -deint auto -subsampling auto -scale neighbor -vmaf_model auto -loglevel quiet


Unable to find image 'docker-videobench:latest' locally

docker: Error response from daemon: pull access denied for docker-videobench, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'.

Traceback (most recent call last): File "/Users/JameFren/Applications/videobench/videobench.py", line 176, in

ref_obj = manage_ref_file(ref_file, loglevel)

File "/Users/JameFren/Applications/videobench/videobench.py", line 21, in manage_ref_file ffprobe_json = get_video_streams_info(filename, loglevel) ############ get video file info File "/Users/JameFren/Applications/videobench/videobench_functions.py", line 273, in get_video_streams_info result = subprocess.check_output(cmd, shell=True) File "/usr/local/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 421, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, File "/usr/local/Cellar/python@3.10/3.10.8/Frameworks/Python.framework/Versions/3.10/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command 'docker container run --rm -v /tmp/videobench/:/home/shared-vmaf/ docker-videobench ffprobe -loglevel quiet -print_format json -show_streams -select_streams v -i /home/shared-vmaf/B_and_T_Master_CTV06_8200_ncc.mp4' returned non-zero exit status 125.