Play a Video from MemoryStream, Using FFMpeg

后端 未结 3 1713
庸人自扰
庸人自扰 2020-12-25 08:16

I\'m having a hard time, searching how to play a video file from a TMemoryStream (or a similar buffer in memory) using FFMpeg. I\'ve seen many things, including UltraStarDX,

3条回答
  •  遥遥无期
    2020-12-25 09:17

    You can waste your time rewriting FFMPEG from C++ to Delphi, or mess with wrapper libraries.

    Or if you're just interested in playing a video in Delphi, then check out Mitov's VideoLab components.

    http://www.mitov.com/products/videolab#components

提交回复
热议问题