Menu

H264 and FFMEPG

Ram Gandhe
2013-02-07
2013-02-11
  • Ram Gandhe

    Ram Gandhe - 2013-02-07

    How can the libraries like H264 be included in this compilation

     
  • Obucina

    Obucina - 2013-02-08

    As far as I know, there is no Android.mk for libx264 library (ergo, it cant be built against Android source code tree), so there is no quick and easy way to do this.

    You can try to build libx264 with standalone toolchain, copy it to the sysroot path, and then build FFmpeg with my scripts.

    I will investigate further and think about including libx264 support in my scripts.

     

    Last edit: Obucina 2013-02-08
  • Ram Gandhe

    Ram Gandhe - 2013-02-11

    Here is some help for the investigation. https://github.com/guardianproject/android-ffmpeg project does have scripts to include x264

     
    • Obucina

      Obucina - 2013-02-11

      This projects uses NDK and standalone toolchain to build FFmpeg and
      libx264, using makefiles (Makefile).
      My project is inteded to be build in android source code tree, during
      Android OS building from scratch, using android makefiles
      (Android.mk).
      So, these two projects have different scopes, means to build the
      library and ways to be used. Using this project as a reference is of
      very limited usability for me.

      2013/2/11 Ram Gandhe ram_gandhe@users.sf.net:

      Here is some help for the investigation.
      https://github.com/guardianproject/android-ffmpeg project does have scripts
      to include x264

      H264 and FFMEPG


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/ffmpeg4android/discussion/general/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/prefs/

       
  • Obucina

    Obucina - 2013-02-11

    This projects uses regular makefiles (Makefile) and standalone toolchain from Android NDK to build FFmpeg and libx264 libraries.

    My project is using Android makefiles (Android.mk), it is intended to be placed in Android source code tree, and built by Android build system, during building Android from source code.

    So, these two projects have different scopes. Using the project you are mentioning as a reference for my project is of limited usability.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.