Recherche avancée

Médias (91)

Autres articles (68)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les statuts des instances de mutualisation

    13 mars 2010, par

    Pour des raisons de compatibilité générale du plugin de gestion de mutualisations avec les fonctions originales de SPIP, les statuts des instances sont les mêmes que pour tout autre objets (articles...), seuls leurs noms dans l’interface change quelque peu.
    Les différents statuts possibles sont : prepa (demandé) qui correspond à une instance demandée par un utilisateur. Si le site a déjà été créé par le passé, il est passé en mode désactivé. publie (validé) qui correspond à une instance validée par un (...)

Sur d’autres sites (11278)

  • lavf/srt : fix build fail when used the libsrt 1.4.1

    12 juillet 2020, par Jun Zhao
    lavf/srt : fix build fail when used the libsrt 1.4.1
    

    libsrt changed the :
    SRTO_SMOOTHER -> SRTO_CONGESTION
    SRTO_STRICTENC -> SRTO_ENFORCEDENCRYPTION
    and removed the front of deprecated options (SRTO_SMOOTHER/SRTO_STRICTENC)
    in the header, it's lead to build fail

    fix #8760

    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] libavformat/libsrt.c
  • avutil/hwcontext_videotoolbox : Fix build with older SDKs

    9 juillet 2024, par Marvin Scholz
    avutil/hwcontext_videotoolbox : Fix build with older SDKs
    

    I've accidentally used API not available on the checked version.
    Additionally check for the SDK to be new enough to even have the
    CVImageBufferCreateColorSpaceFromAttachments API to not fail
    the build.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavutil/hwcontext_videotoolbox.c
  • How to build pion mediadevices examples with x264 Windows ?

    17 mai 2022, par NO_GUI

    I am trying to build the pion mediadevices webrtc example utilizing x264 as my video encoder. I am building on a Windows 10 PC. The pion/mediadevices library utilizes pkg-config to locate x264 to build the program. I keep getting this error when building though :

    &#xA;

    # pkg-config --cflags  -- x264&#xA;Package x264 was not found in the pkg-config search path.&#xA;Perhaps you should add the directory containing `x264.pc&#x27;&#xA;to the PKG_CONFIG_PATH environment variable&#xA;No package &#x27;x264&#x27; found&#xA;pkg-config: exit status 1&#xA;

    &#xA;

    I downloaded the source code for x264, but there is no x264.pc included. And from my research, it appears x264.pc is only included with libx264. I can't find any way to get libx264 on Windows either. Lastly, what is x264.pc, and what is a .pc file ?&#xA;Thanks for the help !

    &#xA;

    Edit : I think I have to build the x264 library first, and I almost got it to work. MinGW was able to compile x264 and give me the x264.pc. But it was all compiled in 32bit, how can I compile the x264 library for 64bit on windows ?

    &#xA;