useful_linux_scripts/join_avi_mencoder.sh
2017-06-22 11:26:32 +01:00

8 lines
71 B
Bash
Executable File

ff=`ls *.AVI`
mencoder -oac copy -ovc copy -idx -o output.avi $ff