Questions tagged [stagefright]

Stagefright is the android media framework. Use this tag for questions specific to stagefright framework. Also add android tag.

Stagefright is the android media framework. It replaced earlier opencore framework.

Use this tag for questions specific to stagefright framework. Also add tag.

154 questions
0
votes
1 answer

how to get the frame data in Android

Recently, I want to develop an android app, I've developed a MediaPlayer to play video ,when the video playing,I want to get the image data of each frame, and do some processing, and then rendering to the screen.Does anybody have suggestions?Thank…
-1
votes
1 answer

Encode RGB565 raw data using ffmpeg libx264 for android

i have below questions regarding android implementation How various video codecs differ especially `which are stream based and which are frame based' Over many forums and questions everyone is talking SPS,PPS,etc., so where i can find enough…
nmxprime
  • 1,386
  • 2
  • 18
  • 52
-2
votes
1 answer

Using MediaCodec asynchronously to decode and render a Video File

Recently started toying around with the Android Media Codec class to render the video frames from a Native C++ application. Was able to successfully decode and render both audio and video streams using Android MediaCodec class using synchronous…
Nick
  • 11
  • 1
-3
votes
1 answer

what is the index in the following function?

sp MP3Extractor::getTrackMetaData(size_t index, uint32_t flags) { ALOGE("%s\t%d",__FUNCTION__,__LINE__); if (mInitCheck != OK || index != 0) { return NULL; } return mMeta; } Why this function is required in the…
AQU
  • 632
  • 1
  • 12
  • 34
1 2 3
10
11