|
Re: "vob" to flv: msg#00244video.ffmpeg.user
Thomas Gatterer wrote: i did it and started ffmpeg with this result: 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> |
|---|---|---|
| Previous by Date: | Success: AVI to FLV, played on the web: 00244, Mark Stosberg |
|---|---|
| Next by Date: | Re: "vob" to flv: 00244, EC |
| Previous by Thread: | "vob" to flvi: 00244, Thomas Gatterer |
| Next by Thread: | Re: "vob" to flv: 00244, EC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |