Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (69)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (9775)

  • avdevice/decklink_dec : fix build with older SDK

    14 septembre 2020, par Marton Balint
    avdevice/decklink_dec : fix build with older SDK
    

    Apparently bmdFormatUnspecified needs SDK 11.0. It is just a fancy way of
    checking for zero, so let's do that instead.

    Fixes build issue since f1b908d20a8.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavdevice/decklink_dec.cpp
  • How to build faac or fdk-aac for ios ?

    30 juin 2014, par 谢小进

    How to build faac or fdk-aac for iOS, including x86_64, i386, armv7, armv7s, and arm64 ? Because I want to encode iOS audio then publish to RTMP server. I know that faac and fdk-aac are good choice. I have searched and found nothing more about this. faac is so geek and no more documents or tutorials, neither fdk-aac is.

  • ffmpeg build with msys2 + VS2017 hang

    20 décembre 2019, par lucky1928

    I am using windows10 + MSVC2017 Community + MSYS2 to build ffmpeg 4.0.1 with below steps :

    1. Start a Visual Studio 2017 "Developer Command Prompt"
    2. cd into msys64 directory, and then invoke MSYS2

      msys2_shell.cmd -msys2 -use-full-path

    3. In MSYS2 shell, cd into ffmpeg build directory.

    4. run ffmpeg config command :

      ./configure --prefix=./install --toolchain=msvc

    After press enter with above command line,sounds like it hang there forever.
    never print anything out and not exit as well.