-
Notifications
You must be signed in to change notification settings - Fork 6
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
App says "failed to take capture" but video plays fine #109
Comments
I used the following command and got this output:
I dont know if these are real errors or not. I've read sometimes ffmpeg will output stuff that isn't really that big of a deal |
I ran the same ffmpeg command as above but with a file that wasn't logged as bad in the app and ffmpeg produced no error lines, so that's good :) After googling, I found this that may help: https://superuser.com/questions/978888/application-provided-invalid-non-monotonically-increasing-dts-in-ffmpeg It seems like it's not really an error per-se |
It looks like the only error messages that are from broken, unplayable videos are: |
Many of my videos are encoded with AC1 codec and all these give this error, it seems the app will have to be updated to also use that codec |
Hey @begijnhofdendermonde thanks for contributing! I'm not sure what you mean by AC1, it only seems to be an audio codec... Did you mean AV1 ? |
Hey, sorry for the delay and thanks for clarifying ! So after two full days of work I finally got av1 to work. The problem is that ffmpeg natively doesn't support av1 for some reason, but two popular libraries can be used to make ffmpeg compatible with av1. I had not yet added any libraries to ffmpeg (which itself is a library of the app) so it took some work, but I should be able to publish a new version in the next week or so with av1 support !!! |
Hi @daddie888 the update just went out with av1 support, v1.12.0 ! Hope it helps you !!! |
This issue was actually for x264 videos and not av1 videos, but I will test again and see what the logs say now |
Is the Windows version also updated with AV1 support or only the MacOS version for now? |
macOS only for now. Unfortunately I’ve been a bit stuck on windows because of arm, I work on a MacBook Pro M series. QT only released this fall compatibility with arm, and I’ve just started to rework the windows version to be compatible with arm toolchains. I expect it to still take me a few months, but I still plan to update windows asap ! |
Yes multiple things were mixed in this GitHub issue. I know there are also other files where it fails to take captures and I have to investigate each case a bit specifically. If you have videos where that happens and are ok with sending them over, it’d help figuring out what edge case they fall in and addressing it ! |
Too bad, I'm on Windows, will have to wait longer .. |
I get the following error often for a various number of videos.
[17:23:28] ERROR with video.wmv : failed to take capture
I played the file in VLC, IINA, Movist Pro and it played fine. I even checked for corruption with ffprobe.
ffprobe result of
1
is failure and0
is successWhat command is the app using to detect corrupt videos? Is it using ffmpeg/ffprobe version 5?
The text was updated successfully, but these errors were encountered: