logo       

Re: "vob" to flv: msg#00244

video.ffmpeg.user

Subject: Re: "vob" to flv

Thomas Gatterer wrote:
i did it and started ffmpeg with this result:
ffmpeg: error while loading shared libraries: libmp3lame.so.0: cannot open
shared object file: No such file or directory

but the libmp3lame.so.0 is in /usr/local/lib/libmp3lame.so.0
a ln to the file seems to solve the lib problem!??

on the other hand the result flv is whitout sound.

my libmp3lame is in /opt/lib so i wrote this shell script to encode to flv using ffmpeg:

#!/bin/sh
LD_LIBRARY_PATH=/opt/lib
export LD_LIBRARY_PATH
bitrate=900
/opt/build/ffmpeg/ffmpeg -i $1 -ab 64 -ar 22050 -s 480x360 \
-b $bitrate -y -v 1 $2


this works for me to generate flv's with mp3 audio.

-jsd-


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise