If I use vlc for example by:
vlc --intf dummy "${URL_NEW}" --sout '#transcode{vcodec=mp4v,vb=384,scale=1,acodec=mp3,ab=96,channels=2}:duplicate{dst="std{access=http,mux=asf,dst=:1234}"}'
then vlc ignores the video bitrate option.
I've read that this is a bug which occurs with newer versions of ffmpeg here:
And the end of the thread there is the information that the problem is solved in vlc 0.8.6d-2Comment by Apollon Oikonomopoulos (apoikos) - Wednesday, 23 January 2008, 17:35 GMT-5
Update: it seems that with ffmpeg-20071204 vlc ignores the video bitrate transcoding option [1] and streams with enormous bitrates (~6 Mbps for a 640x480 MPEG-4 stream). The issue was resolved by compiling against the ffmpeg-20070505 tree, the previous version of ffmpeg in Arch Linux.
Summary: it seems that recent ffmpeg breaks a lot of stuff in vlc. ...
So, is there a possibility to get this version of vlc?
Regards,
Lukas