-
Notifications
You must be signed in to change notification settings - Fork 3
Downloaded video file unplayable. #25
Comments
Looks like my guess was correct, I commented out the code that was supposed to remove the intro chunk from the file and the video is playable now. Either the way we check for the first chunk removes some required data or the first chunk contains some meta data required by the player. |
Huh the complete opposite is the case for me |
Do you mean that including the intro chunk breaks your video file? |
That's correct |
Well this is wierd, if I remember correctly, the |
I was able to download everything i tried, for example you can try the example in readme |
Also i just tried downloading the anime you previously mentioned in the other issue and its unplayable with the intro |
Okay I'll try the one included in the README file. Just to make sure, you downloaded the |
I downloaded all the qualities when i was testing, but i mostly download |
Also when i try to use ffmpeg with the intro chunk it says |
The intro chunk is a gif so that's probably why there is no audio. |
Ignore my previous comment I don't know what I was thinking. |
I have tried both the default windows player and VLC. Here's what I found: Somali to Mori no Kamisama (2069)With intro:VLC: Broken Without intro:VLC: Working God of High School (2506)With intro:VLC: Broken (10 seconds of nothing and that too only audio) Without intro:VLC: Working |
InferenceLooks like VLC works consistently when there is no intro, while the default player works consistently when the intro chunk is present. Further testing is required to make any solid claims. We can also look into always skipping the intro and then joining the chunks using |
This breaks the video for me but fixes it for others 🤷
Yup, looks like I was right, using |
The current implementation of the download functionality seems satisfactory to me. I will make a note reminding us to talk about this quirk in the documentation. I think the issue can be closed now, I am leaving the issue open, if you feel satisfied, Kindly close the issue, |
I will add this info to the README and then close this issue |
The download completes without issues but the resultant
.mp4
file is unplayable.My guess
Skiping the first chunk (intro) causes this issue.
The text was updated successfully, but these errors were encountered: