1. 视频编辑
2. 视频编辑软件列表
3. 视频编辑软件比较
4. 视频转换

1. 视频编辑

https://zh.wikipedia.org/wiki/视频编辑

2. 视频编辑软件列表

https://en.wikipedia.org/wiki/List_of_video_editing_software
https://zh.wikipedia.org/wiki/視訊剪輯軟體列表

主流的自由开源跨平台的视频编辑软件(Linux,FreeBSD,OS X,Windows):

3. 视频编辑软件比较

https://en.wikipedia.org/wiki/Comparison_of_video_editing_software
这是非线性视频编辑 软件应用程序的比较。另请参阅视频编辑软件的完整列表。

Title Item Kdenlive OpenShot
Video Editor
Blender
 (VSE)
Avidemux Shotcut
High definition/High resolution import
高清晰度/高分辨率导入
DVCPRO HD Yes Yes ? ? ?
未压缩HD Yes Yes Yes ? ?
AVCHD Yes Yes Yes ? ?
XDCAM HD Yes Yes ? ? ?
HDV Yes Yes ? ? ?
AVC-Intra Yes Yes ? ? ?
Dnx HD Yes Yes ? ? ?
Output options
输出选项
QuickTime Yes Yes Yes ? ?
Windows Media Yes Yes ? ? ?
XML/EDL Yes No Yes Yes ?
打印到Tape Yes Yes No ? ?
网络,未托管 Yes Yes ? ? ?
网络托管 Yes Yes ? ? ?
播客 ? Yes ? ? ?
Feature set
功能集
多轨编辑 Yes Yes Yes ? Yes
全屏播放 Yes No Yes ? ?
故事模式 Yes No Yes ? Yes
线性时间 Yes Yes Yes ? ?
GPGPU(具有OpenCL加速) MLT计划 ? Yes Yes ?
视频轨道 无限 无限 32通道(音频) 1 ?
音轨/最大声道 无限 无限 32通道(视频) 2 / ? ?

4. 视频转换

https://zh.wikipedia.org/wiki/视频转换
视频转换器的比较
https://en.wikipedia.org/wiki/Comparison_of_video_converters

Video
Converter
web 无需转码
即可转换
批量
转换
加入
档案
转换
音频
转换
照片
提取
音频
预习 包含
效果
编辑
工具
DVD
刻录
蓝光
刻录
菜单
模板
分成
章节
转换在
线视频
字幕
支持
上载到
YouTube
可变帧
频输入
FFmpeg ffmpeg.org Yes Yes Yes Yes Yes Yes No Yes Yes No No Yes Yes Yes Yes No Yes
Avidemux avidemux.org Yes Yes Yes Yes Yes Yes Yes Yes Yes No No Yes Yes Yes Yes No Yes
HandBrake handbrake.fr Partial Yes No Yes No No Yes No Yes No No No Yes Yes Yes No Yes

video-editing的更多相关文章

  1. Video Codecs by FOURCC 视频格式编码

    FOURCC Name Summary 1978 A.M.Paredes predictor This is a LossLess video codec. >>> 2VUY 2VU ...

  2. Top 15 Tools To Make Animated GIFs From Images & Video

    Creating an animated GIF picture from photos or video with Adobe Photoshop is easy, but not everyone ...

  3. Video for Linux Two API Specification Revision 2.6.32【转】

    转自:https://www.linuxtv.org/downloads/legacy/video4linux/API/V4L2_API/spec-single/v4l2.html Video for ...

  4. Video for Linux Two API Specification revision0.24【转】

    转自:http://blog.csdn.net/jmq_0000/article/details/7536805#t136 Video for Linux Two API Specification ...

  5. 超炫数字特效动画AE模板

    下载方式: 网盘地址+迅雷地址+迅雷地址+备份地址 <ignore_js_op> 本AE模板是由Videohive机构出品的超炫数字特效动画AE模板,Videohive The Numbe ...

  6. Best 3D Modeling software under Ubuntu

    Blender Blender is the best free and open source 3D modelling program out there by a long shot! The ...

  7. Rigid motion segmentation

    In computer vision, rigid motion segmentation is the process of separating regions, features, or tra ...

  8. {ICIP2014}{收录论文列表}

    This article come from HEREARS-L1: Learning Tuesday 10:30–12:30; Oral Session; Room: Leonard de Vinc ...

  9. cg tut

    Gesture Drawing with Alex Woo Gesture Drawing with Alex Woo and Louis Gonzales http://eisneim.com/?p ...

  10. 使用Qt 开发图形界面的软件

    3DSlicer, a free open source software for visualization and medical image computing AcetoneISO:镜像文件挂 ...

随机推荐

  1. mongodb副本集仲裁节点搭建

    服务器准备: 主节点192.168.100.106 从节点192.168.100.107 仲裁节点192.168.100.108 三台服务器: 关闭防火墙 service iptables stop ...

  2. HDU1024 Max Sum Plus Plus (优化线性dp)

    Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we ...

  3. Codeforces Round #611 (Div. 3) E

    Oh, New Year. The time to gather all your friends and reflect on the heartwarming events of the past ...

  4. [03] Recursive Function递归应用

    递归应用 1.理解 百科:一种计算过程,如果其中每一步都要用到前一步或前几步的结果,称为递归的: 理解:函数调用自己的过程,这类函数处理的事情具有重复性,处理此类实行可用while或者for,但结构上 ...

  5. 重装VisualSVN Server报错

    由于eclipse无法连接SVN服务器,尝试着重装SVN,安装到一半时,弹出如下图所示错误: 打开提示窗口输入services.msc,进入服务界面: 发现VisualSVN Server服务无法启动 ...

  6. linux(centos6.10)下去掉mysql的强密码验证

    vim /etc/my.cnf shift + G      光标移到最下方: o    进入插入模式,同时换行: 添加一行语句:  validate_password=OFF 保存退出. servi ...

  7. 2018 最新注册码【激活码】、在线激活 pycharm 完整方法(亲测有效)【2018.06.01 重大更新!!!!】

    2018-06-01修改如下: 原来方法的第二种还是有效的,操作如下 (1)更新hosts文件(可以直接下载,然后解压缩) host文件地址 hosts文件,在windows中的地址为: 替换host ...

  8. POJ 1064 Cable master(二分答案)

    嗯... 题目链接:http://poj.org/problem?id=1064 其实这是一道很好想的二分答案的一道题... 二分的区间就是1~max_l,从1开始是因为所有小于1的都需要按0计算,没 ...

  9. SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xd0 in position 2: invalid continuation byte

    [root@hostuser src]# python3 subprocess_popen.py File "subprocess_popen.py", line 23Syntax ...

  10. Flask - 运行APP

    from flask import Flask app = Flask(__name__) @app.route("/") def hello(): return 'Hello, ...