Chinese
Download Delphi FFmpeg VCL Component
What's New?

Delphi FFmpeg VCL Component 2.2c Release Notes

  • Support real-time preview while converting.

Delphi FFmpeg VCL Component 2.2 Release Notes

  • New feature Stream I/O Protocol is available.
  • New component TEventStreamAdapter for stream I/O events.

Delphi FFmpeg VCL Component 2.1 Release Notes

  • Support Video Filters, such as flip, negate, scale, rate, etc.
  • Add property AVFileInfo(TAVProbe)
  • XviD codec speed up
  • More minor improvments

Delphi FFmpeg VCL Component 2.0 Release Notes

  • New class TAVProbe for obtaining the input file's information and previewing frames according the timestamp specified.
  • Supports external standard Video Hook DLLs, and includes some useful increments, read more information here... or view example source here...
  • New OnCustomHook event, dosn't depend on external Video Hook DLLs, it's very easy and powerful, read more information here... or view example source here...
  • Remove property AudioChannels, AudioSampleRate, FrameHeight, FrameWidth, FrameAspectRatio, FramePixFmt, FrameRate, instead of AVProbe which is able to obtain more detail information.
  • Supports input streams mapping to output streams.

Video Hook DLLs written in Delphi with source

  • Delphi source of DelphiHook.dll is available in the full source version.
  • Delphi source of DelphiNull.dll is available in both the full source and dcu version.

FFmpeg DLLs built base on last official SVN-r15442 (September 28, 2008)

  • Because of FFmpeg update, this FFVCL version is not compatible with previous FFmpeg DLLs.