This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to use the h.264 codec on omap3530

Other Parts Discussed in Thread: OMAP3530

hi

   Now i want  to do a application on omap3530. it just like a Digital Video Camera (DVC) .

   I want to record the encode video in sd card and then playback it ,through the codec engine H.264.

but the video is not a stand video ,it just can show on the LCD through the LCD control of  the omap3530(dss).

my tft lcd just 320*240,not the 480p or 720p or 1080p.

if i can encode the video frame one by one?if i can consider the one video frame as the in.dat ?(like the ./examples/apps ,in.dat )

then one frame video to one encoded.dat.  After sometimes add all the encoded.dat into one file ,at last save it in the sd card.

or can you  tell me how to do that ?

And i want to find the "H.264 Baseline Profile Encoder on OMAP3530 User’s Guide ,Literature Number: SPRUET9 July 2009",but where it is?

regards

LEE

  • Hi LEE,

    Could you give more info ?

    You want to encode a video from which input ? A USB camera ?  you want to encode your "desktop" ?

    Take a look at this :

    http://processors.wiki.ti.com/index.php/Example_GStreamer_Pipelines

    The documentation of the H264 Baseline... is on your dvsdk in the ti-codecs folder (ti/sdo/codecs/h264enc/doc)

    Mika