Fixed downloading of episodes #57

Merged
izu-co merged 2 commits from master into master 2021-05-03 11:55:32 +00:00
izu-co commented 2021-05-02 17:27:04 +00:00 (Migrated from github.com)

Please note that this worked for the videos I tested it on.

If you have anything you might want to add or change fell free to comment or contact me.

Please note that this worked for the videos I tested it on. If you have anything you might want to add or change fell free to comment or contact me.
flashpc commented 2021-05-02 18:01:53 +00:00 (Migrated from github.com)

not sure if I'm doing something wrong, but it downloads the video and audio, but doesn't merge them
error
it says there is an issue with the language

not sure if I'm doing something wrong, but it downloads the video and audio, but doesn't merge them ![error](https://user-images.githubusercontent.com/26695376/116822785-bec5ee80-ab78-11eb-9c91-87f813822960.jpg) it says there is an issue with the language
izu-co commented 2021-05-02 18:02:47 +00:00 (Migrated from github.com)

Well yes. I am currently working on the merge if you have set ffmpeg

Well yes. I am currently working on the merge if you have set ffmpeg
flashpc commented 2021-05-02 18:05:52 +00:00 (Migrated from github.com)

Ok, thanks for getting the downloads working

Ok, thanks for getting the downloads working
izu-co commented 2021-05-02 19:39:42 +00:00 (Migrated from github.com)

So my problem right now is that ffmpeg is saying that the input audio is corrupted.
Does anyone have an idea why that could be?

So my problem right now is that ffmpeg is saying that the input audio is corrupted. Does anyone have an idea why that could be?
flashpc commented 2021-05-02 20:09:37 +00:00 (Migrated from github.com)

I didn't get any audio errors, I focibly added the eng tag to track 1 which fixed the language error, which merged the mkv but errors on the metadata. and forced the output filename to be temp, I created a batch file which fixes my setup temporarily

node funi -s 592641 -e 31 --nosubs && mkvmerge.exe --ui-language en --output ^"C:\videos\That Time I Got Reincarnated as a Slime\S02E06 - The Beauty Makes Her Move.mkv^" --language 0:und --track-name 0:Funimation --default-track 0:yes --language 1:eng --default-track 1:yes ^"^(^" ^"C:\videos\temp.mkv^" ^"^)^" --track-order 0:0,0:1 && del "C:\videos\temp.*"

I didn't get any audio errors, I focibly added the eng tag to track 1 which fixed the language error, which merged the mkv but errors on the metadata. and forced the output filename to be temp, I created a batch file which fixes my setup temporarily node funi -s 592641 -e 31 --nosubs && mkvmerge.exe --ui-language en --output ^"C:\videos\That Time I Got Reincarnated as a Slime\S02E06 - The Beauty Makes Her Move.mkv^" --language 0:und --track-name 0:Funimation --default-track 0:yes --language 1:eng --default-track 1:yes ^"^(^" ^"C:\videos\temp.mkv^" ^"^)^" --track-order 0:0,0:1 && del "C:\videos\temp.*"
izu-co commented 2021-05-02 20:12:02 +00:00 (Migrated from github.com)

The thing is I can play the audio file but on every audio file at ~5:07 seems to be some sort of corruption FFmpeg can't handle.

(I didn't try mkvmerge btw)

The thing is I can play the audio file but on every audio file at ~5:07 seems to be some sort of corruption FFmpeg can't handle. (I didn't try mkvmerge btw)
izu-co commented 2021-05-02 20:14:36 +00:00 (Migrated from github.com)

@storm134 It seems like you not using the code from the pull request though.

@storm134 It seems like you not using the code from the pull request though.
storm134 commented 2021-05-02 20:23:54 +00:00 (Migrated from github.com)

totally right must have been a blonde moment, Haha. video downloads fine. ffmpeg 4.3.2 merges with no error but no audio

totally right must have been a blonde moment, Haha. video downloads fine. ffmpeg 4.3.2 merges with no error but no audio
izu-co commented 2021-05-02 20:30:42 +00:00 (Migrated from github.com)

but no audio

Well I had audio in the first 5 minutes

> but no audio Well I had audio in the first 5 minutes
Sign in to join this conversation.
No description provided.