Description of AVS Video Converter command line keys The AVSVideoConverter program accepts optional command line parameters. These can be useful to experienced users and for automation. Usage: AVSVideoConverter.exe -h AVSVideoConverter.exe /h AVSVideoConverter.exe -? AVSVideoConverter.exe /? - show console help. AVSVideoConverter.exe [videofile1] [videofile2] ... [videofileN] - run application and add input videofiles. AVSVideoConverter.exe -a configurationXML AVSVideoConverter.exe /a configurationXML - run application in automatic mode with parameters from configuration XML. Example: C:\Program Files\AVS4YOU\AVSVideoConverter\AVSVideoConverter.exe -a "D:\AVSVideoConverter.xml" Specification of configuration XML - description of tags profiles - group name for needed profile; name of XML file (without extension) with profiles in directory \AVSVideoConverter\profiles - required attribute. name - name of needed profile (from XML file) - optional attribute (not necessary). GUID - GUID of needed profile (from XML file) - required attribute. - path for input files. - path for input folders. - filter for input files: file extensions separated by semicolon, for example, "*.*" (all files), "*.avi" (AVI only), "*.avi;*.mp4" (AVI and MP4 only), "DVD" for DVD disc folders or "BD" for Blu-Ray disc folders. - add files from subdirectories or not (true/false or 1/0). - path for output directory (for split or DVD/BD) or output file (for merge). - make split or not (true/false or 1/0). - split mode (1 - Batch Mode, 2 - Split by Chapters (not supported now), 3 - Limit File Size). - size for mode 3 (in megabytes). - mode of input video aspect correction (1 - Original, 2 - 4:3, 3 - 16:9, 4 - Width:Height, 5 - Custom). - Width value for mode 5 (1...3840). - Height value for mode 5 (1...3840). - mode of output video aspect correction (1 - Original, 2 - No Correction; for DVD: 1 - 4:3, 2 - 16:9; for Blu-Ray: 1 - 16:9). - crop scale value for mode 1 (0...100). - create flash player for FLV or not (true/false or 1/0).