不错的cmd命令

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号


打赏

看恩吧
网站不承担任何有关评论的责任
  • 最新评论
  • 总共条评论
取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦