Recherche avancée

Médias (91)

Autres articles (107)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (10450)

  • libavformat/mxfdec.c : Report dark metadata keys only when they match no parser at...

    21 octobre 2015, par Alexis Ballier
    libavformat/mxfdec.c : Report dark metadata keys only when they match no parser at all, not everytime they fail to match one.
    

    Reviewed-by : Tomas Härdin <tomas.hardin@codemill.se>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxfdec.c
  • Audio is shifted 50ms after combining it with video using ffmpeg / avconv

    10 janvier 2018, par LLL

    I have wav file in which sound starts exactly at 00:00:00 (checked with sonic-visualiser).
    I also have mp4 file without audio and when I combine them with :

    ffmpeg -i videoOnly.mp4 -i audio.wav -c:v copy -c:a aac -strict experimental out.mp4

    And then examine wav file generated from combined file :

    ffmpeg -i out.mp4 out.wav

    I see 50ms of silence before actual sound starts. The videoOnly.mp4 doesn’t have ’edts’ atom, so it’s not related to ’elst’ atom.

    The question is why audio is shifted and how to avoid that ?

  • avconv : stop accessing AVStream.parser

    28 octobre 2013, par Anton Khirnov
    avconv : stop accessing AVStream.parser
    

    It is private and must not be touched from outside of lavf.

    • [DBH] avconv.c
    • [DBH] avconv.h