gpt4 book ai didi

batch-file - 使用 ffmpeg 编码视频的批处理文件 - "variable": %%a

转载 作者:行者123 更新时间:2023-12-04 22:52:37 25 4
gpt4 key购买 nike

此表达式中的“%%a”和“%%~na”是什么意思:http://www.pasteall.org/58875 ?

for %%a in ("*.*") do ffmpeg -i "%%a" "newfiles\%%~na.mp4"pause

我想批量编码几个视频文件。都在同一个文件夹中,没有其他内容。我找到了说明它是一个变量的解释。但是像这样的变量代表什么?

致力于win 7 ult 64bit。

最佳答案

%%~na将返回不带 for 返回的文件的路径或扩展名的文件名环形。

来自 for /? 的输出:

%~I         - expands %I removing any surrounding quotes (")
%~fI - expands %I to a fully qualified path name
%~dI - expands %I to a drive letter only
%~pI - expands %I to a path only
%~nI - expands %I to a file name only
%~xI - expands %I to a file extension only
%~sI - expanded path contains short names only
%~aI - expands %I to file attributes of file
%~tI - expands %I to date/time of file
%~zI - expands %I to size of file

关于batch-file - 使用 ffmpeg 编码视频的批处理文件 - "variable": %%a,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30706869/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com