FFmpeg (64-bit)

最新版本 Electron 9.0.0 (64-bit)

Electron 9.0.0 (64-bit)

Electron 9.0.0 (64-bit)
FFmpeg 64 位是領先的多媒體框架,能夠解碼,編碼,轉碼,復用,解復用,流,過濾和播放人類和機器創造的任何東西。它支持最尖端的古代格式。不管它們是由一些標準委員會,社區或公司設計的。它也具有很高的可移植性:FFmpeg 在各種構建環境,機器體系結構和配置下編譯,運行並通過我們的測試基礎架構 FATE 跨 Linux,Mac OS X,Microsoft Windows,BSD,Solaris 等.

它包含 libavcodec,libavutil,libavformat,libavfilter,libavdevice,libswscale 和 libswresample,可以被應用程序使用。以及可用於轉碼,流媒體和播放的最終用戶使用的 ffmpeg,ffserver,ffplay 和 ffprobe.

FFmpeg 工具:

ffmpeg
A 命令行工具,用於在格式間轉換多媒體文件

ffserver
A 用於實況轉播的多媒體流媒體服務器

ffplay
基於 SDL 的簡單媒體播放器和 FFmpeg libraries

ffprobe
A 簡單的多媒體流分析器

FFmpeg 針對開發人員的庫:
libavutil 是一個庫,包含用於簡化編程的函數,包括隨機數生成器,數據結構,數學例程,核心多媒體實用程序等等。 libavcodec 是一個庫,包含音頻 / 視頻編解碼器的解碼器和編碼器。 libavformat 是一個包含多媒體容器格式的 demuxers 和 muxers 的庫。 libavdevice 是一個包含輸入和輸出設備的庫,用於抓取和渲染許多常見的多媒體輸入 / 輸出軟件框架,包括 Video4Linux,Video4Linux2,VfW 和 ALSA。 libavfilter 是一個包含媒體過濾器的庫。 libswscale 是一個執行高度優化的圖像縮放和色彩空間 / 像素格式轉換操作的庫。 libswresample 是執行高度優化的音頻重採樣,重新矩陣轉換和样本格式轉換操作的庫。

ScreenShot

軟體資訊
檔案版本 Electron 9.0.0 (64-bit)

檔案名稱 electron-v9.0.0-win32-x64.zip
檔案大小 66.8 MB
系統 Windows XP64 / Vista64 / Windows 7 64 / Windows 8 64 / Windows 10 64
軟體類型 開源軟體
作者 FFmpeg Developers
官網 http://ffmpeg.org/
更新日期 2020-05-19
更新日誌

What's new in this version:

Features:
- Added fullScreen property support for BrowserWindows
- Added session.listWordsFromSpellCheckerDictionary API to list custom words in the dictionary
- Added session.removeWordFromSpellCheckerDictionary API to remove custom words in the dictionary
- Added session.serviceWorkerContext API to access basic service worker info and receive console logs from service workers
- Added a new force parameter to app.focus() on macOS to allow apps to forcefully take focus
- Added chrome.i18n extension API
- Added chrome.tabs.connect extension API for background pages
- Added support for property access to some getter/setter pairs on BrowserWindow
- Added support for the chrome.extension.getBackgroundPage API when building with enable_electron_extensions
- Allow an optional callback parameter for WebFrame.executeJavaScript* methods, which is called synchronously unless the target context is paused
- Restored support for pdfium-based PDF viewer

Fixes:
- Don't allow window to go behind menu bar on mac
- Fixed webRequest module not working with file:// protocol
- Fixed webRequest not working for CORS requests
- Fixed win.setMenuBarVisibility(false) not hiding menu bar
- Fixed an issue where changing theme on macOS would break window maximizability state
- Fixed crash in network service process when using protocol.registerSchemeAsPrivileged api
- Fixed crash that could occur when calling session.fromPartition inside the ready event
- Fixed incorrect hit testing on top of ::after element with layoutNG
- Fixed missing debug symbols for crashpad handler on macOS
- Fixed possible freeze on window with disabled background throttling
- Fixed the print button functionality in the PDF viewer extension
- Limited manipulation of custom spellchecker dictionary words to persistent sessions
- Removed extraneous crashpad_handler binary from the Linux distribution files
- crashReporter is now explicitly initialized only in the main process, and implicitly initialized in other child processes. This fixes an issue preventing the crash reporter from functioning in sandboxed renderers on Linux
- Fixed broken Views API builds

Performance:
- Improved window events handler efficiency on Linux
- Made setting window icons slightly faster on Linux

Electron 9.0.0 (64-bit) 相關參考資料