------------------------------------------------------------------------- How to use GoCCE Copyright (C) 2003-2005 Custom Technology Corporation. All rights reserved web page : http://www.cinemacraft.com/ e-mail : support@cinemacraft.com ------------------------------------------------------------------------- 1. Introduction GoCCE (gotche) is a launcher program for CCE-SP, CCE-Basic, and DVD Craft which helps you make DVD, SVCD, VCD from AVI file. You don't have to care about input conditions for those by automatic conversion through Avisynth and don't have to select output staple settings by applying appropriate template. GoCCE accepts only AVI format as input. Detailed input conditions are dependent on Avisynth. * SVCD : Super Video-CD. CD with MPEG-2 based video. * VCD : Video-CD. CD with MPEG-1 based video. * Avisynth : A powerful tool for video post-production. 2. Operation environment 1) Avisynth must be setup in the computer. You can download Avisynth from the site below. http://www.avisynth.org/ 2) One of the encoders (including trial version) which listed below must be setup. ----------------------------------------- Encoder Version ----------------------------------------- Cinema Craft Encorder SP 2.66.00.07 Cinema Craft Encorder Basic 2.67.01.05 DVD Craft 2.64 3. Setup and uninstall Put GoCCE.exe into any folder, and make a shortcut on your desktop or add a menu item to GoCCE. To uninstall GoCCE, delete two files "GoCCE.exe" and "GoCCE.ini". 4. How to use 1) Specify an input file Click ... button at the right of the textbox for input AVI, then choose a file in the Open dialog box. Or drag an file to the textbox. 2) Specify TV type Choose which television broadcast standard you use. NTSC : mainly used in the American continent, many Asian countries. PAL : mainly used in the European countries except for France. 3) Specify Mode (CCE-SP, CCE-Basic) Choose output mode. DVD mode has two alternatives, one outputs video ES and Wave audio, another does a program stream. Each mode gives a template below to an encoder. ------------------------------------------------------------------- Mode Template Video Audio ------------------------------------------------------------------- DVD(VideoES+Wave) DVD 1 pass CBR 6,000kbps 48,000Hz DVD PS DVD (PS) 1 pass CBR 6,000kbps 48,000Hz SVCD SVCD 1 pass CBR 2,460kbps 44,100Hz VCD VCD 1 pass CBR 1,150kbps 44,100Hz You can change video setting values for these templates. To do that, edit and replace the registered template on the encoder. * These templates are registered to an encoder when you click register button on GoCCE. To confirm the resistered templates, you should restart an encoder. If the encoder has same named template, old one is to be valid. If an encoder has maximum 16 templates already, GoCCE cannot register a template any more, then current template will be applied in the encoder. 4) Specify Encoder Choose an encoder you use among already installed ones. 5) Register an input file to an encoder Click Register button, and GoCCE will make an encoder start if it hasn't started yet. Then you will find the input file registered in the main window of the encoder. You may notice some have another extension ".avs". It means that Avisynth did fit the files to the input conditions needed for the specified mode. The conversion by Avisynth covers such conditions as a frame size, a frame rate and an audio sampling frequency. If you click Encode button instead of Register button, GoCCE will make an encoder startCand register and start encoding an input file immediately. Then GoCCE will quit itself. If you registered some files already, all registered files are to be encoded. 6) Give more detailed settings for encoding If you need more detailed settings, the encoder program can give you more settings for encoding. 7) Encode Click Encode button either on the encoder or on GoCCE. All inputs listed in the main window are to be encoded. 5. GoCCE source code GoCCE source code is open. To build the code, you need Microsoft Visual Studio .NET. You can change and improve it freely. 6. Support Any support for GoCCE is not provided. However, it is greatly appreciated that you could submit a report to e-mail address below if you encounter problems or bugs in GoCCE or its code. e-mail : support@cinemacraft.com 7. History Version 1.0.1.0 Tuesday, November 22, 2005 - Supported CCE-SP 2.70 Version 1.0.0.4 Wednesday, February 26, 2003 - Fixed illegal characters on Japanese edition of Windows98C98SECMe. Version 1.0.0.3 Thursday, February 20, 2003 - First release