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. Python - 并发编程,多进程,多线程

    传送门 https://blog.csdn.net/jackfrued/article/details/79717727 在此基础上实践和改编某些点 1. 并发编程 实现让程序同时执行多个任务也就是常 ...

  2. P1157 组合的输出

    P1157 组合的输出 #include <bits/stdc++.h> using namespace std; int n,r; int a[25]; vector<int> ...

  3. 吴裕雄 python 神经网络——TensorFlow 变量管理

    import tensorflow as tf with tf.variable_scope("foo"): v = tf.get_variable("v", ...

  4. Pandas——数据处理对象

    Pandas中的数据结构 Series: 一维数组,类似于Python中的基本数据结构list,区别是Series只允许存储相同的数据类型,这样可以更有效的使用内存,提高运算效率.就像数据库中的列数据 ...

  5. Postgresql查询表和表结构

    查询表名 SELECT tablename FROM pg_tables WHERE tablename NOT LIKE 'pg%' AND tablename NOT LIKE 'sql_%' O ...

  6. Springboot三层架构

    control调用service调用dao

  7. 牛客跨年AK场-小sum的假期安排

    链接:https://ac.nowcoder.com/acm/contest/3800/G来源:牛客网 题目描述 小 sun 非常喜欢放假,尤其是那种连在一起的长假,在放假的时候小 sun 会感到快乐 ...

  8. vue 的模拟数据

    首先分析需要什么数据,然后在build下 找到dev-server.js 在里面有一个var 项目名 = express() 在后面添加我们自己需要模拟的数据路由 // 自己添加路由 读取数据 sta ...

  9. 一个简单的PHP文件下载方法 download

    <?php /* * *@param function downloadFile 文件下载 * *@param string $filename 下载文件的路径(根目录下的绝对路径) * *@p ...

  10. python多线程下载ts文件

    # -*- coding: utf-8 -*- """ Created on Wed Aug 22 15:56:19 2018 @author: Administrato ...