hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
11.12k stars 664 forks source link

examples/video: too big size #3116

Closed hajimehoshi closed 1 month ago

hajimehoshi commented 2 months ago

Operating System

What feature would you like to be added?

Now videos in the example account for 47.8MB in total, and this is not good for go-getting Ebitengine.

We should reduce the size, or separate the video to another place.

Why is this needed?

No response

hajimehoshi commented 2 months ago

I set the milestone to v2.8.1, but this is not an urgent fix. I'll release v2.8.1 if there is another urgent issue.

hajimehoshi commented 2 months ago

As I could reduce this by half by removing one of the two videos, let me close this.

Another solution is to use WebM.

hajimehoshi commented 1 month ago

I think I'll make a separate package or something for video resources.