text [dimension-tag-video-files] one-liner将视频文件的分辨率添加到其文件名中(仅打印命令,即dryrun - pipe to exec

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text [dimension-tag-video-files] one-liner将视频文件的分辨率添加到其文件名中(仅打印命令,即dryrun - pipe to exec相关的知识,希望对你有一定的参考价值。

find . -type f -regex ".*\.\(avi\|mp4\|mkv\)" -exec sh -c \
    'ffprobe -v quiet -print_format flat -show_format -show_streams "$0" | \
    grep "\\.height\|\\.width\|\\.filename" | tr "\n" " " && echo "\n"' {} \; | \
    sed 's/.*width=\([0-9]*\).*height=\([0-9]*\).*filename=".\/\(.*\/\)\?\(.*\)".*/mv "\3\4" "\3[\1x\2] \4"/' | \
    sed "/^$/d"

以上是关于text [dimension-tag-video-files] one-liner将视频文件的分辨率添加到其文件名中(仅打印命令,即dryrun - pipe to exec的主要内容,如果未能解决你的问题,请参考以下文章

VB中 如何复制Text1.text的字体到剪贴板? 如何剪切?

VB 加减乘除

text-decoration:[ text-decoration-line ] || [ text-decoration-style ] || [ text-decoration-color ]

.text 和 .get_text() 之间的区别

javascript或css:如何隐藏标签内的文本中的任何数字,后跟点前缀“1.text”,“2.text”...“30.text”

Crystal报告如果这个或那个那么this2