Stable Diffusion For Delphi and C++Builder 2.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) , Segment Anything 2 (https://github.com/facebookresearch/sam2) and Biglama (github.com/advimman/lama) to remove anything to generate high quality image with AI modules.

  • New:Face Detector based on yoloface8
  • New:Face Enhancer based on codeformer
  • New:Face Swapper based on insightface
  • New:Replace background component based on BriaAI
  • New:live portrait component based on https://github.com/KwaiVGI/LivePortrait to transfer face motion of video
    • the demo need to install our ffmpeg converter component (use data/lp_src.png , lp_ref.mp4 for test)
  • New:Upgrade to latest stable-diffusion.cpp , support inpaint (check the new ReplaceAnything demo)
  • New:Remove Anything component based on Big lama.
  • New:Added Single Object track component OSTrack component.
    • Note:the demo for Object Track need to install our ffmpeg player component to track the object in video.
  • New:Added segment anything 2 component.
  • 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 for Video 2.1

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:Publish to microsoft store
  • New:New live portrait to transfer face motion from video to a photo
  • New:Rewrote the GUI and use object track algorithm to remove any animated object in video.
  • New:Convert video to anime style.
  • New:Replace background of the video.
  • Remove anything by painting the mask area.
  • Generate same quality video as input video
  • GPU accelrated conversion.
  • Lifetime License and free update without subscription.
  • Note:Free version is limited to generate 30s video at most.

 

Delphi AI Pack Component 2.2

Delphi AI Pack is a ai component pack support audio transcribe with Whisper.cpp and translate language with NLLB-200

  • New: Add OCR component based on PaddleOCR (Win64 support only)
  • New: Add Llama component based on llama.cpp (Win64 support only)
  • New: Add realtime TTS component based on Piper (Win64 support only)
  • New: Add realtime translator component based on NLLB-200 (Win64 support only)
  • New: add a realtime transcribe BBC news example (Note: to compile the new example you should have our ffmpeg firemonkey pack installed we use ffmpeg to playback and convert the audio stream to wav)
  • upgrade whisper runtime to 1.62
  • Support Delphi 12 Win64 , Mac OSX64(Intel and M1/M2) and Android 64 bit now.
  • Support both file and realtime audio buffer translation.
     
  • Feature Library Win64 OSX Android
    Transcribe Whisper.cpp Yes Yes Yes
    Translate NLLB-200 Yes No No
    TTS Piper Yes No No
    LLM llama.cpp Yes No No
    OCR PaddleOCR Yes No No

 Download Realtime Transcribe Demo: Realtime BBC News transcribe with Whisper tiny.en model (90M)
 Download Realtime Translate Demo: Realtime translate with NLLB-200 600m model (18M)

FFMPEG Player For Android+IOS Delphi Component 8.5

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 7.1.x and support Delphi 12.2 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.50

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 7.1.x and support Delphi 12.2.
  • 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.5

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 7.1.x and support Delphi 12.2
  • 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 playback customerized AES encrypted file or network stream.
  • 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.
  • Memory stream , http , rtmp, etc playback
  • Provide stop , pause , resume, step forward, seek operations .
  • audio/video filters support(flip, negate, drawbox and watermark, overlay text) 
  • Dynamic switch active video/audio track for multiple tracks video.
  • Capable display bitmap subtitle such as dvdsub.
  • Volume control.
  • Disable screen saver while playback.

 

FFMPEG Converter For Firemonkey 8.5

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 For Firemonkey is a wrapper of cross platform FFMPEG APIs for Delphi and C++Builder Firemonkey on both Windows and Mac OSX.


Feature Matrix:

Feature Win32 Mac OSX(Support Both Intel and ARM)
Transcode
Support decoder , encoder, etc provided by ffmpeg. Yes Yes
New:Live555 based Rtsp Media Server support publish dynamic stream generated by ffmpeg Yes No
Multiple transcode job can be executed at the same time with thread safety. Yes Yes
Based on multithread decoding ffmpeg branch , faster on multiple core cpu. Yes Yes
multithread input files reading Yes Yes
Preview and customize output during encoding. Yes Yes
Provide stop , pause , resume operations. Yes Yes
Lots of Predefined Conversion Profiles (IPod, IPhone, PS3, Mobile, etc). Yes Yes
Allow TStream as input / output Yes Yes
Merge multiple streams to one file, Convert one input file to multiple files. Yes Yes
Join different format videos to one video Yes Yes
Text to speech (US english only) Yes Yes
Protocol Support
Transcode media stream  such as http Yes Yes
Transcode media stream  such as rmtp. Yes Yes
Bluray Protocol support
(Without encrypted disc support)
 
Yes Yes
Filter
Support lots video filters (Watermark,  Overlay Text, Flip, Draw box, Negate, etc). Yes Yes
Support 50+ sox audio filters. Yes Yes
Subtitle
ASS, SSA, SRT Soft Subtitle (Embed subtitle into subtitle stream) Yes Yes
Hard Subtitle for ASS, SSA, SRT, MicroDVD, VPlayer, etc  (Draw subtitle on video) Yes Partly Supported(without motion effect support)
Device Capture
TBitmap Canvas Yes Yes
Audio Yes Yes
Screen Yes Yes
Webcam Yes Yes
Other Device Capture Yes(Direct Show Capture) Yes(Quick Time Capture)

 Note: FFMPEG For Firemonkey can not be used in legacy Vcl Application and can only be used in Delphi XE2 and XE3. If you want to use ffmpeg in vcl application , please consider our another product ffmpeg vcl pack.

History

  • ver8.5
    • Support batch conversion and conversion session that support multiple conversion tasks at the same time.
    • Upgrade ffmpeg to 7.1.x
  • ver8.3 upgrade ffmpeg to 6.1.x
  • ver8.2 Support Delphi 12 and Mac OSX ARM64 platform (Apple Silicon for M1/M2), fixed some bugs that prevent the converter work on Italia and Germany region settings.

FFMPEG Vcl Player For Delphi 7.5

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(7.1.x) and support Delphi 12.2
  • 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).
  • 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.

 

FFMPEG Vcl Converter For Delphi 7.5

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 batch conversion and conversion session that support multiple conversion tasks at the same time.
  • 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(7.1.x)
  • New: Support Delphi 12.2
  • 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).
  • 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.

 

AirScribe 1.5

AirScribe is a foreign language study software.

  • New: Support recording the radio station and create study video clip from recording.
  • Realtime translation support
  • Realtime transcribe foreign language of audio stream
  • Playback audio streams of news (such as BBC, CBC, VOA, etc)

 

Syndicate content