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