Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (101)

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

  • libaacplus : return meaningful error codes

    23 mai 2013, par Paul B Mahol
    libaacplus : return meaningful error codes
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/libaacplus.c
  • ffmpeg error using Fade Seconds [migrated]

    13 mai 2013, par Ben Humphreys

    I'm trying to fade a video clip in and out with a duration of a few seconds, and ffmpeg seemed like the best way.
    The documentation mentions a fade option, and I have it working with a time in frames, but I really want to be able to use seconds.

    Using the example from the docs, and adding the following to a working encode command :

    -vf "fade=t=in:st=5.5:d=0.5"

    I get :

    [fade @ 0x102f009a0] Option &#39;st&#39; not found
    [AVFilterGraph @ 0x102f00d00] Error initializing filter &#39;fade&#39; with args &#39;t=in:st=5.5:d=0.5&#39;

    I get the same error using the long argument start_time

    I have ffmpeg version 1.2 and libavfilter 3. 42.103 /  3. 42.103

    I would use frames to specify the fade time and duration, but I'm specifying clip length in seconds, and I have no idea how long the clip will be in frames. To specify fade out I need to know the length in frames, and then specify the start time as num_frames - fade_duration_in_frames.

    Has anyone else hit this problem ?

  • Add FATE test for matroska error recovery.

    5 mai 2013, par Reimar Döffinger
    Add FATE test for matroska error recovery.
    

    This is the first 2 MB of the official test7.mkv.
    That length seems to be enough to detect the bugs
    we had in our code so far.

    Signed-off-by : Reimar Döffinger <Reimar.Doeffinger@gmx.de>

    • [DH] tests/fate/demux.mak
    • [DH] tests/ref/fate/mkv