Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (29)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • 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

Sur d’autres sites (5591)

  • avcodec : add Gremlin Digital Video decoder

    2 juin 2017, par Paul B Mahol
    avcodec : add Gremlin Digital Video decoder
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/gdv.c
    • [DH] libavcodec/version.h
  • ffmpeg encoding for 3.0 and 3.1 channels in Dolby Digital format (.ac3)

    4 novembre 2019, par CC2023

    I was able to encode .wav to .ac3 (Dolby Digital) via.zz ffmpeg for channel 2.0, 2.1, 4.0, 4.1, 5.0, 5.1, but not channel 3.0 and 3.1.

    When I played back .ac3 files on Onkyo 7.2 receiver, error on channel 3.0 and 3.1 was :

    3.0 channels :

    right channel ok

    left channel ok

    center channel played back at subwoofer

    3.1 channels :

    right channel ok

    left channel ok

    lfe channel ok

    center channel played back at surround left speaker (sL)

    This is command I used :

    ffmpeg -i 3_channel.wav -c:a ac3 3_channel.ac3    
    ffmpeg -i 3_1_channel.wav -c:a ac3 3_1_channel.ac3

    My ffmpeg version git-2019-10-28-68f623d

    Why I have successful encoding on channel 2.x, 4.x, 5.x, but not 3.x ? thanks ahead for any comments.

  • lavc : Use supported_samplerates for Dolby Digital encoders.

    11 février 2020, par Carl Eugen Hoyos
    lavc : Use supported_samplerates for Dolby Digital encoders.
    

    Fixes ticket #8518.

    • [DH] libavcodec/ac3enc_fixed.c
    • [DH] libavcodec/ac3enc_float.c
    • [DH] libavcodec/ac3tab.c
    • [DH] libavcodec/ac3tab.h
    • [DH] libavcodec/eac3enc.c