Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (86)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (8074)

  • swscale : correctly pad destination buffer in rgb conversion

    3 août 2014, par Kostya Shishkov
    swscale : correctly pad destination buffer in rgb conversion
    

    Bug-Id : 772
    CC : libav-stable@libav.org
    Found-By : Justin Ruggles <justin.ruggles@gmail.com>
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libswscale/swscale_unscaled.c
  • avformat/matroskaenc : Allow a custom destination for writing Tags

    29 avril 2020, par Andreas Rheinhardt
    avformat/matroskaenc : Allow a custom destination for writing Tags
    

    Up until now, the Matroska muxer writes only one Tags level 1 element
    and therefore using a certain place to store the dynamic buffer used for
    writing it was hardcoded ; yet the Matroska specifications allow an
    unlimited amount of Tags elements and we have reason to write a second
    one : If chapters are provided after writing the header, they are written
    when writing the trailer ; yet the corresponding tags are ignored. This
    can be fixed by writing them in a second Tags element.

    Also use a MatroskaMuxContext * instead of an AVFormatContext * as
    parameter in mkv_write_tag() and mkv_write_tag_targets() as that is all
    these functions use.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • edit after effects template with ffmpeg in online website

    8 décembre 2018, par E.B

    I have a after effects template that animates a text with colors and effects. Now i want to change the text with ffmpeg in online website.the text effects are created with after effects .is it possible to change the text in after effects template with ffmpeg ? like what renderforest.com is doing.