Recherche avancée

Médias (91)

Autres articles (93)

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (11518)

  • Anomalie #2436 (Fermé) : Supprimer l’entité no-store de l’en-tête HTTP Cache-Control

    29 novembre 2011, par cedric -

    doublon avec un ticket déja résolu #1993

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

  • 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