Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (83)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

  • determine video file's (typical ?) keyframe frequency

    2 avril 2012, par pdkl95

    Is there any way to use common tools (ffmpeg ? mplayer/mencoder ? mkvmerge ? etc) to find how often keyframes appear in a given video file ? and thereby finding the minimum seek size ? It seems like such an obvious statistic that there "must" be some common technique...

    [if it helps, assume MKV container, H.264 video - I'd love to find a more general solution, but maybe that's not possible/practical ?]

  • Hap decoder and encoder

    26 avril 2015, par Vittorio Giovara
    Hap decoder and encoder
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] Changelog
    • [DBH] configure
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/hap.h
    • [DBH] libavcodec/hapdec.c
    • [DBH] libavcodec/hapenc.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/isom.c
    • [DBH] tests/fate/video.mak
    • [DBH] tests/ref/fate/hap1
    • [DBH] tests/ref/fate/hap5
    • [DBH] tests/ref/fate/hapy
  • unexpected end of file error in ffmpeg libavutils/common.h while compiling

    23 mars 2014, par Mayank Agarwal

    I am compiling following simple code in ffmpeg.

    #include "stdafx.h"
    #include <libavcodec></libavcodec>avcodec.h>
    #include <libavformat></libavformat>avformat.h>

    void main()
    {

       av_register_all();

    }

    all the ffmpeg headers i have included in project properties.
    but i am getting the following error on compiling.

    Error 1 error C1004 : unexpected end-of-file found dev\include\libavutil\common.h 87 1

    Regards
    Mayank