Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (103)

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

  • FFmpeg : Video animation direction based on the image sizes ?

    9 décembre 2019, par ArmKh

    I need to animate the video based on the image sizes. For example :

    1st images sizes are 600x1200px. In this case, I need to animate the video from the top of the image to bottom

    2nd image sizes are 1200x400px. In this case, I need to animate video from the right of the image to left

    The more pictorial video example is this

    So, is there any way to do it ?

  • ac3 : Do not clash with normal AVERROR

    28 juillet 2013, par Luca Barbato
    ac3 : Do not clash with normal AVERROR
    

    The parsing function return AVERROR and AAC_AC3_PARSE_ERROR values,
    make sure they are not misunderstood.

    • [DH] libavcodec/aac_ac3_parser.h
  • avformat/rtsp : Check that lower transport is handled in one of the if()

    8 juin 2024, par Michael Niedermayer
    avformat/rtsp : Check that lower transport is handled in one of the if()
    

    Fixes : CID1473554 Uninitialized scalar variable

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtsp.c