Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10526)

  • 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
  • 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
  • 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 :

    &#xA;

    &#xA;

    I added librairies in the project propreties :

    &#xA;

      &#xA;
    • In C/C++ —> General —> Additional Include Directories
    • &#xA;

    • In Linker —> General —> Additional Library Directories
    • &#xA;

    • In Linker —> Input —> Additional Dependencies
    • &#xA;

    &#xA;

    But I have encountered the following problem :

    &#xA;

    &#xA;

    Error LNK1104 cannot open file 'ffmpeg.obj'

    &#xA;

    &#xA;

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

    &#xA;

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

    &#xA;