Batch Process: Difference between revisions
Jump to navigation
Jump to search
(→其他) |
No edit summary |
||
| Line 1: | Line 1: | ||
批次動作 (batch actions): 一次處理批量/多個檔案 | 批次動作 (batch actions): 一次處理批量/多個檔案 | ||
== | == 工具 == | ||
* 批次改檔名: 依據給定的規則, 重新命名多個檔案的檔名 | * 批次改檔名: 依據給定的規則, 重新命名多個檔案的檔名 | ||
** [http://www.hokoy.com/ 老胡的烘焙雞] - [http://www.hokoy.com/Works/Program/KoyRenamer.aspx 檔案改名器] (連線問題: 04-14) | ** [http://www.hokoy.com/ 老胡的烘焙雞] - [http://www.hokoy.com/Works/Program/KoyRenamer.aspx 檔案改名器] (連線問題: 04-14) | ||
| Line 84: | Line 71: | ||
* 尋找重複的圖檔 | * 尋找重複的圖檔 | ||
** [http://www.prismaticsoftware.com/Utility/Utility.html Dup Detector] | ** [http://www.prismaticsoftware.com/Utility/Utility.html Dup Detector] | ||
== adobe photoshop 7 批次處理影像檔 == | |||
# 視窗 -> 動作 : 開啟動作工作視窗 | |||
# 步驟紀錄, 動作, 工具預設集分頁: 選擇動作分頁 | |||
# 開啟一個待處理的檔案 | |||
# 建立新增組合 -> 建立新增動作 | |||
# 開始紀錄各個動作步驟 | |||
# 停止紀錄 | |||
# 儲存檔案, 關閉 | |||
# 開啟另一個待處理的檔案 | |||
# 動作分頁: 播放選取的動作 | |||
* [http://www.class2u.idv.tw/graphic/20photoshop/ss04c.htm Photoshop 5.0 tips - 批次處理] | |||
== PDF檔每頁自動插入頁碼 == | |||
{{Software version| software=Adobe acrobat | url=http://www.adobe.com/ | version=7 }} | |||
* Advanced -> Batch Processing... | |||
* New Sequence -> Input a name for this sequence ex: Insert page number | |||
** Select sequence of commands: Document: Add headers & Footers | |||
** Switch to Footer label -> click the middle text box -> Insert Page Number: Style: 1 -> click the 'Insert' button | |||
** Run commands on: Ask When Sequence is Run | |||
** Select output location: Same Folder as Original(s) | |||
* Select the sequence (Insert page number), and click the 'Run Sequence' button | |||
* Select the file(s) to process | |||
[[Category:Software]] | [[Category:Software]] | ||
Revision as of 14:30, 21 June 2007
批次動作 (batch actions): 一次處理批量/多個檔案
工具
- 批次改檔名: 依據給定的規則, 重新命名多個檔案的檔名
- 老胡的烘焙雞 - 檔案改名器 (連線問題: 04-14)
- Flexible Renamer: 支援RegExp (last visited: 2007年2月11日 上午 09:33:54)
- IrfanView (更名說明) (last visited: 2006年4月14日)
| IrfanView | v.3.99 |
| 目的 | 原檔名 例 | 更名後檔名 例 | Name pattern | 備註 |
| 取代原檔名(不含副檔名), 取代為image### | {original filename}.html | image001.html ~ image020.html | image### | |
| 原檔名(不含副檔名)後在加上時間(精確至秒) | {original filename}.html | {original filename}_2006_3_31 _ 21_46_20.html | $N_$T | |
| 原檔名(不含副檔名)後在加上時間(月與日) | {original filename}.html | {original filename}_03-31.html | $N_$T(%m-%d) | |
| 原檔名(不含副檔名)插入文字 _text | abc.1, abc.2 ~ abc.20 | abc_text.1 ~ abc_text.20 | $N_text | |
| 更改原檔名(不含副檔名)中的固定文字 aaa 為 abc | aaa_01.html, aaa_02.html ~ aaa_20.html | abc_01.html, abc_02.html ~ abc_20.html | $N 並且 (Set rename option) Replace text: aaa with abc | URL Encoding |
| trivial: 原檔名(含副檔名)插入文字 .gif | abc.1 ~ abc.20 | abc.1.gif.1 ~ abc.20.gif.20 | $F.gif | 無法透過批次更名方式, 替換副檔名. 建議改用batch conversion |
- 音樂、文件、圖檔等檔案格式的批次轉換,請看File Convert
- 重新轉換壓縮檔的檔案格式
- WinRAR (shareware): .zip, .rar, .cab, .lzh, .iso => what u want
- 修改MP3歌曲資訊(ID3Tag, metadata)
- 尋找與取代(多個檔案)的內文文字
- NotePad++, Word Search and Replace ...
- 批次修改圖形尺寸大小、與內容(加外框、解析度)
- 尋找重複的圖檔
adobe photoshop 7 批次處理影像檔
- 視窗 -> 動作 : 開啟動作工作視窗
- 步驟紀錄, 動作, 工具預設集分頁: 選擇動作分頁
- 開啟一個待處理的檔案
- 建立新增組合 -> 建立新增動作
- 開始紀錄各個動作步驟
- 停止紀錄
- 儲存檔案, 關閉
- 開啟另一個待處理的檔案
- 動作分頁: 播放選取的動作
PDF檔每頁自動插入頁碼
| Adobe acrobat | v.7 |
- Advanced -> Batch Processing...
- New Sequence -> Input a name for this sequence ex: Insert page number
- Select sequence of commands: Document: Add headers & Footers
- Switch to Footer label -> click the middle text box -> Insert Page Number: Style: 1 -> click the 'Insert' button
- Run commands on: Ask When Sequence is Run
- Select output location: Same Folder as Original(s)
- Select the sequence (Insert page number), and click the 'Run Sequence' button
- Select the file(s) to process