Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Measurement stops at 20% #19

Open
MGouldMMG opened this issue Jul 9, 2020 · 9 comments
Open

Measurement stops at 20% #19

MGouldMMG opened this issue Jul 9, 2020 · 9 comments

Comments

@MGouldMMG
Copy link

Followed the steps to install Docker and Python for Windows 10
VideoBench UI starts as expected
Noticed that none of the videos loaded complete measurement

  • Cmd line shows only one issue for QProcess.start as this is deprecated

Any idea what could be happening?

Stops at 20percent

@phillipbarnett
Copy link

Hi - this tool looks really good, but I have exactly the same problem, and I can run it. Ive tried on Win10, and now on Linux - with the same result (because itś using the same docker)
I had to modify the Dockerfile to get it to run at all, as I had to add things like nasm and cytho, as per another user on this forum.
Any ideas?
Many thanks
Phil

STARTING VIDEO BENCH
python3 /home/phillip/videobench/videobench-master/videobench.py -ref /home/phillip/decades.mov -i /home/phillip/decades.mp4 -sync 0 -sw 0.0 -deint auto -subsampling auto -scale neighbor -vmaf_model auto -loglevel quiet


  • Analyzing Reference File...

Traceback (most recent call last):
File "/home/phillip/videobench/videobench-master/videobench.py", line 171, in
ref_obj = manage_ref_file(ref_file, loglevel)
File "/home/phillip/videobench/videobench-master/videobench.py", line 20, in manage_ref_file
ffprobe_json = get_video_streams_info(filename, loglevel) ############ get video file info
File "/home/phillip/videobench/videobench-master/videobench_functions.py", line 270, in get_video_streams_info
result = subprocess.check_output(cmd, shell=True)
File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
File "/usr/lib/python3.8/subprocess.py", line 512, 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/decades.mov' returned non-zero exit status 1.

@phillipbarnett
Copy link

Cant run it, obviously. Weirdly, an apostrophe followed by a t removes both of the characters on my mac keyboard

@JNoDuq
Copy link
Owner

JNoDuq commented Nov 30, 2020

Hello, I made some corrections on the project and updated the VMAF model. Can you try again? Thank you very much.

@abdullahworld
Copy link

abdullahworld commented Dec 2, 2020

I tried it today but it is still not working. Could you please have another look. I am testing by uploading 2 mp4 files that are the same. The project is stuck at 20 % forever.

@phillipbarnett
Copy link

phillipbarnett commented Dec 2, 2020 via email

@OliverMD15
Copy link

Just tried it, same issue for me. It always stops at a certain percentage, depending on how many videos you put into the list.

@SeanGrindal
Copy link

Same for me as well. Stops at 20%.

@xathian
Copy link

xathian commented Dec 24, 2021

Disheartening to see posts here from over a year ago with the exact same error I am getting now, means I probably won't ever be able to solve it if these people didn't

@brandonnys
Copy link

I have the same issue; I'm hopeful someone has found a solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants