-
Notifications
You must be signed in to change notification settings - Fork 32
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
Smaller dummy assets #1
Comments
Can we use the files from https://github.com/mathiasbynens/small? Perhaps even depend on it and build out the base64 files at publish time? |
@gkatsev will it be smaller than a current base64 string? One more thing to consider, it's one more dependency to track. |
Yeah, we can always just download the file and do it the one time. The mp4 with audio in |
|
|
I'm using https://github.com/mathiasbynens/small assets for both muted and muted video. The library is now 4K gzipped, but the mp3 file is still big. |
wow nice set of files ! |
AudioThis is the smallest what I could make (
This is valid AAC, MP4 container file, with wide support in all browsers. This audio file is recognized correctly in macOS. Also, no need to change the volume for this audio file, since you will not be able to hear anything. Small MP3 file from Size is 354B:
Did you try |
We ran into issues with Safari not respecting the small project's mp3 when we were doing this detection a few weeks ago. The smallest mp3 we found to work across our supported browsers was from: https://gist.github.com/westonruter/253174 which I think is the same one currently used in this project. |
@zshenker just sent me a smaller video with audio.
|
Please update documentation,
|
I used a big video asset just as a PoC.
For production use, we should generate an optimized video with audio asset.
Same for audio.
The text was updated successfully, but these errors were encountered: