Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Get-ChildItem -Path $scriptPath -Recurse -Include *.ts | Foreach-Object {
  2.  ./ffmpeg -i $_.FullName -filter:a "volume=10" -c:v copy -y ($_.FullName+".sound_fix.ts")
  3. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement