Movie Maker Timeline SDK Control

Movie Maker Timeline SDK Control 7.5

Release Date : 2018-11-03

Platform : Windows 10, Windows 8, Vista, Windows 7, XP

Video Editor SDK that allows users Drag & Drop to arrange clip orders, edit movies, apply effects & transitions with C++ , C#, VB.net , VB, Delphi, VFP, MS Access. 

Movie Maker Timeline SDK Control 4.0 Released (3, November, 2018)

  • redesign MP4, MOV, AVI, DIVX, WMV,  MPEG1, MPEG2, VOB AVCHD decoder. Now these decoder is independent, In old version, the decoder need checking the files extension. e.g. test1.mp4 , the file extension is mp4, it will base on file extension loading the MP4 decoder. If the user changed the file name to test1.avi file, it cannot preview the video on old version.
  • now the decoder does not need add the file extension on windows registry. It will more stable when loading video file. It will not affect by another application , when another application will changed the file extension on windows registry.
  • remove display waveform in audio clip, now it will display audio clip icon, it will loading faster and stable.
  • updated AddVideoClip, AddAudioClip methods , it checking the media file whether supported, if it does not support it will return -6.
  • added SetThemeBg, SetThemeBorder, SetThemeFg methods , it can customize several colors of Timeline control. include panel, content, time scale, scrollbar, tooltips, seekbar.
  • added ShowFullScreen property, support enabled show full screen when preview the video.
  • added ChangeAudioClipImage method, support change audio clip icon.
  • added support drop media files to video tracks, audio tracks, image track from listbox, listview, texbox etc.
  • added C# 2010 WPF sample, C# 2010, C#2015 DragAndDrop, VB.NET 2010, VB.NET 2015 DragAndDrop samples.
  • updated C# 2010, C# 2015, VB.NET 2010, VB.NET 2015, VC samples.