Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (101)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7655)

  • smvjpegdec : No frame at all is an error

    8 juin 2013, par Michael Niedermayer
    smvjpegdec : No frame at all is an error
    

    This fixes a infinite loop

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

    • [DH] libavcodec/smvjpegdec.c
  • ftp: reconnect on tcp read error

    2 juin 2013, par Lukasz Marek
    ftp: reconnect on tcp read error
    

    This commit reconnect both connections and retries before ftp_read returns an error.
    Practical use case : resume after lock screen on iOS devices.

    Signed-off-by : Lukasz Marek <lukasz.m.luki@gmail.com>

    • [DH] libavformat/ftp.c
  • Error in FFMpeg and png images (glob/libavformat) [closed]

    1er juin 2013, par Alain P. Francés

    I'm trying to use FFMpeg to produce an animation based on several png images
    that don't follow a sequence number. With
    the following command line

    ffmpeg -f image2 -r 1 -pattern_type glob -i &#39;*.png&#39; -c:v libx264 mov.mp4

    I obtain the following error

    ffmpeg version N-53033-g56ba331 Copyright (c) 2000-2013 the FFmpeg developers
    built on May 13 2013 22:18:29 with gcc 4.7.3 (GCC)
    configuration : —enable-gpl —enable-version3 —disable-w32threads
    
    — enable-avisynth —enable-bzlib —enable-fontconfig —enable-frei0r
    — enable-gnutls —enable-iconv —enable-libass —enable-libbluray
    — enable-libcaca —enable-libfreetype —enable-libgsm —enable-libilbc
    — enable-libmp3lame —enable-libopencore-amrnb —enable-libopencore-amrwb
    — enable-libopenjpeg —enable-libopus —enable-librtmp
    — enable-libschroedinger —enable-libsoxr —enable-libspeex
    — enable-libtheora —enable-libtwolame —enable-libvo-aacenc
    — enable-libvo-amrwbenc —enable-libvorbis —enable-libvpx —enable-libx264
    — enable-libxavs —enable-libxvid —enable-zlib libavutil 52. 31.100 / 52. 31.100 libavcodec 55. 9.100 / 55. 9.100 libavformat 55. 7.100 / 55. 7.100 libavdevice 55. 0.100 / 55. 0.100 libavfilter 3. 65.100 / 3. 65.100 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 [image2 @ 0268b600] Pattern type 'glob' was selected but globbing is not supported by this libavformat build '*.png' : Function not implemented

    I am working on Windows 7.