Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
appendices:commandlinearguments [2012/11/07 19:01]
floele
appendices:commandlinearguments [2013/01/02 20:22]
floele
Line 44: 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 61: 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 67: 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 73: 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}}