Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (65)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • 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 ;

Sur d’autres sites (9095)

  • How to do screencast inside EC2 instance ? [on hold]

    30 novembre 2017, par CindyRabbit

    I need to run some visualization inside EC2 and want to use ffpmeg to screencast the visualization window and save to video file. Is there any general guidence ?

  • lavc/g729dec : Support decoding Sipro ACELP.KELVIN.

    16 septembre 2019, par Carl Eugen Hoyos
    lavc/g729dec : Support decoding Sipro ACELP.KELVIN.
    

    Fixes ticket #4799.
    Analyzed-by : Aleksandr Ustinov

    • [DH] Changelog
    • [DH] doc/general.texi
    • [DH] libavcodec/Makefile
    • [DH] libavcodec/allcodecs.c
    • [DH] libavcodec/avcodec.h
    • [DH] libavcodec/codec_desc.c
    • [DH] libavcodec/g729_parser.c
    • [DH] libavcodec/g729dec.c
    • [DH] libavcodec/version.h
    • [DH] libavformat/riff.c
  • wav encode to amr-wb

    24 janvier 2021, par Sauce

    I try to convert wav to amr-wb. I'm using ffmpeg on ubuntu 20.04. I find out that ffmpeg supports encoding via external library such as https://sourceforge.net/projects/opencore-amr/ the link is from https://www.ffmpeg.org/general.html#VisualOn-AMR_002dWB-encoder-library I install opencore-amr and then I add command from ffmpeg documentation ./configure —enable-libvo-amrwbenc and it show this message configure : WARNING : unrecognized options : —enable-libvo-amrwbenc. If I display codecs in ffmpeg ffmpeg -codecs | grep -i amr

    


    D.A.L. amr_nb AMR-NB (Adaptive Multi-Rate NarrowBand) (decoders : amrnb )

    


    D.A.L. amr_wb AMR-WB (Adaptive Multi-Rate WideBand) (decoders : amrwb )

    


    So the output says that only decoder is enabled, but I can encode wav to amr-nb but I'm not allowed to encode same wav file to amr-wb. Any help ?