Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (79)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (12129)

  • How to compile ffmpeg on android with external library

    2 novembre 2011, par Curtis Kiu

    I would like to build ffmpeg using android ndk.
    The basic clean build is work fine for me.
    However, I would like to add librtmp,libfaac,libx264 into ffmpeg.
    Then I add —enable-libXXXXX in build file,but it fail to do so.
    So can anyone tell me how can I build those file for ffmpeg ?
    Where and what file should I put into the ffmpeg file ?
    Please give me a helping hand Thank you

  • How to compile ffmpeg on android with external library

    2 novembre 2011, par Curtis

    I would like to build ffmpeg using android ndk.
    The basic clean build is work fine for me.
    However, I would like to add librtmp,libfaac,libx264 into ffmpeg.
    Then I add —enable-libXXXXX in build file,but it fail to do so.
    So can anyone tell me how can I build those file for ffmpeg ?
    Where and what file should I put into the ffmpeg file ?
    Please give me a helping hand Thank you

  • ffmpeg stops generating mp4 1.5 seconds before end

    26 septembre 2016, par Alex Konetchy

    I’m no ffmpeg expert. I’m trying to generate a video with a matching image overlapped on top to create a cinemagraph effect. For the basic test I run this, but it stops creating frames about 1.5 seconds before the end of the output video is complete.

    ffmpeg -ss 10.0000 -t 15.00000 -i waterfall.mp4 -loop 1 -i output.png -an output1.mp4

    Could anyone point me in the right direction for why this might be occurring ? All help is appreciated !