I am transcoding some video files with audio using the command line on windows. VLC version 0.84a. I always get the same audio bit rate (about 80kbps) no matter what bit rate I specify with the ab setting. Here are my settings:
"C:\Program Files\VideoLAN\VLC\vlc.exe" ".\synthetic1 qvga 30fps.avi" --sout=#transcode{vcodec=h264,vb=300,acodec=mp4a,ab=48,channels=2}:duplicate{dst=std{access=file,mux=mp4,url="..\h264 mp4 compressed files\synthetic1 300-48 test.mp4"}} vlc:quit
Any ideas? Thanks.