JNoDuq / videobench

VMAF PSNR Bitrate Analyzer
226 stars 43 forks source link

Measurement stops at 20% #19

Open MGouldMMG opened 3 years ago

MGouldMMG commented 3 years ago

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

Any idea what could be happening?

Stops at 20percent

phillipbarnett commented 3 years ago

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


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 commented 3 years ago

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

JNoDuq commented 3 years ago

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

abdullahworld commented 3 years ago

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 commented 3 years ago

Me also - it stops at 20% still

Sent from my iPhone

On 2 Dec 2020, at 00:03, Abdullah Naeem notifications@github.com wrote:



WARNING: External Sender - Do not click any links or open attachments unless you recognise the sender and know the content is safe.

I tried it today but it is still not working...

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/JNoDuq/videobench/issues/19#issuecomment-736898299, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AB5XI7BI326HC32YF4XZ35DSSV74PANCNFSM4OV75T3Q.

Independent Television News Limited is registered in England and Wales with company number 548648 and its registered office is at 200 Gray’s Inn Road, London WC1X 8XZ. Please Note: Any views or opinions are solely those of the author and do not necessarily represent those of Independent Television News Limited unless specifically stated. This email and any files attached are confidential and intended solely for the use of the individual or entity to which they are addressed. If you have received this email in error, please notify postmaster@itn.co.uk Please note that to ensure regulatory compliance and for the protection of our clients and business, we may monitor and read messages sent to and from our systems.

OliverMD15 commented 3 years ago

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 commented 3 years ago

Same for me as well. Stops at 20%.

xathian commented 2 years ago

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 commented 2 years ago

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