¡@

Home 

2014/10/16 ¤W¤È 08:21:28

android Programming Glossary: playable

Fix 3GP file after streaming from Android Media Recorder

http://stackoverflow.com/questions/11994470/fix-3gp-file-after-streaming-from-android-media-recorder

stream to sdcard. Everything works fine except file is not playable with any player. It's because Android not filling some gaps.. from stream https dl.dropbox.com u 17510473 sample_not_playable.3gp Can anyone fix to make it playable and tell how he done.. 17510473 sample_not_playable.3gp Can anyone fix to make it playable and tell how he done it EDIT I erase header of the 3gp file..

Encoding H.264 from camera with Android MediaCodec

http://stackoverflow.com/questions/13458289/encoding-h-264-from-camera-with-android-mediacodec

write some raw H.264 data to a file but this file is only playable with ffplay f h264 and it seems like it's lost all information.. control the playback on the PC. As for the file not being playable Does it have a SPS and PPS. Also you should have NAL headers.. this is requirement for any h.264 elementary stream to be playable when they are not in any containers and need to be dumped and..

Using MediaCodec to save series of images as Video

http://stackoverflow.com/questions/18795353/using-mediacodec-to-save-series-of-images-as-video

image NV21 from camera preview . I can't get it to be any playable format. I tried all COLOR_FormatYUV420 formats and same gibberish..

Knowing if the loading of a sound with SoundPool has been successful on Android 1.6/2.0/2.1

http://stackoverflow.com/questions/4692572/knowing-if-the-loading-of-a-sound-with-soundpool-has-been-successful-on-android

to periodically test sound load completion. If a sound is playable onLoadComplete is called. @param soundPool The SoundPool in..

What hardware devices do you test your Android apps on?

http://stackoverflow.com/questions/7278559/what-hardware-devices-do-you-test-your-android-apps-on

you use touch screens you know that the game is much more playable on 5 7 inch devices than it is on 10 inch devices. This is because..

Fix 3GP file after streaming from Android Media Recorder

http://stackoverflow.com/questions/11994470/fix-3gp-file-after-streaming-from-android-media-recorder

camera through local unix socket and write file from stream to sdcard. Everything works fine except file is not playable with any player. It's because Android not filling some gaps in the file because socket is not seekable. As I understand.. do the same in the Android code. Here is sample file that saved from stream https dl.dropbox.com u 17510473 sample_not_playable.3gp Can anyone fix to make it playable and tell how he done it EDIT I erase header of the 3gp file and write new one as.. sample file that saved from stream https dl.dropbox.com u 17510473 sample_not_playable.3gp Can anyone fix to make it playable and tell how he done it EDIT I erase header of the 3gp file and write new one as follows 00 00 00 18 66 74 79 70 33 67 70..

Encoding H.264 from camera with Android MediaCodec

http://stackoverflow.com/questions/13458289/encoding-h-264-from-camera-with-android-mediacodec

response to my previous question I already was able to write some raw H.264 data to a file but this file is only playable with ffplay f h264 and it seems like it's lost all information regarding the framerate extremely fast playback . Also the.. parameter before the input e.g ffplay fps 30 in.264 you can control the playback on the PC. As for the file not being playable Does it have a SPS and PPS. Also you should have NAL headers enabled annex b format. I don't know much about android but.. enabled annex b format. I don't know much about android but this is requirement for any h.264 elementary stream to be playable when they are not in any containers and need to be dumped and played later. If android default is mp4 but default annexb..

Using MediaCodec to save series of images as Video

http://stackoverflow.com/questions/18795353/using-mediacodec-to-save-series-of-images-as-video

get only works as .h264 file . My Input image format is YUV image NV21 from camera preview . I can't get it to be any playable format. I tried all COLOR_FormatYUV420 formats and same gibberish output. And I still can't find away using MediaCodec to..

Knowing if the loading of a sound with SoundPool has been successful on Android 1.6/2.0/2.1

http://stackoverflow.com/questions/4692572/knowing-if-the-loading-of-a-sound-with-soundpool-has-been-successful-on-android

.. call OnLoadCompleteListener.listenFor soundId to periodically test sound load completion. If a sound is playable onLoadComplete is called. @param soundPool The SoundPool in which you loaded the sounds. public OnLoadCompleteListener..

What hardware devices do you test your Android apps on?

http://stackoverflow.com/questions/7278559/what-hardware-devices-do-you-test-your-android-apps-on

think Chris and Genki have done a fantastic job here but if you use touch screens you know that the game is much more playable on 5 7 inch devices than it is on 10 inch devices. This is because the left right slide control doesn't maintain the same..