Brandon Piña
Brandon Piña
> Once the VMAF score has been presented and the log.xml opened and shown to the user, exiting VMAF-GUI by pressing the 'x' doesn't end the process. The exe is...
> Yes, the form/window closes but the process is not terminated. I cloned the repo to my machine and tested and I experienced the same. This is likely due to...
I assume the unhandled exception is caused by manually killing ffmpeg from task manager? Or is it caused by closing the form?
I've attempted to resolve this by aborting the Thread that handles each child process and I've tried to kill the currently running child process on the form close event. I'm...
Modifying this method to return the process handler should enable us to use the `Kill` method on form close https://github.com/ThatNerdUKnow/vmaf-gui/blob/master/vmaf-gui/Form1.cs#L18 Actually, it might be better to create a vector of...
This can happen if the video files are different lengths, framerates or *maybe* resolutions. Could you share this information for both files?
Also, does this occur if you choose a different vmaf model?
@seacat17 Okay, I should be able to hammer out a release soon that should give us more insight to what's happening to either ffmpeg or vmaf under the hood. While...
@seacat17 I just put out release 2.1.2 which should provide us more insight into what's going wrong under the hood. Kindly download the latest release, then please share the errors...
How can I reproduce this issue? Could you provide me with the files you are using?