Recherche avancée

Médias (91)

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (11072)

  • How to trim songs in Android Studio ?

    1er mars 2019, par Vishesh Sharma

    I am working on an Android Project and I would like to know how to trim a song in Android Studio programmatically, I am trying to use ffmpeg but I still am not able to embed it in my code.

    If there is any code for trimming the songs, then it would be of great help.

  • Number ffmpeg process running

    29 octobre 2022, par GoAmGo

    I'm making a application to create hls channels, my problem is what no can running more than six ffmpeg process at time and i dont know becouse it.

    


    You can see in this video https://www.youtube.com/watch?v=G24KuYMLjsM

    


    The server is apache with php-fpm fcgid and the cuestion is what i can runnig more process whitout problem but i don`t know becouse it limited ffmpeg to six process.

    


    I'm probe all but i think can be a limit in the ffmpeg compitated version ?

    


    When I exec the seven ffmpeg process, ffmpeg say : Conversion Falied !

    


    But I can run others process more with not be ffmpeg , is not a server limit.

    


  • ffmpeg video slideshow script with vertical stack transition ?

    11 mai 2019, par Trần Công Trường

    I have cmd : ffmpeg -y -r 1/5 -i "C :\test\a\%0d.jpg" -r 24 "C :\test\out.mp4"
    I want slideshow script with vertical stack transition. Similar to the video below : https://www.youtube.com/watch?v=3G47V5EDJZw . Thanks