内容简介:MKVToolNix v29.0.0 已发布,主要是修复一些 bug 并添加几个新功能,具体如下: Important notes The string formatting library used was switched from boost::format to fmt. See the section "Build system c...
MKVToolNix v29.0.0 已发布,主要是修复一些 bug 并添加几个新功能,具体如下:
Important notes
The string formatting library used was switched from
boost::formattofmt. See the section "Build system changes" for details.
New features and enhancements
MKVToolNix GUI: added an option in the preferences for disabling automatic scaling for high DPI displays. Implements #2415.
MKVToolNix GUI: the GUI will now prevent the system from going to sleep while the job queue is running. This feature is implemented for macOS, Windows and Linux/Unix systems where the
org.freedesktop.login1.ManagerD-Bus interface is available. Implements #2411.
Bug fixes
mkvmerge: chapter generation: the start timestamps of chapters generated in intervals was wrong for files whose smallest video timestamp was bigger than 0. Fixes #2432.
mkvmerge: MP4 reader: fixed handling of atoms whose size exceeds the parent atom’s size. Fixes #2431.
mkvmerge, MKVToolNix GUI’s chapter editor: the chapter name template will now also be used when reading Ogg-style chapter files with empty chapter names. Fixes #2441.
mkvextract: AAC: mkvextract will now write the program config element (PCE) before the first AAC raw data packet if the PCE is present in the
AudioSpecificConfigstructure in theCodec PrivateMatroska element. The PCE carries vital information about the number of channels and is required in certain cases. Fixes #2205 and #2433.mkvpropedit, MKVToolNix GUI’s header editor: in situations when a one-byte space must be covered by a new EBML void element the following element must be moved up instead. If that moved element is a cluster, the corresponding cue entries will now be updated to reflect the cluster’s new position. Fixes #2408.
MKVToolNix GUI: Windows: the application manifest is now included properly so that Windows actually recognizes it. See #2415.
Build system changes
Qt’s D-Bus implementation is now required for building on systems other than macOS and Windows,
The
boost::formatlibrary is not used anymore.The
fmtlibrary is now required. Versions 3 and newer are supported. As not all Linux distributions include packages for the library, its release 5.2.1 comes bundled with MKVToolNix. Theconfigurescript will check for a system version of the library and use it if present and recent enough. Otherwise it will fall back to the bundled version and link that statically.
MKVToolNix(又叫 Matroska toolkit)是一套功能强大的 mkv(Matroska) 格式制作和处理的工具,支持将多种视频、音频、字幕等格式封装成 mkv 格式。
下载地址:
https://mkvtoolnix.download/source.html
【声明】文章转载自:开源中国社区 [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 视频编辑工具软件
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web开发敏捷之道
Sam Ruby、Dave Thomas、David Heineme Hansson / 慕尼黑Isar工作组、骆古道 / 机械工业出版社 / 2012-3-15 / 59.00元
本书第1版曾荣获Jolt大奖“最佳技术图书”奖。在前3版的内容架构基础上,第4版增加了关于Rails中新特性和最佳实践的内容。本书从逐步创建一个真正的应用程序开始,然后介绍Rails的内置功能。全书分为3部分,第一部分介绍Rails的安装、应用程序验证、Rails框架的体系结构,以及Ruby语言的知识;第二部分用迭代方式创建应用程序,然后依据敏捷开发模式搭建测试案例,最终用Capistrano完成......一起来看看 《Web开发敏捷之道》 这本书的介绍吧!