App: has_texture_ffmpeg

has_texture_ffmpeg
  • Returns if the BGE was built with FFmpeg support

Return Type:
  • Boolean
Values:
  • True: BGE has FFmpeg support
     
  • False: BGE doesn't have FFmpeg support
ffmpeg:
Sample Code

################## find out if BGE built with FFmpeg support
 
# import bge

import bge

# FFmpeg support
ffmpeg_support = bge.app.has_texture_ffmpeg