Coder Social home page Coder Social logo

Comments (4)

hiteshsondhi88 avatar hiteshsondhi88 commented on June 12, 2024

This library doesn't have mp3 encoder support for now, I will try to add it as soon as I can.
But you can convert mp4 to aac (audio file) using below command -
ffmpeg -i sample.mp4 -strict -2 sample.aac

from ffmpeg-android-java.

westlinkin avatar westlinkin commented on June 12, 2024

Thank you very much! convert to aac works.

from ffmpeg-android-java.

pvskalyan avatar pvskalyan commented on June 12, 2024

Thanks for the great library.but its not supporting mp3 format can you please support this format..

from ffmpeg-android-java.

sethip02 avatar sethip02 commented on June 12, 2024

Hi hiteshsondhi88,

I tried using the ffmpeg library according to below post

http://writingminds.github.io/ffmpeg-android-java/

and was trying to execute below command:

ffmpeg -i /sdcard/Music/Clip_part1.mp3 -i /sdcard/Music/Clip_part3.mp3 -filter_complex acrossfade=d=5:o=1 /sdcard/Music/medley.mp3

I was getting the error
ffmpeg has text relocations.This is wasting memory and prevents security hardening

I tried on target sdk version 22 and 23 both.
Can you please help in solving this issue.

Thanks in advance.

from ffmpeg-android-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.