If you are familiar with using the DOS Command Line
method of encoding Clipstream Video 3 you can construct a batch file.
A batch file combines several encoding jobs into a .bat file (a text file)
that can be run at once. This is useful if you have many similar jobs.
Requirements
- Clipstream Video 3 Encoder
- source .avi, .mpg, .mov, .vob, file
- web page editor or Notepad
- familiarity with DOS
If you have not previous encoded a Clipstream Video 3 clip using the
DOS Command Line method, please refer back to this page:
What is a batch file encode?
A batch file encode is a text file that contains a series of DOS encode commands
on separate lines that execute one after another. By doing so you can encode
many different bitrates and sources or anything that requires repetitive
encoding.
It looks like this:
Ex.
"VCSEncoder.exe" -i -v -da -c0,125000 " -w288 -b256000 -a20000 -f7.50
-q45 "F:\\testvideo.avi" "F:\VIDEO\testvideo_A.vcs"
"VCSEncoder.exe" -i -v -da -c0,125000 " -w320 -b350000 -a20000 -f7.50
-q60"F:\\testvideo.avi" "F:\VIDEO\testvideo_B.vcs"
In the example it is simply two command line encodes of the same source file that save
slightly different versions as different .vcs clips. As a batch file it would be
saved in one text file with the extension
.bat. See it here:
Creating a batch file
You can create a test batch file easily by going to your
- In a text editor, create a new file
- Write a DOS command encode line
- Write another with different settings or different source. Be sure that they are on separate lines
- Save the file but with the extension: .bat.
Executing a batch encode
- Double-click on the .bat file
The Clipstream Video Encoder will launch in DOS mode and will encode
the separate instructions one after another.
Edit a batch file
- Right-click on the batch file icon
- Choose Edit
The batch file will open up in Notepad.
- Make your changes and save the file.
Related topics