I'm using this command to try to convert WMV to MPEG1 so I can do, well, anything with it:
vlc <infile> -I dummy --sout="#transcode{vcodec=mp1v,vb=1024,acodec=mpga,ab=128}:std{mux=raw,dst=<outfile>,access=file}" vlc:quit
Pretty straightforward, and video seems to work, but I get no sound in the output file. Any ideas? thanks.