docs/_data/Help/Get-Media.json
{ "Synopsis": "Gets media metadata", "Description": "Gets metadata about a media file, using FFProbe.", "Parameters": [ { "Name": null, "Type": null, "Description": "", "Required": false, "Position": 0, "Aliases": null, "DefaultValue": null, "Globbing": false, "PipelineInput": null, "variableLength": false } ], "Notes": [ null ], "CommandType": "Function", "Component": [ null ], "Inputs": [ null ], "Outputs": [ "RoughDraft.Media", "System.Management.Automation.Job", "psobject" ], "Links": [ null, null ], "Examples": [ { "Title": "EXAMPLE 1", "Markdown": "", "Code": "Get-Media -InputPath $home\\Music\\ASong.mp3" }, { "Title": "EXAMPLE 2", "Markdown": "", "Code": "Get-Media -InputPath $home\\Video\\AVideo.mp4" } ] } |