rendering YUV ffmpeg frames in Android native ndk

vgokul129

Can we render YUV frames from ffmpeg streaming output(AV_PIX_FMT_YUV420P) directly in Android screen without converting to RGB format?

9dan

I've had some experience with Google WebRTC open source project recently.

It provide a fully packaged video call example, also contains an Android demo.

What the demo doing is displaying decoded video frames, which is I420(YUV420P) pixel format.

Take a look at the source code: https://code.google.com/p/webrtc/source/browse/trunk/webrtc/modules/video_render/android/video_render_opengles20.cc

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

openGL ES 2.0 on android , YUV to RGB and Rendering with ffMpeg

From Dev

Rendering YUV format in android?

From Dev

Rendering YUV format in android?

From Dev

Convert yuv video to png frames using ffmpeg

From Dev

How does the rendering iteration work in Android Native App using NDK, JNI in OpenGL ES?

From Dev

Does VMR9 support native YUV rendering?

From Dev

Rendering Performance ffmpeg of JAVACV on Android

From Dev

How to solve this situation about ffmpeg with Android NDK

From Dev

How to convert YUV frames to a video?

From Dev

Android NDK native call input and output stream

From Dev

debugging C native function android ndk - sendto()

From Dev

Android NDK. No implementation found for native Lcom

From Dev

Android Studio NDK: exclude native files?

From Dev

Android NDK possibility of decompiling native code

From Dev

Android NDK can't find native function

From Dev

Android ndk example native-audio error

From Dev

Android Studio 14 Native Development + CrystaX NDK

From Dev

Android NDK passing parameters to native methods

From Dev

Android NDK can't find native function

From Dev

Android Studio NDK: exclude native files?

From Dev

React native and Android 7 support with NDK restrictions

From Dev

React native Android NDK missing error?

From Dev

Can' get rendering to work(android,SurfaceView,ndk,ANativeWindow)

From Dev

Compiling FFmpeg 2.3 with Android NDK r10

From Dev

video processing on android using ndk with ffmpeg and opencv is very slow

From Dev

FFMPEG 2.5.4 build for Android with NDK r10d

From Dev

Compiling FFmpeg 3.1.1 for x86 using Android NDK

From Dev

need help configuring ffmpeg to decode raw AAC with android ndk

From Dev

ffmpeg - android ndk build assembler messages bad instruction

Related Related

  1. 1

    openGL ES 2.0 on android , YUV to RGB and Rendering with ffMpeg

  2. 2

    Rendering YUV format in android?

  3. 3

    Rendering YUV format in android?

  4. 4

    Convert yuv video to png frames using ffmpeg

  5. 5

    How does the rendering iteration work in Android Native App using NDK, JNI in OpenGL ES?

  6. 6

    Does VMR9 support native YUV rendering?

  7. 7

    Rendering Performance ffmpeg of JAVACV on Android

  8. 8

    How to solve this situation about ffmpeg with Android NDK

  9. 9

    How to convert YUV frames to a video?

  10. 10

    Android NDK native call input and output stream

  11. 11

    debugging C native function android ndk - sendto()

  12. 12

    Android NDK. No implementation found for native Lcom

  13. 13

    Android Studio NDK: exclude native files?

  14. 14

    Android NDK possibility of decompiling native code

  15. 15

    Android NDK can't find native function

  16. 16

    Android ndk example native-audio error

  17. 17

    Android Studio 14 Native Development + CrystaX NDK

  18. 18

    Android NDK passing parameters to native methods

  19. 19

    Android NDK can't find native function

  20. 20

    Android Studio NDK: exclude native files?

  21. 21

    React native and Android 7 support with NDK restrictions

  22. 22

    React native Android NDK missing error?

  23. 23

    Can' get rendering to work(android,SurfaceView,ndk,ANativeWindow)

  24. 24

    Compiling FFmpeg 2.3 with Android NDK r10

  25. 25

    video processing on android using ndk with ffmpeg and opencv is very slow

  26. 26

    FFMPEG 2.5.4 build for Android with NDK r10d

  27. 27

    Compiling FFmpeg 3.1.1 for x86 using Android NDK

  28. 28

    need help configuring ffmpeg to decode raw AAC with android ndk

  29. 29

    ffmpeg - android ndk build assembler messages bad instruction

HotTag

Archive