Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (73)

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

  • avcodec/hap : (trivial) rename enum values and document their meaning

    23 juillet 2015, par Tom Butterworth
    avcodec/hap : (trivial) rename enum values and document their meaning
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/hapenc.c
  • avfilter/vf_geq : Add support for reading sample sums and means of rectangles

    6 décembre 2019, par Michael Niedermayer
    avfilter/vf_geq : Add support for reading sample sums and means of rectangles
    

    This allows integrating box blur style filters in geq.

    Without this computing the mean of an area in geq would have been excessivly slow

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_geq.c
  • How can I found FFmpeg Error code's meaning ?

    5 mai 2024, par Birds

    I have an issue using FFMPEG.

    &#xA;&#xA;

    avcodec_send_packet() is returning error code -12.

    &#xA;&#xA;

    I am trying to find what the meaning of -12 is.

    &#xA;&#xA;

    I found this page but I can't understand the calculation for -12 :

    &#xA;&#xA;

    How can I find out what this ffmpeg error code means ?

    &#xA;&#xA;

    Can anyone help me ?

    &#xA;&#xA;

    I'm using DXVA2 for decoding. and avcodec_send_packet() function is return -12 after the 20th frame.

    &#xA;&#xA;

    20th frame return

    &#xA;&#xA;

    image

    &#xA;&#xA;

    21st frame return

    &#xA;&#xA;

    image

    &#xA;