Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (107)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • 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

Sur d’autres sites (13487)

  • Amazon Alexa Audio Encoding- Few audios are not playing [closed]

    3 mars 2023, par Vijayanath Viswanathan

    I am encoding audio for Alexa audio using ffmpeg like below,

    



    ffmpeg -i  -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000 


    



    The problem is few of the audios are playing properly but few are not. I am using same Project Rate and Quality (Project Rate 16000 and Quality to 48 kbps) for all audios which needs to be converted. Anybody knows is there any basic quality for source.mp3 to encode to Project Rate 16000 and Quality to 48 kbps ?

    



    The response I am getting from alexa for faulty file is, "There is a problem with skill response".

    


  • Revision e3bf76f9ec : Android.mk : remove unnecessary -llog reference nothing is using android/log.h c

    16 avril 2015, par James Zern

    Changed Paths :
     Modify /build/make/Android.mk



    Android.mk : remove unnecessary -llog reference

    nothing is using android/log.h currently ; also quiets a warning when
    building a static lib :
    Android NDK : WARNING:libvpx/build/make/Android.mk:vpx : LOCAL_LDLIBS is
    always ignored for static libraries

    Change-Id : I1469a5d6fca4f7338a4a82e26a03e60fc91d92ca

  • matroska : Support V_QUICKTIME as written in the specification

    12 mars 2016, par Luca Barbato
    matroska : Support V_QUICKTIME as written in the specification
    

    Check if the size is written the first 4 bytes and read the next 4
    as fourcc candidate, fallback checking the initial for 4 bytes.

    "The CodecPrivate contains all additional data that is stored in the
    ’stsd’ (sample description) atom in the QuickTime file after the
    mandatory video descriptor structure (starting with the size and FourCC
    fields)"

    CC : libav-stable@libav.org

    • [DBH] libavformat/matroskadec.c