Recherche avancée

Médias (91)

Autres articles (65)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

  • FFMPEG H.265 C++ based encoder : avcodec_open2 fails

    22 juillet 2021, par rt7085

    My FFMPEG based c-code the correctly produces h.264 encoded video files when I set the codec ID to "AV_CODEC_ID_H264". When I change it to "AV_CODEC_ID_HEVC" I get this output from these particular lines of code.

    


    ret = avcodec_open2(c, codec, &opt);
    av_dict_free(&opt);
    if (ret < 0) {
        fprintf(stderr, "Could not open video codec: %s\n", av_err2str(ret));
        exit(1);
    }


    


    [hevc_mf @ 000001F604B62F00] could not find any MFT for the given media type
[hevc_mf @ 000001F604B62F00] could not create MFT
Could not open video codec: Function not implemented


    


    I have the FFMPEG version 4.1 build. I was under the assumption that H.265 codec where part of this release. What am missing ?

    


  • configure : fix vulkan dep for libglslang based filters

    30 avril 2021, par James Almer
    configure : fix vulkan dep for libglslang based filters
    

    Temporary fix until the filters are updated.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure
  • Event add/remove : use addEventListener based on typeof attachEvent === null (old IE behaviour)

    13 juin 2011, par Scott Schiller

    m demo/360-player/script/360player.js Event add/remove : use addEventListener based on typeof attachEvent === null (old IE behaviour)