Download Delphi FFmpeg VCL Components

Contact us

Feel free to send us any comments, suggestions or questions regarding FFVCL.
Use the following email address to send a message to us:

No updates were received

The update email might be marked as spam and rejected. Please contact us at Support@DelphiFFmpeg.com

Delphi [Fatal Error]: File not found: ‘*.dcu’ (FFBaseComponent.dcu)

For the trial edition of FFVCL, there are not any *.dcu files distributed individually. All the *.dcu files were built in the packages – BPL/DCP files. So you have to configurate your project to build with runtime packages as below.
  • Main Menu -> Project -> Options -> Packages -> Runtime Packages ->
  • Standard Edition
  • Delphi 6 to Delphi XE -> Check Build with runtime packages -> Add “FFmpeg_Dx” (you’d better clear other packages.)
  • Delphi XE2 to Delphi 10.2 Tokyo -> Target 32-bit/64-bit Windows platform ->
  • Delphi 10.3 Rio and later -> Target Windows 32-bit/64-bit platform ->
  • Check Link with runtime packages -> Add “FFmpeg_Dx” to Runtime packages (you’d better clear other packages.)
  • Professional Edition
  • VCL Application
  • Delphi XE2 to Delphi 10.2 Tokyo -> Target 32-bit/64-bit Windows platform ->
  • Delphi 10.3 Rio and later -> Target Windows 32-bit/64-bit platform ->
  • Check Link with runtime packages -> Add “FFmpegRtl_Dx;FFmpegVcl_Dx” to Runtime packages (you’d better clear other packages.)
  • FireMonkey Application
  • Delphi XE2 to Delphi 10.2 Tokyo -> Target 32-bit/64-bit Windows platform/OS X platform ->
  • Delphi 10.3 Rio and later -> Target Windows 32-bit/64-bit platform/macOS 32-bit/64-bit platform ->
  • Check Link with runtime packages -> Add “FFmpegRtl_Dx;FFmpegFmx_Dx” to Runtime packages (you’d better clear other packages.)
To run your application with the trial edition FFVCL, you need to place FFmpeg_Dx.bpl/FFmpegRtl_Dx.bpl/FFmpegVcl_Dx.bpl/FFmpegFmx_Dx.bpl into the same folder of your application(exe), or add the path of the BPLs into your PATH environment variable of Windows.