Re: [android-developers] video conversion from .flv to .mp4

2010-04-27 Thread dillirao malipeddi
ffmpeg -i *input.flv* -f mp4 -vcodec mpeg4 -r 15 -s 320x240 -acodec aac -ac 2 -ab 64 -ar 44100 *output.mp4* On Wed, Mar 24, 2010 at 4:09 PM, Guru gurudut...@gmail.com wrote: I have been trying to convert .flv to .mp4 in the server with ffmpeg ,and stream it through the android browser:-This

[android-developers] video conversion from .flv to .mp4

2010-03-24 Thread Guru
I have been trying to convert .flv to .mp4 in the server with ffmpeg ,and stream it through the android browser:-This is the command I have been using : ffmpeg -i *input.flv* -f mp4 -vcodec mpeg4 -r 25 -b 56 -s 610x340 -acodec aac -ac 2 -ab 64 -ar 44100 *output.mp4* The output streams like a

Re: [android-developers] video conversion from .flv to .mp4

2010-03-24 Thread Mark Murphy
Guru wrote: I have been trying to convert .flv to .mp4 in the server with ffmpeg ,and stream it through the android browser:-This is the command I have been using : ffmpeg -i *input.flv* -f mp4 -vcodec mpeg4 -r 25 -b 56 -s 610x340 -acodec aac -ac 2 -ab 64 -ar 44100 *output.mp4* The

Re: [android-developers] video conversion from .flv to .mp4

2010-03-24 Thread Guru
Hi Marck...did not quite understand what this command actually does..?I got this on my command line Hinting file with Path-MTU 1450 Bytes Saving to src.flv: 0.500 secs Interleaving On Wed, Mar 24, 2010 at 5:39 PM, Mark Murphy mmur...@commonsware.comwrote: Guru wrote: I have been trying to

Re: [android-developers] video conversion from .flv to .mp4

2010-03-24 Thread Mark Murphy
Guru wrote: Hi Marck...did not quite understand what this command actually does..?I got this on my command line Hinting file with Path-MTU 1450 Bytes Saving to src.flv: 0.500 secs Interleaving http://groups.google.com/group/android-developers/browse_thread/thread/8f8adc65f0d8c5d7

Re: [android-developers] video conversion from .flv to .mp4

2010-03-24 Thread Guru
Thanks Mark.I tried the command with no luck.:( On Wed, Mar 24, 2010 at 5:56 PM, Mark Murphy mmur...@commonsware.comwrote: Guru wrote: Hi Marck...did not quite understand what this command actually does..?I got this on my command line Hinting file with Path-MTU 1450 Bytes Saving to