内容简介:MKVToolNix v28.1.0 发布了。前两天发布的 28.0 版本是首个支持 AV1 的版本,但这个新特性被发现存在一些 bug —— 由于版本 28.0.0 中 AV1 序列头解析器中的一个不幸错误,所以发布了一个小错误修复更新版本:M...
MKVToolNix v28.1.0 发布了。前两天发布的 28.0 版本是首个支持 AV1 的版本,但这个新特性被发现存在一些 bug —— 由于版本 28.0.0 中 AV1 序列头解析器中的一个不幸错误,所以发布了一个小错误修复更新版本:MKVToolNix v28.1.0。
Bug fixes
mkvmerge: AV1 parser: fixed an error in the sequence header parser if
neither thereduced_still_picture_header
nor theframe_id_numbers_present_flag
is set. Part of the fix for #2410.mkvmerge: AV1 parser: when creating the
av1C
structure for the Codec
Private element the sequence header OBU wasn’t copied completely: its common
data (type field & OBU size among others) was missing. Part of the fix for
#2410.mkvmerge: Matroska reader, AV1: mkvmerge will try to re-create the
av1C
data stored in Codec Private when reading AV1 from Matroska or WebM files
created by mkvmerge v28.0.0. Part of the fix for #2410.MKVToolNix GUI: info tool: the tool will no longer stop scanning elements
when an EBML Void element is found after the first Cluster element. Fixes
#2413.
详细更新内容请查看 发布主页。
MKVToolNix(又叫 Matroska toolkit)是一套功能强大的 mkv(Matroska) 格式制作和处理的工具,支持将多种视频、音频、字幕等格式封装成 mkv 格式。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- MKVToolNix 34.0.0 发布,MKV 视频编辑工具软件
- MKVToolNix 36.0.0 发布,MKV 视频编辑工具软件
- MKVToolNix 37.0.0 发布,MKV 视频编辑工具软件
- MKVToolNix 38.0.0 发布,MKV 视频编辑工具软件
- MKVToolNix v26.0.0 发布,MKV 视频编辑工具软件
- MKVToolNix v27.0.0 发布,MKV 视频编辑工具软件
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
HotSpot实战
陈涛 / 人民邮电出版社 / 2014-3 / 69
《HotSpot实战》深入浅出地讲解了HotSpot虚拟机的工作原理,将隐藏在它内部的本质内容逐一呈现在读者面前,包括OpenJDK与HotSpot项目、编译和调试HotSpot的方法、HotSpot内核结构、Launcher、OOP-Klass对象表示系统、链接、运行时数据区、方法区、常量池和常量池Cache、Perf Data、Crash分析方法、转储分析方法、垃圾收集器的设计演进、CMS和G......一起来看看 《HotSpot实战》 这本书的介绍吧!