Get-MediaInfo icon indicating copy to clipboard operation
Get-MediaInfo copied to clipboard

Get-MediaInfo is a PowerShell MediaInfo solution

Results 6 Get-MediaInfo issues
Sort by recently updated
recently updated
newest added

How do I generate a gridview that includes all subfolders, or look for duplicate videos including all subfolders? Thanks!

When I use Get-MediaInfoValue for this file https://webshare.cz/#/file/cfITausTNN/why-women-love-e01-1080p-web-dl-x264-ay-mkv Get-MediaInfoValue $File -Kind Audio -Index 0 -Parameter 'Language/String' i get empty string, but when i upload to mkvtoolnix a i get Aaymara:...

`gci | gmiv -kind video -parameter CodecID | ogv` ``` New-Object: D:\Documentos\PowerShell\Modules\Get-MediaInfo\3.7\Get-MediaInfo.psm1:193 Line | 193 | … $mi = New-Object MediaInfoSharp -ArgumentList (Convert-Path -Li … | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Exception calling...

Make it possible for me to pass multiple parameters to the "Get-MediaInfoValue" command: `Get-MediaInfoValue -Kind General -Parameter Filename, Bitrate -Path XXX.mp4` Thanks.

there's not much custom options to select like the original mediainfo offers.

How can i acces subviariables when using the following code `$file = gmis 'filename' ` i need the values of Video.Format and Audio.Format using the following gives me ``` gv...