4.1.2
Table Of Contents
- Contents
- Chapter 1: What’s new in Compressor?
- Chapter 2: Compressor basics
- Chapter 3: Simple transcoding
- Chapter 4: Advanced adjustments
- Chapter 5: Advanced tasks
- Chapter 6: Work smarter
- Glossary
Chapter 6 Work smarter 103
What this command does:
•
Identies where Compressor is located
•
Assigns the batch name “My First Batch” (The quotation marks are used because of the spaces.)
•
Finds the le “MySource.mov” for the job at ~/Movies
•
Uses the “Apple Devices HD (Custom)” setting at ~/Library/Application\ Support/Compressor/
Settings (The “\” character is used to retain the space in “Application Support.”)
•
Writes the output le, “MyOutput.m4v,” to the ~/Movies folder
Submit a batch to a group of shared computers
The following command submits a batch to a group of computers already congured for sharing
in Compressor.
Important: The command below must be executed on one line.
/Applications/Compressor.app/Contents/MacOS/Compressor
-computergroup "Superfast Computers"
-batchname "My First Batch" -jobpath ~/Movies/
MySource.mov -settingpath ~/Library/Application\
Support/Compressor/Settings/Apple\ Devices\ HD\ \
(Custom\).cmprstng -locationpath ~/Movies/MyOutput.m4v
What this command does:
•
Identies where Compressor is located
•
Sends the job to the group of shared computers named “Superfast Computers”
•
Assigns the batch name, “My First Batch”
•
Finds the le “MySource.mov” for the job at ~/Movies
•
Uses the “Apple Devices HD (Custom)” setting at ~/Library/Application\ Support/Compressor/
Settings (The “\” character is used in this case to retain the space in “Application Support.”)
•
Writes the output le, named “MyOutput.m4v,” to the ~/Movies folder
Congure a shared computer
The following command congures a computer to allow other computers to process batches
on it.
Important: The command below must be executed on one line.
/Applications/Compressor.app/Contents/MacOS/Compressor
-sharing on -instances 1 -networkInterface en0
-portRange 30000 1000
What this command does:
•
Identies where Compressor is located
•
Turns on sharing
•
Enables one extra Compressor instance
•
Sets processing to occur on a specic network interface
•
Sets network communication to a predened port range
67% resize factor