How wil i get ffenc_mpeg4 encoder in my gstreamer pipeline?

How wil i get ffenc_mpeg4 encoder in my gstreamer pipeline?

This question has suggested answer(s)

I want to use mpeg4 encoder 'ffenc_mpeg4'.

I have another encoder 'dmaienc_mpeg4' but does not have 'ffenc_mpeg4'.

Can anybody know how will i get this plugin.

Thanks

Rama

All Replies
  • Hi Rama,

    dmaienc_mpeg4 uses the hardware accelerators on the dm355. ffenc_mpeg4 is a generic element that runs on the ARM and I doubt would meet your performance goals.

    To see the list of GStreamer elements available, run

    gst-inspect

    Todd

  • yes,

    I used the command, following is the output

    / # gst-inspect ffenc_mpeg4

    No such element or plugin 'ffenc_mpeg4'

    So how will i install this?

  • I don't think you want to use ffenc_mpeg.  However, if you want to install it

    Run

    make config

    in your development directory and enable

     -> File System Configuration                                                                                │  

     │       -> Select target's file system software

                  FS_APPS_GSTREAMER_PLUGINS_FFMPEG

    If that doesn't do it, then you might need to adjust what is getting build in the fs/apps/gst-ffmpeg-0.10.4 directory.

    It will be uselessly slow once you get it build and installed.