Difference between revisions of "Automated DVD production"
From Organic Design wiki
m (→Output) |
m (→See also) |
||
Line 20: | Line 20: | ||
==See also== | ==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 | ||
− | *[ | + | *[http://www.mir.com/DMG/Software/ y4mscaler] |
*[http://linuxcommand.org/man_pages/growisofs1.html growisofs] | *[http://linuxcommand.org/man_pages/growisofs1.html growisofs] |
Revision as of 02:22, 22 October 2008
It would be nice to generate DVD discs from video files or cameras in a simple automated way.
Contents
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
- Very good article using unix tools and makefiles to automate the process
- y4mscaler
- growisofs