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 (9235)

  • avcodec/av1{dec,parser} : move to ff_cbs_read_extradata_from_codec

    23 novembre 2020, par Jan Ekström
    avcodec/av1dec,parser : move to ff_cbs_read_extradata_from_codec
    

    This lets us re-utilize the extradata-related checks in the CBS
    to add support for passing the AV1CodecConfigurationRecord
    as extradata as-is without further filtering.

    • [DH] libavcodec/av1_parser.c
    • [DH] libavcodec/av1dec.c
  • FFMPEG - Audio missing after combining video

    10 août 2019, par Shijin

    I was trying to combine two separate video into one side by side using ffmpeg using the following command in ubuntu server.

    ffmpeg -y -threads 4 -loglevel quiet -ss 0 -t 220.162 -i left.webm
    -ss 0 -t 220.162 -i right.webm -filter_complex "[0]scale=320:-1,pad=2*iw:2*ih:0:120[left];
    [1]scale=320:-1[right];[left][right]overlay=main_w/2:120,scale=640:480" -shortest output.mp4

    The video is processed successfully as expected. But the audio is missing from right.webm. Audio from one video is missing from the output.mp4.
    How to fix this issue.

  • vp9 : fix mt-related hang a parser infinite loop.

    11 janvier 2014, par Ronald S. Bultje
    vp9 : fix mt-related hang a parser infinite loop.
    

    Fixes trac ticket 3274.

    Looked-at-by : ubitux
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9.c
    • [DH] libavcodec/vp9_parser.c