Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (33)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (6664)

  • avfilter/vf_datascope : reduce block height

    11 septembre 2018, par Paul B Mahol
    avfilter/vf_datascope : reduce block height
    

    So it match minimal input video size requirement.

    • [DH] libavfilter/vf_datascope.c
  • avcodec/huffyuvdec : use the correct height field

    18 février 2014, par Michael Niedermayer
    avcodec/huffyuvdec : use the correct height field
    

    Fixes Ticket3395

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/huffyuvdec.c
  • How to use ffmpeg to make a video from one still image with height from 0 to 100% animation,

    30 août 2021, par Xiang Chen

    I want use a still image to make a transparent webm video, this video needs to have the following style :

    &#xA;

      &#xA;
    1. The image height auto increase from 0 to 100% in specific time.
    2. &#xA;

    3. I don't want scroll effect , what i want is just like the image spread from top to bottom
    4. &#xA;

    &#xA;

    Below is my demo image :

    &#xA;

    below is my demo image

    &#xA;

    This is the effect I want :

    &#xA;

    this is the effect i want

    &#xA;

    Black color part represent transparency.

    &#xA;