[vlc] Is "aout-rate" implemented?
Lindsley Brett-ABL001
Brett.Lindsley at motorola.com
Sat Jun 9 21:09:57 CEST 2007
I have been casually using VLC for many projects. I need to transcode a
file which has an audio rate of 44.1 KHz to 48 KHz. I assume the
aout-rate parameter should provide this transcoding ability. However,
this parameter appears to be ignored and no sample rate conversion takes
place.
The command line I am using is:
vlc INfile.flv
--sout="#transcode{vcodec=mp2v,vb=1024,scale=1,acodec=a52,ab=192,channel
s=2}:std{access=file,mux=ts,dst=xxx.ts}" vlc:quit
I have tried many variants to change the sample rate:
vlc INfile.flv
--sout="#transcode{vcodec=mp2v,vb=1024,scale=1,acodec=a52,ab=192,channel
s=2,aout-rate=48000}:std{access=file,mux=ts,dst=xxx.ts}" vlc:quit
vlc INfile.flv -aout-rate=48000
--sout="#transcode{vcodec=mp2v,vb=1024,scale=1,acodec=a52,ab=192,channel
s=2 }:std{access=file,mux=ts,dst=xxx.ts}" vlc:quit
etc.
Can someone explain why the output sample rate remains at 44.1 KHz even
when the command line specifies 48000? Maybe this parameter is not
implemented (?). I use the program TSreader to read the sample rate of
the streams after transcoding.
I appreciate any feedback since I am new to this list.
Brett Lindsley
Motorola Labs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20070609/01af399a/attachment.html>
More information about the vlc
mailing list