ffmpeg - 快速编码视频编解码器?

标签 ffmpeg video-encoding codec mencoder video-codecs

有人可以通过编码速度来比较流行的视频编解码器吗?我知道通常更好的压缩需要更多的处理时间,但也有可能一些编解码器仍然提供相当好的压缩和快速编码。有比较链接吗?

感谢您的帮助

[编辑]:编解码器可以通过使用的算法进行比较,无论其特定的实现、使用的硬件或视频源如何,就像数学算法的大 O

最佳答案

在比较 VP8 和 x264 时,VP8 的编码速度也降低了 5-25 倍,平均质量降低了 20-30%。例如,平均而言,x264 高速预设比任何 VP8 预设更快且质量更高。”

很难比较功能集与速度/质量。

查看一些质量比较http://www.compression.ru/video/codec_comparison/h264_2012/

以下段落和图片来自VP9 encoding/decoding performance vs. HEVC/H.264罗纳德 S. Bultje:

x264 is an incredibly well-optimized encoder, and many people still use it. It’s not that they don’t want better bitrate/quality ratios, but rather, they complain that when they try to switch, it turns out these new codecs have much slower encoders, and when you increase their speed settings (which lowers their quality), the gains go away. Let’s measure that! So, I picked a target bitrate of 4000kbps for each encoder, using otherwise the same settings as earlier, but instead of using the slow presets, I used variable-speed presets (x265/x264: –preset=placebo-ultrafast; libvpx: –cpu-used=0-7).



enter image description here

关于ffmpeg - 快速编码视频编解码器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4816106/

相关文章:

ffmpeg:放大正方形图像

android - 如何使用 MediaCodec 将位图编码为视频?

wrapper - 确定媒体文件编解码器的 Surefire 方法

ffmpeg - 无损视频到 h.265 - [错误] : main10 profile not compatible with i422 input chroma subsampling

iphone - 使用 FFMpeg 将视频文件从 iphone 实时流式传输到互联网

networking - 使用 FFMPEG 从 RTP 流解码 G.729 (PCAP)

php - 将 G2M3 和 G2M2 编码的视频(GoToMeeting 视频)转换为 FFMPEG 支持的视频类型

javascript - 在任意段启动 MPEG-DASH 流

ios:使用任意 nsinputstream 播放视频

python-3.x - XMLConverter 中的意外关键字参数 'codec'