Stable Diffusion For Delphi and C++Builder 1.0

Stable Diffusion For Delphi and C++Builder is a component that capable utilize the Stable Diffusion cpp library(https://github.com/leejet/stable-diffusion.cpp) to generate high quality image with AI modules.

  • Support text 2 image
  • Support image 2 image
  • Support Control Net
  • Support PhotoMaker
  • Support upscale the image
  • GPU accelerated generation.
  • Note:Although we ship the cpu only dll. We would recommend the cuda version dll that is about 20 times faster with Nvidia RTX GPU. To test the examples , you have to download the AI modules separately because those files are very huge.

Inpaint Anything in Video 1.2

Inpaint Anything in Video is a tool that can remove any object from video or replace background by painting the mask area. The tool need to use GPU to remove the object from video. It will be very slow to remove object from video with pure CPU. The GPU library is huge , so we have to download over 1.5GB library for GPU.

  • New:Replace background of the video.
  • Remove anything by painting the mask area.
  • Generate same quality video as input video.Tempoarily disabled the hardware encoding for android (will restore support soon)
  • GPU accelrated conversion.
  • Lifetime License and free update without subscription.
  • Note:Free version is limited to generate 30s video at most.

 

Whisper Delphi Component 1.0

Whisper For Delphi is a audio translate delphi component based on Whisper.cpp. 

  • Only Support Delphi 12 Win64 now
  • Support both file and realtime audio buffer translation.

 

Webrtc For Delphi Component 4.60

Webrtc For Delphi Component is a Webrtc client component for Windows, Android, Linux,  OSX and IOS can be used to develop VOIP or audio/video chat mobile applications:

  • New:support Delphi 12
  • New:upgrade Android runtime to rev41315(M121), windows runtime to rev35348, Mac OSX runtime to rev35138
  • support mac osx desktop capture
  • support query camera resolution supported
  • Capable mute/unmute audio track
  • Lots of window support improvements
    • Capable select audio input device on windows
    • Support stream desktop , window.
    • Support stream local video file (such as yuv, possible to stream mp4 file with ffmpeg support )
    • Capable get statistic information of webrtc
  • Support switch speaker and camera on IOS.
  • Support Mac OSX
  • Upgrade webrtc runtime library , IOS (rev27697)
  • restore the janus gateway support in 4.05
  • Support Firmonkey For Windows.
  • Support Switch Camera on Windows
  • Support Switch Camera on IOS
  • Support Software Echo Cancelleation on Android
  • Support Text chat via DataChannel for mobile and PC
  • Janus-gateway video conference client component that support up to 6 users video conference.
  • Rewrite the signal server with indy and remove depenency on the sgcwebsockets component
  • New:use native webrtc view to display the video
  • Require Android 4.1 and above.
  • Support different codec (VP8 VP9, H264 , Opus, etc)
  • Support Bitrate, Video size constraints.

Note:To run the test , make sure you have run the signal server and setup your windows firewall to enable data pass the port 6666.

To test with janus server, you should setup your instance.

Download prebuilt android apk

Download prebuilt window exe

Download prebuilt Windows signal server

 

Download prebuilt Android Janus-gateway Video Conference Demo apk

 Download prebuilt Windows Janus-gateway Video Conference Demo

FFMPEG Vcl Player For Delphi 7.3

FFMPEG Vcl Player For Delphi is a vcl player based on directshow and ffmpeg to decode and play video/ audio. 

  • New: Upgrade to latest FFMPEG Runtime(6.1.x) and support Delphi 12
  • Support Dash Playback
  • Support Playback AES encrypted network stream
  • hardware decoder for Nvidia card
  • Support playback Youtube Url directly
  • Support playback customerized AES encrypted file or network stream.
  • Support DXVA2 accelerated brightness, hue, contrast, saturation adjust when using EVR Renderer
  • Support playing all the video / audio that can be decoded by ffmpeg.
  • Support NV12, YV12(YUV420)/RGB32 display mode (NV12/YV12 about 30-50% faster than RGB32)
  • Memory stream , http , etc playback
  • Based on multithread decoding ffmpeg branch , faster on multiple core cpu.
  • Provide stop , pause , resume operations (based on directshow).
  • Support fullscreen play.
  • Dynamic change displaying video ,audio ,subtitle stream.(Note:dynamic video change not supported on some old video cards)
  • Subtitle support
    • Text ASS, SSA, SRT, MicroDVD, VPlayer, etc subtitle support.
    • Bitmap Subtitle display support such as dvd/vob subtitle.
  • Lots of video filters support(flip, negate, drawbox and watermark, overlay text)
  • Text To Speech(US English Only)
  • Support 5.1 dolby audio playback.

 

VLC Player For IOS+Android Delphi Component 3.45

VLC Player For IOS+Android is a video player delphi component based on VLC to play video/ audio. 

  • New:Support Delphi 12
  • New:Upgrade VLC Android  library to 4.0 eap13 , ios to 4.0 20231220.
  • Support playing all the video / audio that can be decoded by vlc.
  • Support Playback network stream.
  • Hardware Decoder much faster than ffmpeg soft decoder
  • Provide stop , pause , resume, seek, adjust playback speed operations .
  • Dynamic switch active audio/subtitle track for multiple tracks video.
  • Volume control.
  • Disable screen saver while playback.

 Download Pre-built Demo Apk

 Download Old trial for Delphi 10.3.3

 

FFMPEG Vcl Converter For Delphi 7.3

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. FFMPEG Vcl Pack For Delphi is a wrapper of FFMPEG APIs(version 6.0.x) for Delphi and C++Builder.

  • New: Support ffmpeg command line options , we can now use converter.convert('-i input.flv -map 0:1 output.mp4') to support very complex transcode job.
  • New: Upgrade to latest FFMPEG Runtime(6.1.x)
  • New: Support Delphi 12
  • hardware encoder and decoder support for Nvidia card.
  • New Live555 based Live Rtsp Media Server component that you can publish live directshow capture video and all sorts of video files via embeded rtsp server.
  • Support mouse cursor capture while capturing screen
  • Support decoder , encoder, etc provided by ffmpeg.
  • Multiple transcode job can be executed at the same time with thread safety.
  • Based on multithread decoding ffmpeg branch , faster on multiple core cpu.
  • Preview and customize output during encoding.
  • Provide stop , pause , resume operations.
  • Lots of Predefined Conversion Profiles (IPod, IPhone, PS3, Mobile, etc).
  • Support lots video filters (Watermark,  Overlay Text, Flip, Draw box, Negate, etc).
  • Support 50+ sox audio filters(Beta) for converter and player.
  • Subtitle support
    • ASS, SSA, SRT Soft Subtitle (Embed subtitle into subtitle stream)
    • Hard Subtitle for ASS, SSA, SRT, MicroDVD, VPlayer, etc  (Draw subtitle on video)
  • Allow TStream as input / output
  • Support TBitmap , Screen , webcam and directshow device capture.
  • Record audio via Soundcard.
  • Merge multiple streams to one file, Convert one input file to multiple files.
  • Log all the log message of FFMPEG.
  • Provide a comprehensive demo about ffmpeg usage.
  • Transcode media stream  such as http, rmtp.
  • Join multiple different format videos.

 

FFMPEG Player For Android+IOS Delphi Component 8.3

FFMPEG Player For Android+IOS is a  video player component for Mobile based on ffmpeg to decode and play video/ audio. 

  • New:upgrade to ffmpeg 6.1.x and support Delphi 12 Note:we already support android 64bit , but only available for register user)
  • Small footprint (remove unused encoders and muxers)
  • Support Playback multiple videos at the same time.
  • Memory stream , http , mms, etc playback (Support Non-Block Open)
  • Provide stop , pause , resume, step forward, seek operations .
  • Lots of video filters support(flip, negate, drawbox, etc) 
  • Lots of  Audio Filters support.
  • Dynamic switch active video/audio track for multiple tracks video.
  • Capable display bitmap subtitle such as dvdsub.
  • Volume control.
  • Disable screen saver while playback.
  • Polling Shoutcast Meta Data

Download Prebuilt D2Player.apk

Note:Trial Version has watermark, part of video cut out , huge memory leak and little audio noise.
The current version only support Delphi 11. To test with delphi 10.4 , please download the old trial at

http://www.flashavconverter.com/downloads/FFMPEG-Pack-For-Mobile-Delphi-Trial-7.30.zip

FFMPEG Converter For Android+IOS 8.30

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. FFMPEG Converter For Android is a wrapper of FFMPEG APIs  for Delphi and C++Builder.

  • New:upgrade to ffmpeg 6.1.x and support Delphi 12.
  • support command line options , for example we can now use converter.convert('-i input.flv output.mp4') to convert video that can support complex command line options.
  • Tempoarily disabled the hardware encoding for android (will restore support soon)
  • TAndroidRecorder component to record camera video with hardware acceleration encoding for android
  • Support Hardware Accelerated camera and microphone capture on Android
  • Support decoder , encoder, etc provided by ffmpeg.
  • Multiple transcode job can be executed at the same time with thread safety.
  • Based on multithread decoding ffmpeg branch , faster on multiple core cpu.
  • Preview and customize output during encoding.
  • Provide stop , pause , resume operations.
  • Lots of Predefined Conversion Profiles (IPod, IPhone, PS3, Mobile, etc).
  • Support lots video filters (Watermark,  Overlay Text, Flip, Draw box, Negate, etc).
  • Support 50+ sox audio filters(Beta) for converter and player.
  • Subtitle support
    • ASS, SSA, SRT Soft Subtitle (Embed subtitle into subtitle stream)
    • Hard Subtitle for ASS, SSA, SRT, MicroDVD, VPlayer, etc  (Draw subtitle on video)
  • Allow TStream as input / output
  • Support TBitmap device capture.
  • Merge multiple streams to one file, Convert one input file to multiple files.
  • Log all the log message of FFMPEG.
  • Provide a comprehensive demo about ffmpeg usage.
  • Transcode media stream  such as http, rmtp.
  • Join multiple different format videos.

 Note:Latest version only support Delphi 12

 

FFMPEG Player For Firemonkey 8.3

FFMPEG Player For Firemonkey is a cross platform (windows and Mac OSX) video player component based on ffmpeg to decode and play video/ audio. 

  • New: Upgrade ffmpeg to 6.1.x
  • New: Support Delphi 12 and Support Mac OSX ARM64 platform (Apple Silicon for M1/M2)
  • Support Mac hardware decoding and reduce the cpu usage about 50%
  • support switch audio channel
  • Support Dash
  • New 3DPlayer demo for Mac OSX that run 100% faster than 2D Player.(XE6 and above)
  • New Nvidia hardware encoder and decoder
  • Support Hardware HEVC Decoding(require broadwell+) , H264 decoing(require Sandy Bridge+)  (default:off)
  • Support Win64 (not included in trial , only available for register user)
  • Support Playback Youtube Url directly.
  • Support HEVC(H265) Encoder
  • Support playback customerized AES encrypted file or network stream.
  • Support HEVC(H265) and VP9 playback
  • Support playing all the video / audio that can be decoded by ffmpeg.
  • Support 5.1 dolby surround audio playback on Windows if there is 5.1 sound card in the system.
  • Support Playback at most 8 videos at the same time.
  • Hardware accelerated H.264 decoding on Mac OSX(Note:Lower CPU usage but somtimes slower than software decoding)
  • Memory stream , http , rtmp, etc playback
  • Based on multithread decoding ffmpeg branch , faster on multiple core cpu.
  • Provide stop , pause , resume, step forward, seek operations .
  • Lots of video filters support(flip, negate, drawbox and watermark, overlay text) 
  • 50+ Sox Audio Filters
  • Dynamic switch active video/audio track for multiple tracks video.
  • Capable display bitmap subtitle such as dvdsub.
  • Volume control.
  • Disable screen saver while playback.

 

Syndicate content