MeGUI/Jobs
From MeWiki
< MeGUI
A job is the base component of MeGUI processing. A job represents a single task to be done, either a pass through or encode of a video, or an encode of an audio file, or some other miscellaneous tasks. Some jobs depend on others having completed first; this is represented through linked jobs.
Naming
Jobs are named automatically by MeGUI. The name will either be job1, job2, job3, etc, using the first unused number, or it will be job1-1, job1-2, job1-3, etc, for linked jobs.
Job linking
Some jobs are generated as linked jobs. This means that they depend on the previous ones to complete first, and MeGUI has a special behavior for such jobs:
- If one of these has an error, it skips the rest of them
- You will be warned about deleting one and leaving the rest there
Modes
Jobs can do the following:
- d2v creation -- called idx jobs by MeGUI
- Video encoding -- called video by MeGUI ???? Check this
- Audio encoding -- called audio by MeGUI ???? Check this
- Analysis pass -- called avs by MeGUI
- Muxing -- called mux by MeGUI