Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (57)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

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

Sur d’autres sites (9021)

  • Revision 730ade414d : Further rate control cleanups Some cleanups on frames_to_key, frames_since_key.

    7 janvier 2014, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Further rate control cleanups

    Some cleanups on frames_to_key, frames_since_key.
    Also removes the unused fixed_q parameters in vp9.

    Change-Id : If8743a32c71de30a8d17136477b53d607a7acda8

  • Cannot control looping when converting video to gif in FFMPEG

    28 mai 2019, par friendlygiraffe

    I am trying to create a gif that loops twice from a movie, but whatever I try it loops continuously :

    ffmpeg -i animation.mov -loop 2 animation.gif

    Using ffmpeg version 4.1.3 on Mac

  • Frame rate control of a ts file

    6 janvier 2017, par Prasanth Kumar Arisetti

    I have a ts file, which is created by encoding raw yuv data using x264enc and muxing it with mpegtsmux.

    And this file contains more than one stream. For example it may contain two video streams, or it may contain two video and one text stream like that.

    It is of 25 fps, and 720X576 resolution. I would like to change it’s fps to say 10, and all the three streams must present in the new ts file also.

    Is there any pipeline for this in gstreamer ? or any command in ffmpeg ? How can i do this ?