Posts

Showing posts with the label video edit version

LanSongSDK—Video Editing SDK design specification

  words: composition: is a container used to store various input files. The abbreviation is: compXXX, such as compDurationUs, which means the duration of the composition, in microseconds (Us) Layer: Layer, we wrap the video into a layer, adding a video or picture is a layer. ConcatComposition class Means: concat video and picture. The total duration of the splicing of pictures and videos is used as the duration of the final exported video. The container has 3 layer classifications, namely: background layer, concat layer, and overlay layer. ˙ Background layer : Add a background layer to the container as a whole, support: color background, picture background, if you want to set different backgrounds for different layers, you can use the canvas/background function of the layer to set them separately;   Concat layer: Concat the picture and video selected by the user together. It can be added before the start, or inserted during the preview process, can be inserted at a specified ...

Video editing SDK version update log.

The following is our SDK version update log: web link :  www.lansongtech.com

蓝松视频编辑SDK的更新日志.

Image
(本来一直在国内的csdn网站上发布, 现在感觉blogger更好一些, 特意搬运到这里, 2020/08/06) 下载地址: android:    https://github.com/LanSoSdk/video-edit-sdk-android IOS   :    https://github.com/LanSoSdk/video-edit-sdk-ios 以下是我们的SDK版本更新日志: 蓝松SDK更新至 4.2.8 1. 更新缩略图的获取, 缩略图可随容器时长改变而触发获取; 2. 增加关键帧功能. 可对图层的旋转/移动/缩放/透明做关键帧; --> **[新增功能]** 3. 优化调节速度, 速度值范围可精细调节,范围是0.1---10.0; 4. ios支持 支持HEIC格式的图片 5. 优化其他代码, 和客户的小细节API定制; 蓝松AE模板SDK 更新至:4.2.5 1. 推出新的AE模板合成SDK 2. 新AE模板SDK。支持边播边换, 边播放边调整; 3. 支持选中正在播放的图片或视频, 直接替换,直接调整; 4. 提供类似《剪映、剪同款》UI界面。 5. 其他代码的优化  蓝松视频编辑SDK更新至:4.2 1. 增加入场动画, 出场动画, 指定点动画.动画可预览,可设置时长,可多次增加, 可用Ae扩展 2. 增加特效功能, 特效可预览, 可设置时长和开始时间点, 可用Ae扩展 3. 举例叠加文字功能, 文字可设置背景色, 设置字体, 设置颜色, 描边等; 4. 增加讯飞语音识别的演示功能, 可把视频中的声音转换为文字, 并叠加到对应位置; 5. 重构整个AE模板, 新的AE模板API最大可增加200张图片或50段视频;  android版本 1. 增加入场动画, 出场动画, 指定点动画.动画可预览,可设置时长,可多次增加, 可用Ae扩展 2. 增加特效功能, 特效可预览, 可设置时长和开始时间点, 可用Ae扩展 3. 举例叠加文字功能, 文字可设置背景色, 设置字体, 设置颜色, 描边等; 4. 增加讯飞语音识别的演示功能, 可把视频中的声音转换为文字, 并叠加到对应位置; 5. removeLayer改名为 removeLayerAsync,删除图层改成...