Closed whipstein closed 9 months ago
Interesting thanks! I don't think I want sleeps in if I can help it, but this does narrow down the issue.
Can you try removing the kill_on_drop(true)
from vmaf::run
instead? :thinking: It probably won't be enough, but I'm thinking if we gracefully await the ffmpeg process ending it should solve this better.
This is a crude 1 second wait on completing the VMAF process. If this is not added, the option for requesting a logfile output from VMAF will not work. The process in killed before it has a chance to output the file.