opera缓冲里面的flash压片
● find ~/.opera/cache*/ -cmin -100 -size +1000k -exec echo “———-” \; -exec ls -l {} \; -exec mv {} ~ \;
● mencoder -ovc lavc -lavcopts vcodec=mpeg4 -oac mp3lame opr* -o 天降美食.mpeg4
● find ~/.opera/cache*/ -cmin -100 -size +1000k -exec echo “———-” \; -exec ls -l {} \; -exec mv {} ~ \;
● mencoder -ovc lavc -lavcopts vcodec=mpeg4 -oac mp3lame opr* -o 天降美食.mpeg4
01月 27th, 2010 at 8:34 pm
http://paste.ubuntu.org.cn/48532
01月 27th, 2010 at 8:36 pm
通配的时候是按名字排序的吧,可是压片应该按文件的时间修改时间排序吧。
PS:
请看下这个 http://paste.ubuntu.org.cn/48532 ,为什么结果不一样呢?
01月 27th, 2010 at 8:37 pm
排版了下,sorry: http://paste.ubuntu.org.cn/48533
01月 28th, 2010 at 8:00 am
ps里的问题我明白了,前面的回复不用看了。
但是,您怎么可以确定,按缓存的名字排序和按缓存的ctime,排序是一样的呢?我试了下,好像是不一样的阿.
01月 28th, 2010 at 8:30 am
http://forum.ubuntu.org.cn/viewtopic.php?f=21&t=251309
01月 28th, 2010 at 8:34 am
opera的缓冲区名字,规律就是依此生成的啊。*排序简单搞定。不会错的。
01月 28th, 2010 at 9:06 am
刚才又试了下, http://paste.ubuntu.org.cn/48540
echo *的排序跟时间排序不一样阿
01月 28th, 2010 at 11:08 am
我错了。。。。
就当我什么也没说,eexpress:)