
has_texture_ffmpeg
- Returns if the BGE was built with FFmpeg support
- Boolean
- True: BGE has FFmpeg support
- False: BGE doesn't have FFmpeg support
ffmpeg:
- FFmpeg (Fast Forward MPEG) is open source
- Used with audio and video
-
bge.texture.ImageFFmpeg
- bge.texture.VideoFFmpeg

Sample Code
################## find out if BGE built with FFmpeg support
# import bge
import bge
# FFmpeg support
ffmpeg_support = bge.app.has_texture_ffmpeg