The Road to Elysium

July 8, 2007

Script – Create a DVD with growisofs

Filed under: Snippets — jorge @ 12:45
#!/bin/sh
 
# Create an AUDIO_TS subdirectory if it does not exist
[ ! -d AUDIO_TS ] && mkdir AUDIO_TS
 
chown -R root:root AUDIO_TS VIDEO_TS
chmod 500 AUDIO_TS VIDEO_TS
chmod 400 VIDEO_TS/*
 
growisofs -dvd-compat -Z /dev/dvd -R -J -dvd-video .

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress