I am trying to rip a DVD to an MP4 file with an H264 codec in Windows 7, using VLC 2.02 Twoflower.
The command that I am running is:
vlc dvdsimple:///D:\ --sout=#transcode{vcodec=h264,acodec=mp4a}:standard{access=file,mux=mp4,dst=C:\\bogus\\HatFieldsAndMcCoys.mp4}
At the beginning and end of the rip, I get the following:
Streaming / Transcoding failed:
VLC could not open the encoder.
Streaming / Transcoding failed:
VLC could not open the encoder.
The file does get created, but there is no audio.
I hope this is a simple issue that has a similar workaround.
Thanks in advance!