Skip to content

Instantly share code, notes, and snippets.

@gpoole
Created June 15, 2018 02:32
Show Gist options
  • Save gpoole/b7fdff36b9f5fe0b0e5f8f7152017e74 to your computer and use it in GitHub Desktop.
Save gpoole/b7fdff36b9f5fe0b0e5f8f7152017e74 to your computer and use it in GitHub Desktop.
Get-ChildItem -Filter "*.mp4" | % { &ffmpeg -i $_ -c:v hap @([io.path]::ChangeExtension($_, "mov")) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment