What's new in VisioForge Video Edit SDK FFMPEG .Net 12.0.56

Aug 19, 2020
  • Async / await API for all SDK's
  • Breaking API change: All time related API now uses TimeSpan instead long (milliseconds)
  • Tag reader/writer - correct logo loading for some video formats
  • Removed legacy DirectX 9 video effects
  • Fixed audio conversion progress issue
  • Improved .Net Core compatibility
  • Added Video_Effects_MergeImageLogos and Video_Effects_MergeTextLogos properties. If you have 3 or more logos you can set this properties to true to optimize video effects performance
  • Improved DirectX 11 video processing
  • Added MPEG-TS AAC-only no video support for MPEG-TS output
  • Several new demo applications
  • Improved MP4 v11 output
  • Many minor bugfixes
  • .Net Core assemblies updated to .Net Core 3.1 LTS
  • Updated demos repository on GitHub

New in VisioForge Video Edit SDK FFMPEG .Net 11.4.7 (Aug 9, 2020)

  • Alternative OSD implementation to handle Windows 10 changes
  • Updated GPU video effects
  • Updated memory source
  • Updated OSD API
  • Resolved issues with video encryption using binary keys
  • Added custom video resize option for MP4v11 output
  • Merge module (MSM) redists added to all SDK's
  • Updated FFMPEG.exe output using pipes instead virtual devices
  • Added DirectX 11 based GPU video processing

New in VisioForge Video Edit SDK FFMPEG .Net 10.0 (Nov 6, 2017)

  • Updated media information reader
  • MediaInfoNV renamed to MediaInfoReader
  • Improved logging
  • Fixed issue with Pan effect in x64 build
  • Fixed issue with Blur effect
  • Added standard tags support for video and audio files, including MP4, WMV, MP3, AAC, M4A, Ogg Vorbis and other formats. Media Player SDK can read tags, Video Capture SDK and Video Edit SDK can write tags
  • Added delayed start in all SDK's. This feature can be used to start multiple SDK controls almost at the same time. Check Start_DelayEnabled description
  • Audio effects now written on C# and can be used in x64 applications. Old effects usage saved as "legacy", if you will have some issues with a new filters or API
  • Error tracking now added to Visual Studio Output window, you'll see all errors that comes from OnError event (but without diagnostic information)
  • Added settings serialization to JSON format
  • GIF output in Video Edit SDK .Net / Video Capture SDK .Net
  • Added MP3 splitter to resolve issues with some MP3 files, that can't be playable using default splitter
  • VisioForge.Controls.WinForms and VisioForge.Controls.WPF assemblies now replaced by VisioForge.Controls.UI
  • Added ExecutableFilename property of VFFFMPEGEXEOutput to set custom FFMPEG.exe filename
  • Video effects seriously optimized for latest Intel CPU's

New in VisioForge Video Edit SDK FFMPEG .Net 9.0 (Jul 22, 2015)

  • Added animated GIF support as image logo
  • Added SDK_Version / SDK_State properties to see SDK assemblies used version and registration info
  • Added licensing event to check required SDK edition

New in VisioForge Video Edit SDK FFMPEG .Net 8.5 (Dec 27, 2014)

  • Minor bugfixes
  • Updated FFMPEG