Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (108)

Sur d’autres sites (15686)

  • is there a good library out there that will split a mp3 with php

    24 janvier 2012, par Tamer

    So i have an application takes a uploaded song and allows the user to purchase it. I would like to also create a 30 second clip that the user can preview, but rather then having the user upload two files I want the application to create the 30 second mp3 file based on the original mp3. I found this library which i am using like this

       $oSplit=new CMP3Split(DIR_DOWNLOAD ."Made_To_Love.mp3",243,DIR_DOWNLOAD ."clips/{$rndString}.mp3",30,0);

    but it seems to not always produce a 30 second clip

    and i also found this question which is using ffmpeg which i dont know how to use in a php setting.

    Any ideas or suggestions

  • Ffmpeg watermarking multiple images

    5 avril 2013, par r3zfr

    I'm a bit puzzled here and can't find an answer to the following question. Is it possible to have 2 .png files watermarked into a video in a single command line with Libavfilter ?

    I'm using this commandline, but everything I try to get the second PNG image in it fails.

    ffmpeg –i inputvideo.avi -vf "movie=watermarklogo.png [watermark]; [in][watermark] overlay=main_w-overlay_w-10:10 [out]" outputvideo.flv
  • Is it possible to use dex2jar converted jar file into your project

    15 septembre 2012, par swapnil adsure

    i want to use ffmpeg decoder for my android project but i am having lots of error and config problem to compile it.
    but today i read about apk recompiling by dex2jar.
    so My question is " it is possible to use that dex2jar.jar file into your project ?.
    Like is it possible for me to use ffmpeg decoder into my project by importing that jar file into my project ?.
    and same case with vitamio plugin . so if it is possible than i just need to add that plugin jar into my project and link with code and user dont need to download extra plugin.
    waiting for reply

    thank you