问题描述
问题:
用户应该能够从在其系统上运行的应用(胖客户端)中上传高分辨率视频剪辑.在这个应用程序中,我需要一个能够将视频转换为低分辨率版本的框架或库.
Users should be able to upload high resolution video clips from within an app (fat client) that runs on their system. inside this app, i need an framework or lib that is capable of converting an video into an low resolution version.
另一方面,我需要能够立即从图像中构建视频的东西,以一种看起来像视频的方式为它们制作动画.
and on the other side, i need something that is capable of building up video right away from images, animating them in a way that they look like videos.
推荐答案
我会推荐以下内容:
如果您需要跨平台解决方案,我会推荐商业 MainConcept CodecSDK,其中包含一些最佳视频编解码器实现.
If you need a cross platform solution I would recommend the commercial MainConcept CodecSDK, which has some of the best video codec implementations around.
这篇关于哪些技术可用于程序化视频编辑?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!