For a while I've been using VLC 1.1.11 to transcode videos to MPEG2. After updating to VLC 2.0 I get the following error:
[0161d420] stream_out_transcode stream out error: cannot find audio encoder (module:any fourcc:mp2a). Take a look few lines earlier to see possible reason.
[0161d420] stream_out_transcode stream out error: cannot create audio chain
[020c8b80] main decoder error: cannot create packetizer output (mpga)
The command line to transcode I am using is the following:
"C:\Program Files\VideoLAN\VLC\vlc.exe" --sout "#transcode{vcodec=mp2v,fps=30,vb=7000,acodec=mp2a,ab=224,samplerate=48000,channels=2,deinterlace}:std{access=file,mux=ps,dst="output.mpg"}" --sout-transcode-width 720 --sout-transcode-height 480 "C:\Movies\big_buck_bunny_1080p_stereo.avi" "vlc://quit"
Is there a new codec for MPEG2 audio? Has the option changed? i tried changing the transcode to use 'mpga' instead of 'mp2a' but that only encodes to MPEG1 audio and I need MPEG2.
Thanks for any help on this.