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