Recherche avancée

Médias (91)

Autres articles (61)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (9971)

  • Removing Silence from m4a files using ffmpeg

    27 juin 2015, par Tejas Shah

    I have an audio file which has both leading and trailing silence and with the following specifics :

    Codec : MPEG AAC Audio (mp4a) Channels : Stereo Sample rate : 44100 Hz Bitrate : 253 kbps

    I want to remove the silences AND keep the quality intact.

    So far I’ve tried

    ffmpeg -i 1.m4a -af silenceremove=1:0.5:0:1:0.5:0 2.m4a

    This is supposed to remove both the leading and trailing silences.
    But for some reason it doesn’t remove the trailing silence. This seems to be a recurring problem. Found the following on another forum.

    http://ffmpeg-users.933282.n4.nabble.com/How-to-delete-digital-silence-tp4667256p4667356.html

    Also, ffmpeg reduces the bitrate to 128kbps. This I could fix by adding -ab 253k and making the command :

    ffmpeg -i 1.m4a -af silenceremove=1:0.5:0:1:0.5:0 -ab 253k 3.m4a

    Now the problem is that the trailing silence isn’t removed and when I want to process a batch of files I can’t use the same bitrate (like 253kbps ) for every file. I’d like to know how VBR could be used for this case.

    I know I can use sox and use the silence and reverse features to trim the silences.

    http://digitalcardboard.com/blog/2009/08/25/the-sox-of-silence "Example 3 in this post"

    But sox has the following problems :

    1. It can’t handle m4a files, I had to convert all files to mp3.
    2. When using the silence filter in sox it caps the bitrate at 128kbps.

      sox 1.mp3 2.mp3 silence 1 0.5 1% reverse silence 1 0.5 1% reverse
  • aac : Support channel configurations 11 and 12

    4 juin 2015, par Sebastian Dröge
    aac : Support channel configurations 11 and 12
    

    These are defined in ISO/IEC 14496-3:2009/PDAM 4 for 6.1 and 7.1.
    It also defines another 7.1 layout with configuration 14, that one
    is not added here for now.

    11 : 3/3.1 FC FL+FR BL+BR BC LFE
    12 : 3/2/2.1 FC FL+FR SiL+SiR BL+BR LFE

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/aacdec.c
    • [DH] libavcodec/aacdectab.h
  • aac : Support channel configurations 11 and 12

    4 juin 2015, par Sebastian Dröge
    aac : Support channel configurations 11 and 12
    

    These are defined in ISO/IEC 14496-3:2009/PDAM 4 for 6.1 and 7.1.
    It also defines another 7.1 layout with configuration 14, that one
    is not added here for now.

    11 : 3/3.1 FC FL+FR BL+BR BC LFE
    12 : 3/2/2.1 FC FL+FR SiL+SiR BL+BR LFE

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/aacdec.c
    • [DBH] libavcodec/aacdectab.h