docs/_data/Help/Convert-Media.json

{
  "Synopsis": "Converts media from one format to another",
  "Description": "Converts media from one format to another, using ffmpeg",
  "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": [
    "System.IO.FileInfo",
    "System.Management.Automation.Job"
  ],
  "Links": [
    null,
    null
  ],
  "Examples": [
    {
      "Title": "EXAMPLE 1",
      "Markdown": "",
      "Code": "Convert-Media \"a.mov\" \"a.mp4\""
    },
    {
      "Title": "EXAMPLE 2",
      "Markdown": "",
      "Code": "Convert-Media \"a.jpg\" \".mp4\" -Duration \"00:15:00\" -Tune stillimage -Preset ultrafast"
    }
  ]
}