[juneau-lug] Re: Flash Video
- From: "James Zuelow" <James_Zuelow@xxxxxxxxxxxxxxx>
- To: <juneau-lug@xxxxxxxxxxxxx>
- Date: Sat, 25 Mar 2006 08:59:46 -0900
-----Original Message-----
From: juneau-lug-bounce@xxxxxxxxxxxxx on behalf of James Zuelow
Sent: Sat 3/25/2006 8:43 AM
>the input file can be anything that ffmpeg can decode, which in effect means
>anything. An flv uses mp3 for
>audio, so if the original has an audio bitrate that ffmpeg doesn't support you
>have to set it:
>ffmpeg -i inputfile -ra 44100 outfile.flv
>It's important to put the -ra flag AFTER the input filename so that it applies
>to the mp3 encoding, not the input
>decoding.
Oops! "-ar" means "audio rate." -ra isn't right.
ffmpeg -i inputfile -ar 44100 outfile.flv
Sorry!
James
------------------------------------
The Juneau Linux Users Group -- http://www.juneau-lug.org
This is the Juneau-LUG mailing list.
To unsubscribe, send an e-mail to juneau-lug-request@xxxxxxxxxxxxx with the
word unsubscribe in the subject header.
- References:
- [juneau-lug] Flash Video
- From: James Zuelow
- [juneau-lug] Re: Flash Video
- From: Kevin Miller
- [juneau-lug] Re: Flash Video
- From: James Zuelow
Other related posts:
- » [juneau-lug] Flash Video
- » [juneau-lug] Re: Flash Video
- » [juneau-lug] Re: Flash Video
- » [juneau-lug] Re: Flash Video
- » [juneau-lug] Re: Flash Video
- [juneau-lug] Flash Video
- From: James Zuelow
- [juneau-lug] Re: Flash Video
- From: Kevin Miller
- [juneau-lug] Re: Flash Video
- From: James Zuelow