REM This file will take the argument as a file name of an input file 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 USe the companion script "DVD-iPhone" to auto-rip a DVD to an iPhone file. "C:\Program Files\VideoLAN\VLC\vlc.exe" %1 --sout=#transcode{vcodec=mp4v,vb=1024,scale=1,height=240,width=320,acodec=mp4a,ab=128,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst=%1.mp4}}