Re: ffmpeg question
- From: Beej Jorgensen <beej@xxxxxxx>
- Date: Sat, 28 Apr 2007 14:34:01 +0000 (UTC)
SteveSch <THISEMAIL@xxxxxxxxxxx> wrote:
I have been using this command on each file but it'd be nice to just do an
entire directory.
ffmpeg -i input.wmv -target ntsc-vcd output.mpg
A little sh scripting should do it:
for a in *.wmv; do ffmpeg -i $a -target ntsc-vcd `basename $a .wmv`.mpg; done
-Beej
.
- Prev by Date: Re: developing on linux for pda
- Next by Date: Bad picture taking session
- Previous by thread: developing on linux for pda
- Next by thread: Bad picture taking session
- Index(es):