Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (109)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (13154)

  • lavf : Add DSS demuxer

    13 février 2015, par Oleksij Rempel
    lavf : Add DSS demuxer
    

    Signed-off-by : Oleksij Rempel <linux@rempel-privat.de>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavformat/Makefile
    • [DH] libavformat/allformats.c
    • [DH] libavformat/dss.c
    • [DH] libavformat/version.h
  • avs2 : correct avs2 description

    7 août 2018, par hwren
    avs2 : correct avs2 description
    

    Signed-off-by : hwren <hwrenx@126.com>
    Signed-off-by : Gyan Doshi <ffmpeg@gyani.pro>

    • [DH] doc/decoders.texi
    • [DH] doc/general.texi
    • [DH] libavcodec/avs2_parser.c
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/libdavs2.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;