-
Notifications
You must be signed in to change notification settings - Fork 270
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
Downloads will never finish/pass the "encoding metadata" stage #914
Comments
I am having the same issue, thought I only use the mass downloader. The download reaches 100% but seems to be unable to begin the transcode with FFMPEG because of the file access issue. Attempting to delete a file before closing twitch downloader gives the message that it is being used by FFMPEG but task manager shows no CPU or GPU utilization for the FFMPEG process running under twitch downloader. |
This is very good information. I will capture the log output from FFmpeg and write it to a file, and I will need you to test it via a workflow build since I cannot reproduce the issue. Does this sound alright? |
Same problem here. I updated from another version and it just hangs on "Encoding Clip Metadata 0%". Cancelling and trying to delete the file throws an error that the file is being used. Forcing the ffmpeg process to end allows me to delete the file, but couldn't make it work. |
I can do that no problem |
Turning off 'Encode Metadata' in the clip download menu allows clips to download in the task queue |
This comment was marked as outdated.
This comment was marked as outdated.
Sadly #922 did not fix the problem, as I just experienced it while debugging a different feature.
|
This comment was marked as outdated.
This comment was marked as outdated.
I have solved the issue. We were redirecting stderr, but we did not call |
) * Actually fix #914 * Kill FFmpeg on error if it hasn't exited yet * Log instead of throwing
Checklist
Edition
Windows GUI Application
Describe your issue here
Cancelling the download will throw an error saying the output file "is being used by another process". Only after quitting the entire program the file is accessible by the video player.
Steps to reproduce:
Add any related files or extra information here
No response
The text was updated successfully, but these errors were encountered: