Hunter的大杂烩 技术学习笔记

2020-09-15

dos批处理脚本修改文件名

Filed under: 技术话题 — hunter @ 1:48 am

参考:

https://blog.csdn.net/A_BlackMoon/article/details/79998515

https://blog.csdn.net/txl199106/article/details/79266785

https://zhidao.baidu.com/question/233580687.html

批处理知识:

1. 使用set local enabledelayedexpansion之后,局部变量要使用 !var!方式引用

2. %%~i 表示完整路径的文件名, %%~nxi表示不带路径的文件名

3. 使用 set nfn=%nfn:你要排除的字符串=% 来替换掉想要去除的字符或字符串

完整批处理脚本如下:

(more…)

批量正常化MP4脚本

Filed under: 技术话题 — hunter @ 1:40 am

参考:http://www.voidcn.com/article/p-qjobbzbr-byt.html

某些嵌入式系统播放器可能不支持MP4格式下不同的major_brand(参考:https://www.it1352.com/751868.html),这时可以用:

-vpre normal

参数转化一下MP4,新版ffmpeg将-vpre参数更改为 -preset medium ,批量转化脚本如下:

(more…)

Powered by WordPress