smp-encode licensed under GPL
- Purpose
- This program's main purpose is to easily parallelize the encoding of multiple media files. Right now only audio is supported, but additional encode modules can easily be made for mencoder and other single threaded encoders.
- Usage
- As a pre-1.0 release, no arguments are available for smp-encode to be used in a CLI mode. The GTK ui takes no arguments.
run smp-encode and set the number of threads you want to use. You can also change from the default encoder options/encoder.
These must be selected before selecting the files, as that will begin the encoding process.
All encoded files are encoded to the directory the files were selected from using the names of the files.
TODO / BUGS:
file type detection is left up to the executed encoder program, but no checking is made for filenames with spaces and how that effects the argv of the invoked encoder.
Detecting all errors in the command line is nearly impossible when using the wildcard/regexp method of file input.
Probably many more. Options which are going to be available in 1.0 and are mostly available now are simply commented out of the source.
No file selection checking has been made to make sure you select valid media, most likely the only thing that will happen is error output to stderr and nothing gets encoded.
email to:
safemode@comcast.net
