Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (12576)

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