MediaCoder (64-bit)

最新版本 Node.js 13.7.0 (64-bit)

Node.js 13.7.0 (64-bit)

Node.js 13.7.0 (64-bit)
MediaCoder 64 位是一個免費的通用媒體轉碼軟件,用於 Windows PC 自 2005 年以來積極開發和維護。它將大多數尖端音頻 / 視頻技術集成到一個開箱即用的轉碼解決方案中,具有豐富的可調整參數你完全控制你的轉碼。新功能和最新編解碼器每週添加或更新,免費! MediaCoder 64 位可能不是最簡單的,但是這裡重要的是質量和性能,一旦你掌握了它,它將成為你的瑞士軍刀用於媒體轉碼.

MediaCoder 特點:
在最流行的音頻和視頻格式之間轉換 H.264 /H.265 GPU 加速編碼(QuickSync,NVENC,CUDA)翻錄 BD / DVD / VCD / CD 並從攝像機捕獲通過各種濾波器增強音頻和視頻內容極其豐富的轉碼參數集用於調整和調整多線程設計並行過濾釋放多核功率分段視頻編碼技術,改善並行化 MediaCoder 支持 Fomats

Lossy 音頻壓縮格式
MP3,Vorbis,LC-AAC,HE-AAC,Opus,AC-3,MPEG 音頻,MusePack,Speex,AMR,Windows Media 音頻,ADPCM,mp3PRO.

無損音頻壓縮格式
FLAC,WavPack,猴子音頻,OptimFrog,ALAC,TTA,PCM.

Video Compr AVC,H.265 / HEVC,VP8 / VP9,MPEG 1/2/4,Flash Video,XviD,DivX,Theora,Dirac,H.263,RealVideo,Windows Media Video,Huffyuv,MJPEG.

Container 格式
MP4,WebM,F4V,FLV,Matroska,AVI,MPEG-PS,MPEG-TS,ASF,MTS / M2TS / AVCHD,Quicktime / MOV,PMP,RealMedia,OGM.

存儲媒體和流(輸入)
Bluray,DVD,VCD ,SVCD,CD,CUESheet,HTTP,FTP,RTSP,UDP.

ScreenShot

軟體資訊
檔案版本 Node.js 13.7.0 (64-bit)

檔案名稱 node-v13.7.0-x64.msi
檔案大小 28.42 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 免費軟體
作者 Stanley Huang
官網 http://www.mediacoderhq.com/
更新日期 2020-01-22
更新日誌

What's new in this version:

deps:
- upgrade to libuv 1.34.1
- upgrade npm to 6.13.6

module:
- add API for interacting with source maps
- loader getSource, getFormat, transform hooks
- logical conditional exports ordering
- unflag conditional exports

process:
- allow monitoring uncaughtException

Commits:
- async_hooks: remove internal only error checking
- benchmark: add default type in getstringwidth.js
- benchmark: benchmarking impacts of async hooks on promises
- build: remove enable_vtune from vcbuild.bat
- build: add vs2019 to vcbuild.bat help
- build: fix macos runner type in GitHub Action
- build: fix step name in GitHub Actions workflow
- build: add GitHub actions to run linters
- build: silence OpenSSL Windows compiler warnings
- build: silence c-ares Windows compiler warnings
- build: test Python 3 using GitHub Actions-based CI
- build: avoid using CMP for BZ2File
- child_process: remove unnecessary use of inner state
- deps: V8: cherry-pick d89f4ef1cd62
- deps: V8: cherry-pick b9d33036e9a8
- deps: upgrade to libuv 1.34.1
- deps: upgrade npm to 6.13.6
- deps: deactivate failing tests corresponding to experimental features
- doc: add missing code formatting in vm.md
- doc: standardize on "host name" in url.md
- doc: standardize on "host name" in tls.md
- doc: standardize on "host name" in os.md
- doc: standardize on "host name" in net.md
- doc: standardize on "host name" in https.md
- doc: standardize on "host name" in http2.md
- doc: standardize on "host name" in fs.md
- doc: standardize on "host name" in errors.md
- doc: standardize on "host name" in dgram.md
- doc: standardize on "host name" in deprecations.md
- doc: standardize on "host name" in async_hooks.md
- doc: fix a code example in crypto.md
- doc: add an example for util.types.isExternal
- doc: fix example of parsing request.url
- doc: document readline key bindings
- doc: improve doc v8.getHeapSpaceStatistics() 'GetHeapSpaceStatistics'
- doc: update README to make Node.js description clearer
- doc: fix a code example in zlib.md
- doc: add GeoffreyBooth to collaborators
- doc: update description of External
- doc: rename iterator to iterable in examples
- doc: fix stream async iterator sample
- doc: correct filehandle.[read|write|append]File()
- doc: prefer server vs srv and client vs clt
- doc: explain native external types
- doc,src: clarify that one napi_env is per-module
- errors: remove dead code in ERR_INVALID_ARG_TYPE
- fs: add missing HandleScope to FileHandle.close
- fs: use async writeFile in FileHandle#appendFile
- http2: skip creating native ShutdownWrap
- lib: replace BigInt64Array global by the primordials
- lib: add Uint16Array primordials
- lib: add RegExp primordials
- lib: replace Float32Array global by the primordials
- lib: replace BigUInt64Array global by the primordials
- lib,tools,test: remove custom number-isnan rule
- module: fix check exports issue in cjs module loading
- (SEMVER-MINOR) module: unflag conditional exports
- (SEMVER-MINOR) module: add API for interacting with source maps
- module: logical conditional exports ordering
- module: loader getSource, getFormat, transform hooks
- n-api: return napi_invalid_arg on napi_create_bigint_words
- (SEMVER-MINOR) n-api: add napi_get_all_property_names
- (SEMVER-MINOR) process: allow monitoring uncaughtException
- readline: improve unicode support and tab completion
- readline: move charLengthLeft() and charLengthAt()
- readline: improve getStringWidth()
- readline,repl: support tabs properly
- readline,repl: improve history up/previous
- readline,repl: skip history entries identical to the current line
- readline,repl: add substring based history search
- repl: do not preview while pasting code
- repl: fix preview cursor position
- repl: change preview default in case of custom eval functions
- repl: activate previews for lines exceeding the terminal columns
- repl: improve preview length calculation
- repl,readline: clean up code
- src: fix performance regression in node_file.cc
- src: use uv_guess_handle() to detect TTYs
- src: include uv.h in node_binding header
- src: change GetStringWidth's expand_emoji_sequence option default
- src: improve GetColumnWidth performance
- src: fix -Wbraced-scalar-init warning
- src: add build Github Action
- src: remove node::InitializeV8Platform()
- src: remove uses of node::InitializeV8Platform()
- src: clean up large_pages code
- stream: fix async iterator destroyed error propagation
- stream: simplify push
- stream: clean up definition using defineProperties
- stream: replace Function.prototype with primordial
- stream: sync stream unpipe resume
- test: stricten readline keypress failure test condition
- test: allow disabling crypto tests
- test: add repl tests to verify unicode support in previews
- test: fix recursive rm test to actually use tmpdir
- test: check that --insecure-http-parser works
- test: remove unused symlink loop
- test: prefer server over srv
- test: fix unit test logging with python3
- test,module: add test for exports cjs loader check
- tools: remove obsolete dependencies
- tools: update remark-preset-lint-node to 1.12.0
- tools: update JSON header parsing for backticks
- tools: ensure consistent perms of signed release files
- tools: add clang-tidy rule in src
- util: add todo comments for inspect to add unicode support
- (SEMVER-MINOR) vm: add code cache support for SourceTextModule
- wasi: improve use of primordials
- win: change to use Python in install tool

Node.js 13.7.0 (64-bit) 相關參考資料
Descarga | Node.js

Versión actual: 13.7.0 (includes npm 6.13.6). Descargue el código ... macOS Installer (.pkg), 64-bit. macOS Binary (.tar.gz), 64-bit. Linux Binaries (x64), 64-bit.

https://nodejs.org

Download | Node.js

Latest Current Version: 13.7.0 (includes npm 6.13.6). Download the ... macOS Installer (.pkg), 64-bit. macOS Binary (.tar.gz), 64-bit. Linux Binaries (x64), 64-bit.

https://nodejs.org

Téléchargements | Node.js

Dernière version Actuelle: 13.7.0 (includes npm 6.13.6). Téléchargez le code source de ... Installateur macOS (.pkg), 64-bit. Binaire macOS (.tar.gz), 64-bit.

https://nodejs.org

下載| Node.js

macOS 安裝包(.pkg), 64-bit. macOS 二進位檔案(.tar.gz), 64-bit. Linux 二進位檔案(x64), 64-bit. Linux 二進位 ... 建置在Power LE Systems 上的Linux, 64-bit.

https://nodejs.org

下载| Node.js

当前最新发布版: 13.7.0 (包含npm 6.13.6). 在你的平台上 ... macOS 安装包(.pkg), 64-bit. macOS 二进制文件(.tar.gz), 64-bit ... Power LE Systems 上的Linux, 64-bit.

https://nodejs.org

다운로드 | Node.js

최신 현재 버전: 13.7.0 (includes npm 6.13.6). 플랫폼에 맞게 미리 빌드된 Node.js 인스톨러나 소스 ... macOS Installer (.pkg), 64-bit. macOS Binary (.tar.gz), 64-bit.

https://nodejs.org