Difference between revisions of "Automated DVD production"

From Organic Design wiki
(add content)
 
m (Output)
Line 18: Line 18:
 
*A finished DVD if the machine has a DVD writer
 
*A finished DVD if the machine has a DVD writer
  
 +
==See also==
 
*[http://radagast.bglug.ca/linux/dvd_authoring/dvd_authoring.html Very good article] using unix tools and makefiles to automate the process
 
*[http://radagast.bglug.ca/linux/dvd_authoring/dvd_authoring.html Very good article] using unix tools and makefiles to automate the process
 
*[y4mscaler http://www.mir.com/DMG/Software/]
 
*[y4mscaler http://www.mir.com/DMG/Software/]
 
*[http://linuxcommand.org/man_pages/growisofs1.html growisofs]
 
*[http://linuxcommand.org/man_pages/growisofs1.html growisofs]

Revision as of 02:21, 22 October 2008

It would be nice to generate DVD discs from video files or cameras in a simple automated way.

Video specs

  • mpeg2
  • Bit rate from 4Mb/s - 10 Mb/s

Audio specs

  • mpeg1-layer2
  • AC3
  • PCM
  • Must be 48kHz sample rate

Input

  • A directory of video files numbered to indicate their order

Output

  • A DVD image file, or
  • A finished DVD if the machine has a DVD writer

See also