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 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 charm on the iPhone,but i have had no luck on the
 android G1 developer phone,has any one tried this?If so what are the
 parameters that I may be missing.I am not even a beginner as far as media
 related libraries are concerned.Any pointers will be helpful.

 Thanks
 Guru

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 To unsubscribe from this group, send email to android-developers+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.




-- 
Thank you,
Dilli Rao. M
www.arijasoft.com

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 charm on the iPhone,but i have had no luck on the
android G1 developer phone,has any one tried this?If so what are the
parameters that I may be missing.I am not even a beginner as far as media
related libraries are concerned.Any pointers will be helpful.

Thanks
Guru

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


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 output streams like a charm on the iPhone,but i have had no luck on
 the android G1 developer phone,has any one tried this?If so what are the
 parameters that I may be missing.I am not even a beginner as far as
 media related libraries are concerned.Any pointers will be helpful.

Try running:

MP4Box -hint output.mp4

and see if that helps. There may be an ffmpeg flag that does this, but
there are a seemingly infinite number of ffmpeg options...

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in NYC: 10-11 April 2010: http://guruloft.com

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


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 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 charm on the iPhone,but i have had no luck on
  the android G1 developer phone,has any one tried this?If so what are the
  parameters that I may be missing.I am not even a beginner as far as
  media related libraries are concerned.Any pointers will be helpful.

 Try running:

 MP4Box -hint output.mp4

 and see if that helps. There may be an ffmpeg flag that does this, but
 there are a seemingly infinite number of ffmpeg options...

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://twitter.com/commonsguy

 Android Training in NYC: 10-11 April 2010: http://guruloft.com

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 To unsubscribe from this group, send email to android-developers+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.




-- 
Thanks and Regards
Gurudutt P.S.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


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
https://help.ubuntu.com/community/AndroidVideoEncoding
http://justdevelopment.blogspot.com/2009/10/video-streaming-with-android-phone.html
http://stackoverflow.com/questions/1425502/how-to-display-video-in-the-android-emulator-from-remote-url

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Development Wiki: http://wiki.andmob.org

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.


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 src.flv: 0.500 secs Interleaving


 http://groups.google.com/group/android-developers/browse_thread/thread/8f8adc65f0d8c5d7
 https://help.ubuntu.com/community/AndroidVideoEncoding

 http://justdevelopment.blogspot.com/2009/10/video-streaming-with-android-phone.html

 http://stackoverflow.com/questions/1425502/how-to-display-video-in-the-android-emulator-from-remote-url

 --
 Mark Murphy (a Commons Guy)
 http://commonsware.com | http://twitter.com/commonsguy

 Android Development Wiki: http://wiki.andmob.org

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 To unsubscribe from this group, send email to android-developers+
 unsubscribegooglegroups.com or reply to this email with the words REMOVE
 ME as the subject.




-- 
Thanks and Regards
Gurudutt P.S.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words REMOVE ME as the subject.