Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By Corrected
Printed Page 196
third paragraph, bold line of code (middle of page)

$ tovid -vcd -ntsc -panavision sample.avi output
should be:
tovid -vcd -ntsc -in sample.avi -out output

Anonymous 
Printed Page 196
last line of code before last paragraph

instead of:
$ tovid-batch -svcd -ntsc *.avi

it should be:
$ tovid-batch -svcd -ntsc -infiles *.avi

Anonymous 
Printed Page 200
last line of code before last paragraph

instead of:
$ tovid-batch -dvd -full -ntsc *.avi

it should be:
$ tovid-batch -dvd -full -ntsc -infiles *.avi

Anonymous