5 lines
68 B
Bash
5 lines
68 B
Bash
|
|
ff=`ls *.AVI`
|
|
|
|
mencoder -oac copy -ovc copy -idx -o output.avi $ff
|