Re: [Encode2mpeg-users] v0.6.0 error: libmp3lame complains about <blank> Hz sample rate
Brought to you by:
encode2mpeg
From: Giacomo C. <co...@na...> - 2006-10-18 17:21:04
|
On Wed, Oct 18, 2006 at 09:43:04AM -0700, Adam Monsen wrote: > On startup I'm seeing this strange error: > > $ encode2mpeg -v -o output input.mpg -avionly -aid 128 -encode 3:2:2 > -profile divxht > **ERROR: [encode2mpeg] libmp3lame does not support Hz sample rate > > Any ideas? > > packages installed: > lame-3.96.1-5.fc5 > mplayer-1.0-0.28.pre8.fc5 > mencoder-1.0-0.28.pre8.fc5 > > -- > Adam Monsen For some reason encode2mpeg is failing to detect the sample rate of input.mpg. If you add -srate 48000 it should skip the check. Please run this command: mplayer -msglevel identify=6 -vo md5sum:outfile=/dev/null -ao null -nocache -frames 0 input.mpg -aid 128 -v and post the output Giacomo |