-
Notifications
You must be signed in to change notification settings - Fork 18
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
Getting lots of "Error Reading:" for all files #6
Comments
Please show at least the log ouput from the text field in the main window. |
`Vidupe 1.211 Supported file extensions: Searching for videos... and after the list `0 intact video(s) out of 56 total The following 56 video(s) could not be added due to errors: I'm having the same error, I've cut the output as it was very long, I'm trying to compare mp4 and webm files. I've put ffmpeg (ffmpeg-4.2.3-win64-static) in the main dir, I was trying to read from an exfat partition, moved to ntfs but nothing changed, I've disabled my antivirus and windows 10 (1909, build 18363.836) too. Edit: wine-5.9 (Staging) |
I'm trying to build for Mac, and after a lot of trys I got it .... to do the same as you say happens on Linux... All files cannot seem to be read. And it seems to be that the metadata is all 0 width 0 height ... |
I'm having the same problem.
|
I tried loading up Qt Creator and compiling the source on W10 but hit a lot of problems to do with 32bit/64bit... AFAICT |
I also used that software but it doesn’t display the screenshots and therefore isn’t really good for manual checking at least some of the duplicates. And doesn’t work on Mac ! |
On windows (well, 64bit windows on my MacBook using boot camp), I used the executable for vidupe and ffmpeg.exe 32 bit into the same folder, and that worked ! What do you mean static ? |
Not sure what you mean here, thumbnails are displayed as can be seen here: https://user-images.githubusercontent.com/46010672/50975469-97e5d900-14e5-11e9-9aba-5a843546ac2c.jpg And the number of thumbnails per video file can be configured (so not just 1 as shown in the image above |
Hmmm I didn't see the option for multiple thumbnails, that's good, I thought it couldn't do it. But as said, I also needed an option that would run on macOS so I tried to build vidupe for my Mac. But now I get the error reading files... |
One of the issues is that internally backslashes are harcoded into the ffmpeg output parsing, so it won't run on unixlike OS. I fixed that and put all the stuff in to a Docker image. |
I have no time to make it proper, there's no documentation and the commit messages are just crap. Starthe docker container like this docker run -ti --rm -p 5901:5901 -v /host/path/to/your/videos:/data vidupe Build the image with If you want to compile vidupe yourself, have a look at the docker file. |
Well, your hint about the backslashed got me on a good track ! I found out that \n\r from the ffmpeg output on Mac was only \n. |
You are right, it was the newline, not the windows paths :-) |
I now got it to work back on windows, after the edits I made to the code and the use of the ffmpeg libraries (instead of the executable), which has helped me solve most of the "errors" with files. You could check it out if still needed : https://theophanemayaud.github.io/video-simili-duplicate-cleaner/ |
Couldn't get any result even if the threshold lowest.
Error msg also doesn't state why there are error reading files. No problems with other dedup apps.
The text was updated successfully, but these errors were encountered: