Recherche avancée

Médias (1)

Mot : - Tags -/illustrator

Autres articles (49)

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (8900)

  • svq1dec : Unbreak the scratch buffer allocation

    6 décembre 2014, par Michael Niedermayer
    svq1dec : Unbreak the scratch buffer allocation
    

    The input packets are always assumed to be padded and
    the av_fast_ family of function takes a pointer to a pointer.

    Thanks to Nicolas Dufresne <nicolas.dufresne@collabora.com> for
    a similar patch.

    Introduced in 7b588bb691644e1b3c168b99accf74248a24e3cf.

    Bug-Id : 766
    CC : libav-stable@libav.org
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/svq1dec.c
  • configure : Remove dcbzl check for e500v1 and e500v2 architectures

    6 février 2014, par Peter Krefting
    configure : Remove dcbzl check for e500v1 and e500v2 architectures
    

    The DCBZL instruction is not available for the e500v1 and e500v2
    architectures, but may still be recognized by the toolchain, so we
    need to explicitly disable it for these architectures.

    References : PowerPC™ e500 Core Family Reference Manual (Freescale)

    Found-by : Ståle Kristoffersen <staalebk@ifi.uio.no>

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] configure
  • How to upload and overlay animation.html file from system and overlay over video in HTML or ANGULAR

    23 septembre 2020, par Hiren

    Hey I am trying to build an app which has a functionality of allowing a user to upload a pre-existing .HTML file from his system which contains a simple animation init

    &#xA;

    I want to get that file and overlay the animation contained in .HTML file on my video and display it to the user.

    &#xA;

    is that possible please help me if it is.

    &#xA;

    &#xD;&#xA;
    &#xD;&#xA;
    body {&#xA;  background: #;&#xA;}&#xA;&#xA;#fullScreenBox {&#xA;  height: 500px;&#xA;  width: 50%;&#xA;  background: #;&#xA;  position: absolute;&#xA;  top: 0;&#xA;  bottom: 0;&#xA;  left: 0;&#xA;  right: 0;&#xA;  margin: auto;&#xA;}&#xA;&#xA;#hiddenBox {&#xA;  width: 50%;&#xA;  height: 500px;&#xA;  background: #;&#xA;  position: absolute;&#xA;  top: 0;&#xA;  bottom: 0;&#xA;  left: 0;&#xA;  right: 0;&#xA;  margin: auto;&#xA;  overflow: hidden;&#xA;}&#xA;&#xA;#title {&#xA;  width: 100%;&#xA;  height: 150px;&#xA;  background: #;&#xA;  /*U can also use #*/&#xA;  position: absolute;&#xA;  top: 200px;&#xA;  font-family: arial;&#xA;  font-size: 50px;&#xA;  color: white;&#xA;  text-align: center;&#xA;  opacity: 0;&#xA;}&#xA;&#xA;#subtitle {&#xA;  width: 100%;&#xA;  height: 50px;&#xA;  background: #;&#xA;  /*U can also use #*/&#xA;  position: absolute;&#xA;  top: 300px;&#xA;  font-family: arial;&#xA;  font-size: 50px;&#xA;  color: red;&#xA;  text-align: center;&#xA;  opacity: 0;&#xA;}&#xA;&#xA;#line01 {&#xA;  width: 25%;&#xA;  height: 4px;&#xA;  background: white;&#xA;  /*U can also use #*/&#xA;  position: absolute;&#xA;  top: 50px;&#xA;  bottom: 0;&#xA;  left: 0;&#xA;  right: 0;&#xA;  margin: auto;&#xA;  color: white;&#xA;  opacity: 0;&#xA;}&#xA;&#xA;#overlay {&#xA;  position: absolute;&#xA;  color: #FFF;&#xA;  text-align: center;&#xA;  font-size: 20px;&#xA;  padding: 10px 0;&#xA;  width: 50%;&#xA;  height: 500px;&#xA;  background: #;&#xA;  top: 0;&#xA;  bottom: 0;&#xA;  left: 0;&#xA;  right: 0;&#xA;  margin: auto;&#xA;}&#xA;&#xA;#v {&#xA;  height: 500px;&#xA;  width: 100%;&#xA;}

    &#xD;&#xA;

    &#xA;&#xA;  <div>&#xA;    <div class="">&#xA;      <div class="webvfx" data-animate="&#x27;{&#xA;">&#xA;        LONDON&#xA;      </div>&#xA;      <div class="webvfx" data-animate="&#x27;{&#xA;">&#xA;&#xA;      </div>&#xA;&#xA;      <div class="webvfx" data-animate="&#x27;{&#xA;">&#xA;        City of Dreams!&#xA;      </div>&#xA;    </div>&#xA;</div>

    &#xD;&#xA;

    &#xD;&#xA;

    &#xD;&#xA;&#xA;

    This is my HTML file that contains a simple animation for example which is in user system

    &#xA;

    In my application when user upload this file i want to overlay the animation contained in this file on the video as he uploads it is these any way&#xA;Thank you

    &#xA;