- Aug 16, 2016
- 10
- 8
@ THE LORD Kitty and the Lord 7767
Would it be useful to post a compressed version?
I've converted all the gifs (including the dungeon pack) into webm, and the total directory size is now 189Mb.
I've put the zip file here:
(I don't have an account on any of the file-sharing websites that are normally used, and it doesn't appear to be possible to upload to them without one.)
If you're fine with this compressed version and need the link to be in one of the regularly used file-share portals, 7767 would/could you re-upload the file to one of them please?
[The zip file also includes a bash script that converts gifs to webm within the directory using ffmpeg.]
A caveat though is the html file needed modification to deal with video, which I did with a regexp-replace.
gets replaced by
I did a quick run through of things with these changes and didn't encounter any video-displaying bugs, but obviously cannot guarantee that there are none.
Would it be useful to post a compressed version?
I've converted all the gifs (including the dungeon pack) into webm, and the total directory size is now 189Mb.
I've put the zip file here:
You must be registered to see the links
(I don't have an account on any of the file-sharing websites that are normally used, and it doesn't appear to be possible to upload to them without one.)
If you're fine with this compressed version and need the link to be in one of the regularly used file-share portals, 7767 would/could you re-upload the file to one of them please?
[The zip file also includes a bash script that converts gifs to webm within the directory using ffmpeg.]
A caveat though is the html file needed modification to deal with video, which I did with a regexp-replace.
Code:
<img src="..."/>
Code:
<video loop autoplay src="...">
<source src="..."/>
</video>