AEでレンダリングした連番で、負荷フレームの算出。
AEでレンダリングした連番で、負荷フレームの算出。
大量のレンダ画像をフォルダにまとめる、
そのフォルダを以下BATにドラッグアンドドロップすると
ファイル名と更新日時のテキストファイル作成
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem フォルダをbatにD&Dしてフォルダ内のファイル名と更新日時の取得 バッチファイルと同じディレクトリにテキスト保存 | |
rem テキストファイルに書き出し(batのある場所にtmp.txt一時作成) | |
forfiles /p %1 /c "cmd /c echo @fname@ext>> %~p0\tmp.txt" | |
forfiles /p %1 /c "cmd /c echo @fdate@ftime>> %~p0\tmp.txt" | |
type %~p0\tmp.txt > %~p0\FILEDATE_%~n1.txt |
0 コメント:
コメントを投稿