История изменений
Исправление Deleted, (текущая версия) :
#!/bin/sh
cd orig
for f in *.* ; do convert -size 640x480 -resize 640x480 $f ../$f.tga ;done
cd ..
mencoder 'mf://*.tga' -fps 15 -ovc lavc -ffourcc DIVX
Исправление Deleted, :
#!/bin/sh
cd orig
for f in *.* ; do convert -size 640x480 -resize 640x480 $f ../$f.tga ;done
cd ..
mencoder 'mf://*.tga' -fps 15 -ovc lavc -ffourcc DIVX
http://www.youtube.com/watch?v=-cu6b3B52Yc
Исправление Deleted, :
#!/bin/sh
cd orig
for f in *.* ; do convert -size 640x480 -resize 640x480 $f ../$f.tga ;done
cd ..
mencoder 'mf://*.tga' -fps 15 -ovc lavc -ffourcc DIVX
Исходная версия Deleted, :
#!/bin/sh cd orig for f in *.* ; do convert -size 640x480 -resize 640x480 $f ../$f.tga ;done cd .. mencoder 'mf://*.tga' -fps 15 -ovc lavc -ffourcc DIVX