Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (69)

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

  • Visual Studio & ffmpeg : Building FFmpeg in visual studio - 'ffmpeg.obj'

    11 mai 2021, par Simba_cl25

    I am new here and I am trying to link ffmpeg with visual studio following some guides like :

    


    


    I added librairies in the project propreties :

    


      

    • In C/C++ —> General —> Additional Include Directories
    • 


    • In Linker —> General —> Additional Library Directories
    • 


    • In Linker —> Input —> Additional Dependencies
    • 


    


    But I have encountered the following problem :

    


    


    Error LNK1104 cannot open file 'ffmpeg.obj'

    


    


    I tried to add double quotes around path of the libraries but it hasn't changed the outcome.

    


    Nevertheless, I can't find anything about 'ffmpeg.obj'
What is this file ? What could I change to avoid this error ?

    


  • Merge commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’

    19 septembre 2013, par Michael Niedermayer
    Merge commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’
    

    * commit ’c4bfa098072ba338d83555d6e2199f7e1e64ffff’ :
    Add a WebP decoder

    Conflicts :
    Changelog
    doc/general.texi
    libavcodec/Makefile
    libavcodec/avcodec.h
    libavcodec/version.h
    libavformat/img2.c

    The previously existing webp decoder is disabled as the new
    one supports lossless mode and alpha while the previous does not.

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/utils.c
    • [DH] libavcodec/version.h
    • [DH] libavcodec/vp8.c
    • [DH] libavcodec/vp8.h
    • [DH] libavcodec/webp.c
  • doc : fix various typos

    10 février 2019, par Moritz Barsnick
    doc : fix various typos
    

    Found with the help of codespell-1.14.0.

    Signed-off-by : Moritz Barsnick <barsnick@gmx.net>
    Signed-off-by : Gyan Doshi <ffmpeg@gyani.pro>

    • [DH] doc/bitstream_filters.texi
    • [DH] doc/codecs.texi
    • [DH] doc/filters.texi
    • [DH] doc/formats.texi
    • [DH] doc/general.texi
    • [DH] doc/muxers.texi