Hajime Hoshi
d0db7e1b60
examples/video: put a video file in a separate server
...
This change also fixes an issue where a file could be closed before
the video play ends.
Closes #3116
2024-10-27 18:07:52 +09:00
Hajime Hoshi
ef5ac4175d
all: use bufio.Reader to improve reading speed
2024-07-29 02:28:37 +09:00
Hajime Hoshi
c105224705
examples/video: show FPS
2024-04-12 15:16:26 +09:00
Hajime Hoshi
8467cafe74
examples/video: fix the title
2024-04-12 00:54:20 +09:00
Hajime Hoshi
4a87339a0a
examples/video: use a shader to convert YCbCr to RGB
2024-04-12 00:47:10 +09:00
Hajime Hoshi
68cc017189
Revert "examples/video: reduce video FPS"
...
This reverts commit 6f3f58cb32
.
Reason: decoding the video already follows the framerate of the MPEG
data and skips rendering when necessary, so there is no need to adjust
FPS from Update.
2024-04-11 22:43:48 +09:00
Hajime Hoshi
6f3f58cb32
examples/video: reduce video FPS
2024-04-11 22:06:20 +09:00
Hajime Hoshi
d3befbf89b
examples: add an example to play a video
...
Closes #110
Updates #1768
Updates ebitengine/oto#235
2024-04-11 20:31:55 +09:00