MediaCoder 歷史舊版本 Page6

最新版本 MediaCoder 0.8.65 (64-bit)

MediaCoder 歷史版本列表

MediaCoder 是自 2005 年以來積極開發和維護的通用媒體轉碼軟件。它將最先進的音頻 / 視頻技術集成到開箱即用的轉碼解決方案中,提供豐富的可調參數集,讓您可以全面掌控轉碼。新功能和最新編解碼器每週添加或更新,免費! MediaCoder 可能不是最簡單的,但是這裡最重要的是質量和性能,一旦你掌握了它,它將成為你的瑞士軍刀進行媒體代碼轉換。 52 Build 5920(64 位) MediaCoder 軟體介紹

MediaCoder (32-bit)MediaCoder (64-bit)


Node.js 13.5.0 (64-bit) 查看版本資訊

更新時間:2019-12-18
更新細節:

What's new in this version:

Notable Changes:
cli:
- add --trace-exit cli option (legendecas)

http,https:
- increase server headers timeout

readline:
- update ansi-regex
- promote _getCursorPos to public api

repl:
- add completion preview

util:
- add Set and map size to inspect output

wasi:
- require CLI flag to require() wasi module

Commits:
- async_hooks: ensure proper handling in runInAsyncScope
- benchmark: use let/const instead of var in buffers (dnlup)
- build: auto-load ICU data from --with-icu-default-data-dir
- build: fix missing x64 arch suffix in binary tar name
- build,win: fix goto exit in vcbuild
- build,win: support building MSI with VS2019
- (SEMVER-MINOR) cli: add --trace-exit cli option
- cluster: remove unnecessary bind
- console: unregister temporary error listener
- crypto: cast oaepLabel to unsigned char*
- doc: add note about fs.close() about undefined behavior
- doc: explain napi_run_script
- doc: add "Be direct." to the style guide
- doc: clarify expectations for PR commit messages
- doc: fix description of N-API exception handlers
- doc: improve doc writable streams: 'finish' event (dev-313)
- fs: remove unnecessary bind
- http: use for...of in http library code
- http: remove unnecessary bind
- http,https: increase server headers timeout
- http2: remove unnecessary bind from setImmediate
- lib: replace Symbol.species by SymbolSpecies
- lib: replace Symbol.hasInstance by SymbolHasInstance
- lib: replace Symbol.asyncIterator by SymbolAsyncIterator
- lib: enforce use of Promise from primordials
- lib: add TypedArray constructors to primordials
- lib: change var to let/const
- lib: use strict equality comparison
- lib: refactor NativeModule
- lib: replace Symbol.toPrimitive to SymbolToPrimitive primordials
- lib: update Symbol.toStringTag by SymbolToStringTag primordial
- perf_hooks: remove unnecessary bind
- process: refs --unhandled-rejections documentation in warning message
- process: fix promise catching
- (SEMVER-MINOR) readline: promote _getCursorPos to public api
- (SEMVER-MINOR) readline: update ansi-regex
- (SEMVER-MINOR) repl: fix preview bug in case of long lines
- (SEMVER-MINOR) repl: add completion preview
- (SEMVER-MINOR) repl: improve completion
- (SEMVER-MINOR) repl: simplify code
- (SEMVER-MINOR) repl: simplify repl autocompletion
- (SEMVER-MINOR) repl: remove dead code
- repl: fix autocomplete when useGlobal is false
- (SEMVER-MINOR) repl,readline: refactor for simplicity
- (SEMVER-MINOR) repl,readline: refactor common code
- src: unregister Isolate with platform before disposing
- src: make debug_options getters public
- stream: use for...of
- stream: do not chunk strings and Buffer in Readable.from
- stream: make all streams error in a pipeline
- test: simplify test-wasi-start-validation.js
- test: improve WASI start() coverage
- test: improve test coverage in child_process
- (SEMVER-MINOR) test: add multiple repl preview tests
- test: improve dns lookup coverage
- test: avoid leftover report file
- test: add missing test flags
- test: add test for validation for wasi.start() argument
- test: improve assertion error message in test-debug-usage
- test: make test-os-checked-function work without test harness
- test: delay loading 'os' in test/common module
- tls: for...of in _tls_common.js
- tools: enable Markdown linter's usage information
- util: add Set and map size to inspect output
- util: refactor inspect code for constistency
- (SEMVER-MINOR) util: inspect (user defined) prototype properties
- (SEMVER-MINOR) util: fix built-in detection
- v8: use of TypedArray constructors from primordials
- wasi: require CLI flag to require() wasi module

Node.js 13.3.0 (64-bit) 查看版本資訊

更新時間:2019-12-04
更新細節:

Freegate 7.69 查看版本資訊

更新時間:2019-11-22
更新細節:

Node.js 13.2.0 (64-bit) 查看版本資訊

更新時間:2019-11-22
更新細節:

MediaCoder 0.8.59 (64-bit) 查看版本資訊

更新時間:2019-11-09
更新細節:

What's new in this version:

- Hardware accelerated video decoding via FFmpeg
- AMD AMF accelerated video encoding via FFmpeg
- FFmpeg 4.2.1
- x265 3.2+9
- MediaInfo 19.04

MediaCoder 0.8.59 (64-bit) 查看版本資訊

更新時間:2019-11-09
更新細節:

What's new in this version:

- Hardware accelerated video decoding via FFmpeg
- AMD AMF accelerated video encoding via FFmpeg
- FFmpeg 4.2.1
- x265 3.2+9
- MediaInfo 19.04

Node.js 13.1.0 (64-bit) 查看版本資訊

更新時間:2019-11-06
更新細節:

What's new in this version:

Changes:
cli:
- Added a new flag (--trace-uncaught) that makes Node.js print the stack trace at the time of throwing uncaught exceptions, rather than at the creation of the Error object, if there is any. This is disabled by default because it affects GC behavior

crypto:
- Added Hash.prototype.copy() method. It returns a new Hash object with its internal state cloned from the original one

dgram:
- Added source-specific multicast support. This adds methods to Datagram sockets to support RFC 4607 for IPv4 and IPv6

fs:
- Added a bufferSize option to fs.opendir(). It allows to control the number of entries that are buffered internally when reading from the directory

meta:
- Added Chengzhong Wu to collaborators

Commits:
- async_hooks: only emit after for AsyncResource if stack not empty
- buffer: improve performance caused by primordia
- build: fix detection of Visual Studio 2017
- build: add workaround for WSL
- build: allow Python 3.8
- build: find Python syntax errors in dependencies
- build: fix pkg-config search for libnghttp2
- build: vcbuild uses default Python, not Py2
- build: prefer python 3 over 2 for configure
- build: python3 support for configure
- cli: whitelist new V8 flag in NODE_OPTIONS
- (SEMVER-MINOR) cli: add --trace-uncaught flag
- crypto: guard with OPENSSL_NO_GOST
- (SEMVER-MINOR) crypto: add Hash.prototype.copy() method
- deps: V8: cherry-pick a7dffcd767be
- deps: V8: cherry-pick e5dbc95
- deps: update npm to 6.12.1
- deps: V8: backport 777fa98
- deps: V8: cherry-pick c721203
- deps: V8: cherry-pick ed40ab1
- (SEMVER-MINOR) dgram: add source-specific multicast support
- doc: add missing hash for header link
- doc: linkify .setupMaster() in cluster doc
- doc: explain http2 aborted event callback
- doc: linkify .fork() in cluster documentation
- doc: update AUTHORS list
- doc: improve doc Http2Session:Timeout
- doc: move inactive Collaborators to emeriti
- doc: add options description for send Apis
- doc: fix an error in resolution algorithm steps
- doc: fix numbering in require algorithm
- doc: remove incorrect and outdated example
- doc: adjust code sample for stream.finished
- doc: claim NODE_MODULE_VERSION=80 for Electron 9
- doc: remove "it is important to" phrasing
- doc: revise os.md
- doc: delete "a number of" things in the docs
- doc: remove dashes
- doc: add legendecas to collaborators
- doc: make YAML matter consistent in crypto.md
- doc,meta: prefer aliases and stubs over Runtime Deprecations
- doc,n-api: sort bottom-of-the-page references
- (SEMVER-MINOR) fs: add bufferSize option to fs.opendir()
- http: support readable hwm in IncomingMessage
- inspector: turn platform tasks that outlive Agent into no-ops
- meta: use contact_links instead of issue templates
- module: resolve self-reference
- n-api,doc: add info about building n-api addons
- src: isolate->Dispose() order consistency
- (SEMVER-MINOR) src: expose granular SetIsolateUpForNode
- src: change env.h includes for forward declarations
- src: split up InitializeContext
- src: fix crash with SyntheticModule#setExport
- src: allow inspector without v8 platform
- stream: extract Readable.from in its own file
- test: use arrow functions for callbacks
- test: verify npm compatibility with releases
- tools: fix Python 3 deprecation warning in test.py
- tools: fix Python 3 syntax error in mac_tool.py
- tools: use print() function in buildbot_run.py
- tools: undefined name opts -> args in gyptest.py
- tools: git rm -r tools/v8_gypfiles/broken
- tools: update ESLint to 6.6.0
- tools: doc: improve async workflow of generate.js

Node.js 13.0.1 (64-bit) 查看版本資訊

更新時間:2019-10-23
更新細節:

What's new in this version:

Changes:
- deps: fixed a bug in npm 6.12.0 where warnings are emitted on Node.js 13.x
- esm: changed file extension resolution order of --es-module-specifier-resolution=node to match that of the CommonJS loader

Cryptomator 1.4.15 查看版本資訊

更新時間:2019-08-18
更新細節:

What's new in this version:

- Made masterkey backup file more robust to modifications, it is now created with an identifier in its name so that it is unique to its original masterkey file

MediaCoder 0.8.58 Build 5982 (64-bit) 查看版本資訊

更新時間:2019-07-01
更新細節:

What's new in this version:

- Fixed VP8/VP9 encoding
- Added hint option on Container tab
- Minor bugfix
- Built with Visual Studio 2019
- x264 r2969
- x265 3.0+44
- FFmpeg 4.1.3