-
Notifications
You must be signed in to change notification settings - Fork 20
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
DVrescue Merge problem #957
Comments
Hi @PSKY2008, it looks like your computer isn't finding the dvrescue program, so you'll have to use the full path to its CLI tool location as part of your command. So for example If you drag the .exe file into the command line window, it should auto fill the correct path for you (I think...it's been a minute since I used Windows CLI!) |
OK, I uninstalled the GUI to install the CLI and I found the access path I think: C:\Users\admin\Desktop\dvrescue_CLI_24.07_Windows_x64\DVRescue.exe but I still can't execute the "merge" command 😩 |
Hello ! I finally succeeded using this command on MacOS: dvrescue --verbosity 9 /Users/admin/Desktop/50.dv /Users/admin/Desktop/50BIS.dv --merge /Users/admin/Desktop/50FINAL.dv but I have a new problem 😞 the original videos last 1:01:00 and the merged video lasts 1:31:00! Did I miss a step? |
Hi @PSKY2008, it sounds like dvrescue is having a hard time correlating the relationship between the frames of the two files. The order of the inputs matters (input 1 is the basis, and subsequent inputs are used to find frames to cover the errors or missing frames of input 1). Could you try:
That swaps the inputs. Also sharing the terminal output would offer more insight about what's happening. |
thank you very much for your response and the help you give me.😊🙏 Unfortunately, I tried your command line, and still the same result, the merged video is still one hour and 31 minutes long. I could post the terminal result, but it's extremely long, we won't have a problem if I post it here? |
We actually need the files, too much difficult to work with only the logs. Could you share them, maybe privately? |
you mean the videos? unfortunately they are too heavy to be shared 😞 and I have around 160 minidvs to save 😅 sorry I may have misunderstood because I use Google Translate |
Yes.
We need the 2 files you used. They should be ~11 GB each, you can use e.g. https://gofile.io/ or we can provide a private FTP server for upload. |
sorry but I admit that I prefer not to disclose these videos 😞 Isn't there a reason why this isn't working? This problem has never happened to other users? |
The algorithm is not perfect and it needs sometimes a tweak for catching all cases, because it is not what is expected from the DV format and we need to find a way to correlate the 2 dumps.
We could create a synthetic files based on the logs but it is not fast to do and it is not worth it for us to do so.
There are pending similar issues but fixing for the others does not automatically make the algorithm working for your files. |
thank you very much for all these answers. even if we manage to solve my problem with these 2 videos, I still have a lot of others and I won't be able to send them all 😔 |
If I want to send the videos, who should I send them to in particular? |
[email protected] (main developer of the tool). |
I downloaded the two videos on Gofile, I can't share the link by email, is it paid? |
? Gofile? it is free, just follow the indications, something on the main page like "Folder Link https://gofile.io/d/CA1S4v " or click on "share" if you are already in the directory on the website, you'll get the URL to share. |
actually, I had to change the confidentiality to public for it to work, I just sent you an email thank you very much for your valuable help |
is my download link good? because I'm not sure of myself 😅 |
I didn't receive any link. |
Please note that it is "best effort", we check if it can be quickly tweaked for having it working and if not it goes in the list of pending tasks (lower priority because it is not from the sponsors of the project as far as I know). |
You didn't receive it in your spam by chance? |
Already checked and no. |
@JeromeMartinez this is done😊 |
Still not. |
It's sent 👍😊 |
received. |
Oh great 😊🙏 |
Hello ! I would just like to ask you if you have downloaded the 2 videos to know if I can delete the files from the internet 😊 |
@PSKY2008 I downloaded them but didn't get the time to check them yet. |
no worries, take the time you want, it’s already super nice to help me 😊 |
The last time codes are same, the frame counts are similar but not same, so the time codes are same for the same frame, and the goal of the merge is actually to catch when you have few frames in only of the files, so the input is the one expected, just that the algorithm has difficulties to well catch the positions of the frames being same in the 2 files. |
and it's normal that it does the same thing, I try with other cassettes? I was able to read elsewhere that some people had no problems with the merger 😔 |
I just tried with another cassette, and it's still the same. The merge function really doesn't work for me 😔 |
@PSKY2008 still on my todo list. |
Thank you very much for your help 🙏 |
Hello !
Does this command line seem correct to you?
dvrescue --v 9 [C:\Users\admin\Desktop\50.dv/file-pass-1.dv] [C:\Users\admin\Desktop\50BIS.dv/file-pass-2.dv] --merge [C:\Users\admin\Desktop/file-merged.dv]
Because I have an error message :
'dvrescue' is not recognized as an internal or external command, an executable program or a batch file.
Sorry I'm not used to using the command line tools 😕
Setup : Windows 11
The text was updated successfully, but these errors were encountered: