MediaInfo

最新版本 Select Version

Select Version

Select Version
MediaInfo 提供有關視頻或音頻文件的技術和標籤信息。信息的例子是編解碼器,比特率,每秒幀數,寬度,高度,頻道數量,持續時間,標題,作者,字幕語言和章節名稱。

多種方式查看信息(文本,圖表,樹和 HTML ),你可以自定義這些視圖。可以輸出文本,CSV,HTM,圖形界面或命令行的可能性。支持的格式包括 MKV,OGM,AVI,MPEG1,MPEG2,MPEG4,DVD,OGG,MP3,WAV,RA,AC3,DTS,AAC,M4A,AU 和 AIFF.6235896
MediaInfo 數據顯示包括:
容器格式,視頻格式,編解碼器 ID,方面,幀率,比特率,格式,編碼格式,色彩空間,色度二次採樣,位深度,掃描類型,掃描順序... 音頻:格式,編解碼器 ID,採樣率,聲道,位深度,語言,比特率... 文本:格式,編解碼器 ID,字幕語言。 MPEG-4,QuickTime,Matroska,AVI,MPEG-PS(包括不受保護的 DVD),MPEG-TS(包括未受保護的藍光)視頻:MPEG-1/ 2 視頻,H.263,MPEG-4 Visual(包括 DivX,MPEG, XviD),H.264 / AVC,音頻:MPEG 音頻(包括 MP3),AC3,DTS,AAC,杜比 E,AES3,FLAC ... 字幕:CEA-608,CEA-708,DTVCC,SCTE-20,SCTE-128,ATSC / 53,CDP,DVB 字幕,圖文電視,SRT,SSA,ASS,SAMI ... MediaInfo 功能包括:
閱讀許多視頻和音頻文件格式查看不同格式的信息(文本,圖表,樹,HTML ...)自定義這些查看格式將信息導出為文本,CSV,HTML ... 可用的圖形用戶界面,命令行界面或庫(.dll / .so / .dylib)版本與 shell 集成(拖放“n”拖放和上下文菜單)國際化:在任何操作系統上顯示任何語言。也可以:為 Mac

下載 MediaInfo

ScreenShot

軟體資訊
檔案版本 Select Version

檔案名稱 MediaInfo_GUI_23.09_Windows.exe
檔案大小
系統 Windows XP / Vista / Windows 7 / Windows 8 / Windows 10
軟體類型 開源軟體
作者 MediaInfo Team
官網
更新日期 2023-09-15
更新日誌

What's new in this version:

- DTS-UHD support (contribution from Xperi)
- MPEG-7 output update, supporting collections for DVD Video
- ISO 9660: more metadata
- AVC: read out of time code
- DVD Video: better support of ISO having several episodes
- MPEG Video: fix duration not including last field duration (interlaced content only)
- I754, AVC&HEVC: fix risk of crash with some streams

Select Version 相關參考資料
How to Determine Your Postgres Version

Viewing the server version. To determine the server version using an SQL statement, simply issue the SELECT version(); command: =# SELECT version(); version ...

https://www.atlassian.com

How to find the SQL Server version

2019年10月8日 — We can use the @@VERSION function to find out all version details of the SQL Server instance. ... SELECT @@VERSION AS 'SQL Server Version Details' ...

https://www.sqlshack.com

MySQL VERSION() Function

Return the current version of the MySQL database: SELECT VERSION();. Try it Yourself ». Definition and Usage. The VERSION() function returns the current ...

https://www.w3schools.com

Select PHP Version

Select PHP Version 可提供用戶自定義PHP 版本、PHP Extension、PHP.ini 等三種功能。

https://help.url.com.tw

Select Version - 2011 - SOLIDWORKS PDM 說明

Select the version of SolidWorks to which you want to upgrade the files. The SolidWorks version you select must be installed on each workstation ...

https://help.solidworks.com

Understanding the SQL Server SELECT @@VERSION ...

I was recently trying to determine what version of SQL Server was installed on a particular server. I found this tip to determine the version and tried to ...

https://www.mssqltips.com

VERSION (Transact-SQL) - SQL Server

2023年6月21日 — 下列範例會顯示傳回目前安裝架構的版本資訊。 SELECT @@VERSION AS 'SQL Server Version';. 範例:Azure Synapse Analytics 和Analytics Platform ...

https://learn.microsoft.com

VERSION - Amazon Redshift

The VERSION function returns details about the currently installed release, with specific Amazon Redshift version information at the end.

https://docs.aws.amazon.com

判斷資料庫引擎的版本和版本SQL Server

2024年1月30日 — 方法3:連線至SQL Server 的執行個體,然後執行下列查詢:. SQL 複製. Select @@version. 此查詢的輸出範例如下所示:. 輸出 複製. Microsoft SQL Server ...

https://learn.microsoft.com