2

I'm new in here and in android development. I'm trying to convert a video that I receive from an rtsp stream (h.264 I think) to images (any kind of images).

Is there's any way to do it? Thanks!

Mikael Ohlson
  • 3,074
  • 1
  • 22
  • 28
Lino
  • 295
  • 1
  • 5
  • 19
  • [What have you tried](http://whathaveyoutried.com) – FoamyGuy Jun 26 '12 at 01:02
  • I haven't started yet because I don't know where I need to start or even what to do, that's why I'm asking if this can be done. Do you know a way to do it? any example? thanks – Lino Jun 26 '12 at 01:23

1 Answers1

0

I'm not sure what your requirements are, do you need every frame? However what i would try out is the following:

As far as I can remember you can save any View as jpg or png. So I would as a first try, play the video using a SurfaceView and then attempt to save the SurfaceView to a file.

Here a link on how to save a View to jp or png.

Community
  • 1
  • 1
Florian Pilz
  • 337
  • 1
  • 12