Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のビデオ ファイルのビット深度を調べようとしています。これを見つけるために使用できるツールを知っている人はいますか?
ありがとう!
Mediainfoがこれを表示します。
利用可能な GUI があります。または、使用できるビット深度のみを抽出するコマンドが必要な場合は、次のようにします。
mediainfo --Output='Video;%BitDepth%' myvideo.mp4