license.
[VideoToiPod.git] / Info.plist
blob1d166f16f87ea9b51e6ffa135f107ccbe69bfcca
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5 <key>AMAccepts</key>
6 <dict>
7 <key>Container</key>
8 <string>List</string>
9 <key>Optional</key>
10 <false/>
11 <key>Types</key>
12 <array>
13 <string>com.apple.cocoa.string</string>
14 </array>
15 </dict>
16 <key>AMApplication</key>
17 <string>Terminal</string>
18 <key>AMCanShowSelectedItemsWhenRun</key>
19 <true/>
20 <key>AMCanShowWhenRun</key>
21 <true/>
22 <key>AMCategory</key>
23 <string>Terminal</string>
24 <key>AMDefaultParameters</key>
25 <dict>
27 <key>overwrite</key>
29 <integer>1</integer>
31 <key>twopass</key>
33 <integer>0</integer>
35 <key>destdir</key>
37 <string></string>
39 </dict>
40 <key>AMDescription</key>
41 <dict>
42 <key>AMDAlert</key>
43 <string>This action may take a long time to finish.</string>
44 <key>AMDInput</key>
45 <string>A list of video files.</string>
46 <key>AMDNote</key>
47 <string>1 pass is faster but doesn't give the best quality.</string>
48 <key>AMDOptions</key>
49 <string>1 pass, 2 pass, overwrite, destination directory</string>
50 <key>AMDResult</key>
51 <string>A list of the successfully encoded files.</string>
52 <key>AMDSummary</key>
53 <string>Batch encode/convert videos to a format compatible with the video ipods. It uses ffmpeg for the encoding and can read all the video formats this utility supports: FLV, real media, quicktime, etc.</string>
54 </dict>
55 <key>AMIconName</key>
56 <string>video2ipod</string>
57 <key>AMKeywords</key>
58 <array/>
59 <key>AMName</key>
60 <string>Video To iPod</string>
61 <key>AMProvides</key>
62 <dict>
63 <key>Container</key>
64 <string>List</string>
65 <key>Types</key>
66 <array>
67 <string>com.apple.cocoa.string</string>
68 </array>
69 </dict>
70 <key>AMRequiredResources</key>
71 <array/>
72 <key>AMWarning</key>
73 <dict/>
74 <key>CFBundleDevelopmentRegion</key>
75 <string>English</string>
76 <key>CFBundleName</key>
77 <string>videotoipod</string>
78 <key>CFBundleGetInfoString</key>
79 <string>VideoToiPod version 1.0, Copyright (c) 2007, Pierre Andrews.</string>
80 <key>CFBundleIconFile</key>
81 <string>video2ipodLarge</string>
82 <key>CFBundleIdentifier</key>
83 <string>org.gamboni.6v8..Automator.VideoToiPod</string>
84 <key>CFBundleInfoDictionaryVersion</key>
85 <string>6.0</string>
86 <key>CFBundlePackageType</key>
87 <string>BNDL</string>
88 <key>CFBundleShortVersionString</key>
89 <string>1.0</string>
90 <key>CFBundleSignature</key>
91 <string>????</string>
92 <key>CFBundleVersion</key>
93 <string>1.0</string>
94 <key>NSPrincipalClass</key>
95 <string>AMShellScriptAction</string>
96 </dict>
97 </plist>