Config File question [message #451] |
Wed, 09 December 2015 00:07 |
r00j11 Messages: 4 Registered: December 2006 |
Junior Member |
|
|
How do I create a config file manually, without going through your interface? Is there any guide to creating this config file?
Are different config files required for different video files/formats?
[Updated on: Sat, 09 December 2006 00:15]
|
|
|
|
Re: Config File question [message #453 is a reply to message #452 ] |
Fri, 11 December 2015 16:51 |
r00j11 Messages: 4 Registered: December 2006 |
Junior Member |
|
|
Thanks for your reply.
We are looking for a solution for server side automated conversion of various video formats to WMV format with our Logo as watermark added to it. Clients will upload their Videos in any format through our web front-end. Our server-side process should pick up these video files, add the watermark and encode it to WMV format. There will not be any manual interaction.
Is your product capable of handling this? If so, how?
Also, will it do multi-pass encoding? Does it support both low-bitstream and high-bitstream clients in the same wmv.
Thanks,
Rickey
[Updated on: Mon, 11 December 2006 17:04]
|
|
|
|
|
Re: Config File question [message #456 is a reply to message #455 ] |
Sat, 12 December 2015 11:57 |
Videocharge Support Messages: 363 Registered: December 2005 Location: USA |
Senior Member |
|
|
r00j11 wrote on Mon, 11 December 2006 13:22 | How can this be done using the command-line?
|
First you should create a proper config file.
- load VideoCharge
- create new config (File -> New Config)
- set output format = "ASF, WMV, WMA, Advanced Stream Format"
- go to the Output -> Common tab
- set Mode = Multiply
- set Destination Folder parameter at your discretion
- go to the Output -> Frame tab
- turn on "Watermark" check-box there
- click "..." button to the right of the "Watermark" check-box (Watermark Editor window will open)
- in the Watermark Editor on the Source tab set Source type = "Image"
- click "..." button on the right of the "Image" field below (Open Media File window will open)
- choose image (your logo) and click OK
- make other settings for the watermark (if necessary; e.g. set position, transparency, etc) and close the Watermark Editor (click OK)
- make other settings for the output file (if necessary; e.g. specify codec, set bitrate, etc)
- when all necessary settings are performed, save the config file (File -> Save Config/Save Config as)
Now let C:\Movies directory contain all your videos, and C:\Documents and Settings\Administrator\My Documents\VideoCharge\Configs\wmv_watermark.vcc is your preset config file. Then the proper command is
vccmd.exe "C:\Documents and Settings\Administrator\My Documents\VideoCharge\Configs\wmv_watermark.vcc" /f C:\Movies
Also you may process videos in the folder by mask, for example
vccmd.exe "C:\Documents and Settings\Administrator\My Documents\VideoCharge\Configs\wmv_watermark.vcc" /f C:\Movies\*.vob;*.mpeg;*.mov
[Updated on: Tue, 12 December 2006 12:01]
|
|
|
|
Re: Config File question [message #458 is a reply to message #457 ] |
Sat, 12 December 2015 17:14 |
Videocharge Support Messages: 363 Registered: December 2005 Location: USA |
Senior Member |
|
|
r00j11 wrote on Tue, 12 December 2006 11:56 | Will the same config file work for all video formats?\
Thanks,
Rickey
|
It will work for all supported video formats. Please note that VideoCharge Pro and VideoCharge Full have expanded list of supported formats as compared with VideoCharge Basic. Also we recommend you to evaluate the selected version of VideoCharge during 20-day trial period before purchasing a license.
[Updated on: Tue, 12 December 2006 17:14]
|
|
|