DWKnight

Untitled

Feb 18th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.08 KB | None | 0 0
  1. #!/bin/bash
  2. for i in *.flv
  3. do
  4. ffmpeg -i "$i" -c copy -copyts "${i%flv}mp4"
  5. done
Advertisement
Add Comment
Please, Sign In to add comment