docs/_data/Help/Edit-Media.json

{
  "Synopsis": "Edits media files",
  "Description": "Modifies media files to apply advanced filters",
  "Parameters": [
    {
      "Name": null,
      "Type": null,
      "Description": "",
      "Required": false,
      "Position": 0,
      "Aliases": null,
      "DefaultValue": null,
      "Globbing": false,
      "PipelineInput": null,
      "variableLength": false
    }
  ],
  "Notes": [
    "Edit-Media will return the output file, which can in turn be piped into the next Edit-Media.\nEach parameter set of Edit-Media will perform one and only one action.\nUsing Edit-Media in a fluent pipeline will allow you to easily control the order in which actions are applied."
  ],
  "CommandType": "Function",
  "Component": [
    null
  ],
  "Inputs": [
    null
  ],
  "Outputs": [
    "System.IO.FileInfo"
  ],
  "Links": [
    null,
    null,
    null
  ],
  "Examples": [
    {
      "Title": "EXAMPLE 1",
      "Markdown": "",
      "Code": "Get-Item a.mp4 |\n Edit-Media -FadeIn |\n Edit-Media -Rotate 90"
    }
  ]
}