1.将所有的文件名批量导入到txt中
dir /b/s/p/w *.jpg > pos.txt
2.将h264转为mp4
$newfile = trim($file,pathinfo($file, PATHINFO_EXTENSION)).'mp4'; ./ffmpeg -i $file -vcodec copy -f mp4 $newfile
3.查看端口占用
netstat -ano | findstr 3306
查看进程 tasklist | findstr pid号
本文为看恩吧原创文章,转载无需和我联系,但请注明来自knsay.com