I'm having some difficulty transcoding with 0.8.6 under Windows 2000. I can transcode a VOB file with the GUI, but I'd rather have a batch file.
Having read the iPod wiki page and done various Google searches, I'm kinda struggling. VLC either complains that the options are incorrect (without actually telling me which ones it doesn't like) or does nothing at all. Of the 2, I figure the 2nd is preferable so this is my current command line:
vlc filename.vob --sout "#transcode{vcodec=h264, vb=768, scale=1, width=320, height=240, acodec=mpga, ab=128, channels=2, audio-sync}:standard{access=file, mux=mp4, dst=filename.mp4}"
Is there a way to find out which of those options is actually being taken? Does anyone know which option(s) I'm missing to make it actually transcode the file? The above command does nothing visible that I can see; I don't even get a pop-up complaint window.