We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ".ctor" with "1" argument(s): "Error MediaInfo_Open" InvalidOperation: D:\Documentos\PowerShell\Modules\Get-MediaInfo\3.7\Get-MediaInfo.psm1:194 Line | 194 | $value = $mi.GetInfo($Kind, $Index, $Parameter) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | You cannot call a method on a null-valued expression. InvalidOperation: D:\Documentos\PowerShell\Modules\Get-MediaInfo\3.7\Get-MediaInfo.psm1:195 Line | 195 | $mi.Dispose() | ~~~~~~~~~~~~~ | You cannot call a method on a null-valued expression.
The text was updated successfully, but these errors were encountered:
I think the problem is it tries to process any input like folders and non-media files.
Sorry, something went wrong.
No branches or pull requests
gci | gmiv -kind video -parameter CodecID | ogv
The text was updated successfully, but these errors were encountered: