REM This bat script will read the Primary program from a DVD REM and encode it with VLC to make an iPhone/iPod/PSP compatible MP4 file REM VLC media player is available from www.videolan.org REM This syntax is for the Windows Command-Line Interface, it needs to be REM slightly different for Unixes, such as Linux or Apple Mac OS X. REM Not sure if audio-filter normalizer does what I want. For some reason REM Converted Tivo Exports tend to have a lot louder Audio than DVD rips. REM I also am using my licensed copy of AnyDVD, which may or may not be necessary, as REM VLC is capable of playing, and probably transcoding a DVD without it... "C:\Program Files\VideoLAN\VLC\vlc.exe" dvdsimple://F: vlc:quit --audio-filter normalizer --sout=#transcode{vcodec=mp4v,vb=512,height=240,width=320,acodec=mp4a,ab=128,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst=dvdrip.mp4