you are in: codestackercodes [RSS]batch convertion: ffmpeg avi -> mpg

batch convertion: ffmpeg avi -> mpg Delicious Email

show/hide lines
   1  #!/bin/sh
   2  for f in *.flv;
   3  do
   4  echo "Processing $f"
   5  ffmpeg -i "$f" -target ntsc-dvd "${f%.flv}.mpg"
   6  done
created by leozera — 01 March 2009 — get a short url — tags: avi bash convert ffmpeg mpg embed

Comments



We dont send spam :)

If checked, it's highlights your comment
simple_captcha.jpg
Are you a human? Type the code from the image