-
Notifications
You must be signed in to change notification settings - Fork 43
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
gzip CRC check fails #33
Comments
That's very interesting. I've never seen that before, I'll start googling for an answer now. Edit: It seems that according to https://stackoverflow.com/questions/35459354/python-gzip-crc-check-failed, it's caused by corruption or something of the files you're using. Have you tried deleting the file and re-downloading it? Edit 2: Can you send the corrupted file here so I can test with it? |
@dobrosketchkun As the person who implemented gzip support, do you think that the gzip could become problematic when run through youtube's compression and then redownloaded? |
Looks like I have the same issue when uploading, then downloading from youtube as well. Works just fine if I do not upload to youtube |
@smileyhogue Can you send the affected file(s) here so I can test? Edit: |
Ok, well I just swallowed my pride and uploaded a test file to youtube. When I downloaded with youtube-dl with the Working one: WORKING_rio_image.f137.mp4Not working one: BROKEN_rio_image.mp4 |
I can confirm similar issue, even with downloading video/audio separately using the Only happens when using the file downloaded from YouTube. Link to video: Edit: Link to file before uploading to YouTube: |
fvid installed through pip3 to bring along dependencies.
Test file: 9.1Mb Photoshop document. Successfully encoded with fvid, uploaded to YouTube, downloaded with ytdl, then run through fvid's decoder. After seeing
Bits are in place
, fvid unpacks the frames 100%, but:I notice that regardless of the command syntax, fvid run multiple times on the same input file generates MP4s of consistently varying byte counts suggesting the algorithm or one of the modules it depends on is flaky. This is consistent across the following syntaxes:
file.mp4 came out as lengths of 159,351,426; 159,351,436; 159,351,435; 159,351,433 and the resulting downloaded YT videos had similar variances.
The text was updated successfully, but these errors were encountered: