Recherche avancée

Médias (91)

Autres articles (70)

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

  • avcodec/vc1 : fix overlap filter for frame interlaced pictures

    20 juin 2018, par Jerome Borsboom
    avcodec/vc1 : fix overlap filter for frame interlaced pictures
    

    The overlap filter is not correct for vertical edges in frame interlaced
    I and P pictures. When filtering macroblocks with different FIELDTX values,
    we have to match the lines at both sides of the vertical border. In addition,
    we have to use the correct rounding values, depending on the line we are
    filtering.

    Signed-off-by : Jerome Borsboom <jerome.borsboom@carpalis.nl>

    • [DH] libavcodec/mips/vc1dsp_mmi.c
    • [DH] libavcodec/vc1_loopfilter.c
    • [DH] libavcodec/vc1dsp.c
    • [DH] libavcodec/vc1dsp.h
  • Creating an AVI file from a sequence of pictures [closed]

    14 août 2012, par idish

    I've been looking for an sdk or library that takes care for video editing in the low level of it, such as dealing with pixels, frames, etc.

    I've found the AviFileWrapper library but it seems to me that it's pretty old and may not satisfity my needs, and also I'm aware of the ffmpeg .net Wrapper, but I'm not sure of how to start using it and it looks pretty complex.

    Is there anything else I could use for such a task ? Or these are the only tools available to me ?

    I must emphasize that I need it to be in C# only.

  • avformat_open_input returns -2 (Android)

    13 octobre 2020, par Ivelius

    I'm using this FFMPEG port for Android.&#xA;My Goal is to read RTSP stream eventually.

    &#xA;&#xA;

    I can open a stream from a local file (located at "/storage/emulated/0/bunny.mp4") ,&#xA;using *avformat_open_input* function.

    &#xA;&#xA;

    However when I try to open the same file from remote location like *"http_ ://192.168.1.183/bunny.mp4*" , it returns error -2 .

    &#xA;&#xA;

    The whole cpp code is here.

    &#xA;&#xA;

    Any ideas ?

    &#xA;