Differences
This shows you the differences between two versions of the page.
|
appendices:commandlinearguments [2012/01/08 22:13] floele |
appendices:commandlinearguments [2013/01/02 20:22] (current) floele |
||
|---|---|---|---|
| Line 15: | Line 15: | ||
| --burn-data [burns a data disc] | --burn-data [burns a data disc] | ||
| --burn-audio [burns an audio disc] | --burn-audio [burns an audio disc] | ||
| + | --burn-video [burns a DVD-video, requires v. 4.5 or later] | ||
| --burn-iso [burns an ISO image] | --burn-iso [burns an ISO image] | ||
| --erase [erases a disc] | --erase [erases a disc] | ||
| Line 29: | Line 30: | ||
| ; -dao | ; -dao | ||
| - | : Force burning in Disc at Once mode (data or audio discs). | + | : Force burning in Disc at Once mode (data or audio discs). Only supported for CD-R/CD-RW (not DVD-R and others). |
| ; -tao (since v. 4.3) | ; -tao (since v. 4.3) | ||
| : Force burning in Track at Once mode (data or audio discs). | : Force burning in Track at Once mode (data or audio discs). | ||
| - | : Use this option for **multisession discs**. | + | : Use this option for **multisession discs**. Also use for burning discs other than CD-R/CD-RW. |
| ; -sao (since v. 4.3) | ; -sao (since v. 4.3) | ||
| - | : Force burning in Session at Once mode (data discs only). | + | : Force burning in Session at Once mode (data discs only). Only supported for CD-R/CD-RW (not DVD-R and others). |
| ; -close | ; -close | ||
| : Closes the disc after burning. | : Closes the disc after burning. | ||
| Line 43: | Line 44: | ||
| : Adds a file from sourcePath to the targetFolder on disc. You can add as many of these directives as you want. A path that contains spaces must be enclosed in double quotes. | : Adds a file from sourcePath to the targetFolder on disc. You can add as many of these directives as you want. A path that contains spaces must be enclosed in double quotes. | ||
| ; -folder[\targetFolder]:sourcePath | ; -folder[\targetFolder]:sourcePath | ||
| - | ; -folder:sourcePath (for audio) | + | ; -folder:sourcePath (for audio and video) |
| - | : Adds a folder and all its contents to disc. You can add as many of these directives as you want. A path that contains spaces must be enclosed in double quotes. | + | : Adds a folder and all its contents to disc. You can add as many of these directives as you want. A path that contains spaces must be enclosed in double quotes. For DVD-video, specify the full path of the VIDEO_TS folder. |
| ; -speed:[[wp>X_(writing_speed)|ratio]] (since 4.3.1, for example "24", "8", "4") | ; -speed:[[wp>X_(writing_speed)|ratio]] (since 4.3.1, for example "24", "8", "4") | ||
| : Specifies the speed for burning the disc. | : Specifies the speed for burning the disc. | ||
| Line 60: | Line 61: | ||
| ; -udf:VERSION (since v. 4.3.2, 1.02 is the default) | ; -udf:VERSION (since v. 4.3.2, 1.02 is the default) | ||
| : Changes the file system version. Options available: 1.02, 1.5, 2.0, 2.01, 2.5, 2.6. | : Changes the file system version. Options available: 1.02, 1.5, 2.0, 2.01, 2.5, 2.6. | ||
| + | ; -format:iso (since v. 4.5.1) | ||
| + | : Instead of UDF, an ISO/Joliet file system is used for burning. The -udf flag does not apply then. | ||
| ; -verify (since v. 4.1.3) | ; -verify (since v. 4.1.3) | ||
| : Verifies the disc after burning. | : Verifies the disc after burning. | ||
| Line 66: | Line 69: | ||
| ; -layout:PATH (since v. 4.1.3) | ; -layout:PATH (since v. 4.1.3) | ||
| : Instead of adding files from the //file// and //folder// options, it loads all contents from a data compilation (DXP file). | : Instead of adding files from the //file// and //folder// options, it loads all contents from a data compilation (DXP file). | ||
| + | |||
| Example: | Example: | ||
| Line 72: | Line 75: | ||
| -folder[\test]:c:\dell -name:foobar</code> | -folder[\test]:c:\dell -name:foobar</code> | ||
| + | The //--burn-video// action takes the following additional arguments (make sure to specify "-folder" as explained above): | ||
| + | |||
| + | ; -name:NAME | ||
| + | : Changes the disc's name to NAME (as it shows up in Windows Explorer). Maximum length: 16 chars. | ||
| + | ; -iso:PATH (since v. 4.1.3) | ||
| + | : Instead of burning the disc, creates an ISO image at the specified path. | ||
| + | |||
| {{template>:sys:version|ver=4.0.025}} | {{template>:sys:version|ver=4.0.025}} | ||