MKVmerge not found[BUG] #79
Labels
No labels
Wrong-Place
bug
cli
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
ice
invalid
question
request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/multi-downloader-nx#79
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
** Main info: **
Script version: 4.8.0
Show ID: 1400603
Episode ID: 1-6
** Additional Info: **
Hello,
This is my first time using this downloader so I may have missed something along the way. Whatever I try to download, I always get an mkv file and a subtitle file separately. After these files download, I get a warning that MKVmerge is not found even though I have mkvmerge.exe, and ffmpeg.exe in the bin folder for the downloader. I am hoping to get 1 mp4 file with the subtitles included. Attached are screenshots of the folder and the error. Thanks
Alright, first it seems that you are using my fork. Just as a quick question what exactly are you using (the release or the code base).
As for the mkvmerge, it seems that you have to put it into
/bin/mkvtoolnix/mkvmerge.exeor just change the mkvmerge path in thebon-path.ymlfile to./bin/mkvmerge.exe.As for why the subtitles aren't included, try adding
--mks(here the descriptionAdd subtitles to mkv/mp4 (if available))I'm not fully sure where to find the release version. I downloaded everything today so it should be the latest.
After relocating the .exe file and adding --mks, I no longer get the mkvmerge not found error but now another error pops up. The subtitle file cannot be opened for reading: open file error. I have attached the error for your reference.
I found and resolved the issue. Sorry for any caused inconvenience. Please get the latest code from my fork.
Thank you very much. It works now!