Transcode the Video Bitrate only (not the codec)?
Posted: 29 Apr 2006 01:08
I have many files on a server all of diffrent codec types. I currently have to transcode them all to one codec in order to also change the bitrate: ie
--sout='#transcode{vcodec=WMV2,vb=384,scale=1,acodec=mpga,ab=64,channels=2}
What I would like to be able to do is leave the video codec alone and only change the bit rate: ie:
--sout='#transcode{vb=384}
However when I do this, it does no transcoding at all. Is/should this be allowed? I can't think of any reason vlc wouldn't just use the video files codec by default and change the bitrate....
--sout='#transcode{vcodec=WMV2,vb=384,scale=1,acodec=mpga,ab=64,channels=2}
What I would like to be able to do is leave the video codec alone and only change the bit rate: ie:
--sout='#transcode{vb=384}
However when I do this, it does no transcoding at all. Is/should this be allowed? I can't think of any reason vlc wouldn't just use the video files codec by default and change the bitrate....