Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (54)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (8255)

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