[MPlayer-users] resampling frequency using mencoder and lame

D Richard Felker III dalias at aerifal.cx
Wed Jul 31 21:08:02 CEST 2002


On Wed, Jul 31, 2002 at 08:15:50PM +0200, Mariusz Woloszyn wrote:
> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> 
> Hi!
> 
> I'd like to use mencoder to reencode audio with frequency resampled.
> lame allows me to do that, but -lameopts does not seem to have such
> functionality.
> Is there any way to us mencoder to do that?

Not directly. Dump audio to a file first, then encode it with lame,
then mux it back together with

mencoder -ovc copy -oac copy source.avi -audiofile lameoutput.mp3 -o final.avi

Rich




More information about the MPlayer-users mailing list