Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (99)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Les sons

    15 mai 2013, par
  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (16060)

  • libavfilter/dnn/openvino : Reduce redundant memory allocation

    9 novembre 2023, par Wenbin Chen
    libavfilter/dnn/openvino : Reduce redundant memory allocation
    

    We can directly get data ptr from tensor, so that extral memory
    allocation can be removed.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>

    • [DH] libavfilter/dnn/dnn_backend_openvino.c
  • python 2 - is it possible to convert wav to mp3 in memory ?

    23 février 2016, par Alejandro Simkievich

    I have been using the following script to convert mp3 to wav (in Python, for the script below to work you need to install ffmpeg) :

    from pydub import AudioSegment

    file = 'whatever.mp3'
    base_file = file[:file.index('.')]
    sound = AudioSegment.from_mp3(file)
    sound.export(base_file+'.wav', format="wav")

    However, the file comes from a client (as an array/buffer) and dumping it to disk to convert it afterwards is costly.

    Is there a way to convert an mp3 buffer to wav in memory ?

  • mms : Check memory allocation

    21 mars 2015, par Federico Tomassetti
    mms : Check memory allocation
    

    Bug-Id : CID 1258462

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

    • [DH] libavformat/mms.c