Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (77)

  • 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 (10920)

  • FFMPEG crop ratio ?

    21 octobre 2016, par user3730954

    I’ve been trying to figure out how FFMPEG decides it’s dimensions after cropping a video. After cropping width 400 by 3 (133.3), it becomes 132. 640 by 3 (213.3) becomes 212. 426 by 2 (213) becomes 212.
    I thought it might be int((dimension+1)/crop) - 1 (such as (400-1/3) -1 becomes 132 which is correct) but this fails on 720/2 which becomes 359, but it should be 360. Any ideas ?

  • How to integrate ism* audio with video files into mp4 ?

    24 juillet 2012, par Ωmega

    Having audio .isma file and video .ismv file, how can be those separate files integrated into .mp4 file ? Is there some schema and/or algorithm that can be used to develop such tool, or is already such tool available ?

  • I am trying to integrate FFMPEG library into my Xcode 7.1 project and getting error

    11 mars 2016, par Nirbhay

    ld : ’/Users/akash/Documents/Development/ffmpeg_t/libavformat.a(allformats.o)’ does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
    clang : error : linker command failed with exit code 1 (use -v to see invocation)