1

我正在开发一个游戏引擎,并希望可以选择将视频播放到 jpanel 或其他任何东西。我一直试图弄清楚如何做到这一点,最好使用 mp4,而不使用任何 3RD 方软件。我来的唯一选择是使用组合的 gif 和 .wav 系列。

我的问题是,每台计算机的 .gif 播放速度是否更快?例如,如果我在我的桌面上完美同步电影,它是否有可能与我的笔记本电脑不同步?.gif 会播放得更慢/更快吗?如果答案是肯定的,我该怎么解决这个问题?

谢谢!

4

1 回答 1

2

Since you are building the video in a .gif then you should be able to just take the individual images and paint them at the desired frame rate in your application without using 3rd party software.

This would allow you to sync it with your .wav for sound.

于 2013-11-06T18:12:35.087 回答