Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (104)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (7044)

  • x264 command line options for openh264 decoder

    6 octobre 2015, par David

    OpenH264 is a pretty restrictive decoder. It only decodes baseline, for one thing. I’m using openh264 to decode something encoded with x264 and every 1-10 seconds I’m getting busts of 10-20 frames of decoding errors : dsRefLost, dsBitstreamError, and/or dsDataErrorConcealed. I’m thinking this may be due to x264 set to encode in a way OpenH264 doesn’t support to decode. What options should I use for x264 to make sure openh264 can decode properly ?

  • How to batch convert using ffmpeg from command line

    2 janvier 2015, par Thomas Buckler

    I have this nice one-liner to merge an image & sound and create a video :

    ffmpeg -i AlbumCover.png -i AnglersTunnel.flac AnglersTunnel.flv

    I have an entire folder filled with other sounds I want to process in the exact same way. How can I perform this one-liner on my entire folder ? There is only 1 image file to use for every sound file. the output video file name should be the same as the audio file name.

    My Folder

  • How to transition smoothly and repeatedly between two videos using a command line tool on Ubuntu ?

    8 février 2019, par Introspectre

    At first glance, this problem seems like it should be easy to solve, but I’m having difficulty locating the right solution on Ubuntu. I simply want to output a video using two videos as input, where these two videos fade into each other in a smooth and repetitive manner, every second or so. Would I be able to use something like ffmpeg for this task ? If not, what’s a typical efficient path to this goal ?