Newest 'ffmpeg' Questions - Stack Overflow

http://stackoverflow.com/questions/tagged/ffmpeg

Les articles publiés sur le site

  • FF-MPEG Running Commands through Jni

    13 septembre 2012, par Ravi K. Sharma

    I read and followed all instructions http://bambuser.com/opensource but i am puzzled around how to generate ffmpeg .so file using cygwin and ndk-r7 ? I appreciate if Some one could provide me better links/Solution to integrate FFPMEG for my Android Application.

    I switched to ubuntu, now i am able to build it and got .so files. Could some one help me on how can i change ffmpeg.c file's main function and use it directly from jni to run ffmpeg commands.

    Thanks in Advance.

  • How to get the audio layout information with FFMPEG

    13 septembre 2012, par gomesr

    Is it possible to get the audio layout using ffmpeg? I want to be able to know for example for an 8 Channel piece of audio, which channel is set for each of the L,R,FL,FR,etc. Basically the mapping, this seems to be possible using qtinfo, but I want to know if it is doable with ffmpeg

  • Using FFMPEG with Android NDK v6

    12 septembre 2012, par user916350

    I try to compile ffmpeg library for my Android app, but all instructions from Internet use android ndk v4, and it doesn't work with android ndk v6; I can't find ndk v4. Give me please a good instruction with v6 or share me v4 please, i need it.

  • Use ffmpeg to upload directly to s3 ?

    12 septembre 2012, par user1204384

    I have PHP script that I am using to convert files to the mp3 extension. First the user uploads the file to an EC2 server. From there, can I use ffmpeg to process a file and directly upload it to S3?

    How do I upload a file, process/convert with ffmpeg and upload to an s3 bucket?

  • Streaming video using stream of images

    12 septembre 2012, par nicky

    I have a stream of images to make a .flv video. I can make video using those streams using ffmpeg but video is to be streamed live simultaneously.

    I have already installed red5 for streaming.