Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (94)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

Sur d’autres sites (16127)

  • lavfi : add opencl tonemap filter

    19 juin 2018, par Ruiling Song
    lavfi : add opencl tonemap filter
    

    This filter does HDR(HDR10/HLG) to SDR conversion with tone-mapping.

    An example command to use this filter with vaapi codecs :
    FFMPEG -init_hw_device vaapi=va :/dev/dri/renderD128 -init_hw_device \
    opencl=ocl@va -hwaccel vaapi -hwaccel_device va -hwaccel_output_format \
    vaapi -i INPUT -filter_hw_device ocl -filter_complex \
    '[0:v]hwmap,tonemap_opencl=t=bt2020:tonemap=linear:format=p010[x1] ; \
    [x1]hwmap=derive_device=vaapi:reverse=1' -c:v hevc_vaapi -profile 2 OUTPUT

    Signed-off-by : Ruiling Song <ruiling.song@intel.com>

    • [DH] configure
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/colorspace.c
    • [DH] libavfilter/colorspace.h
    • [DH] libavfilter/opencl/colorspace_common.cl
    • [DH] libavfilter/opencl/tonemap.cl
    • [DH] libavfilter/opencl_source.h
    • [DH] libavfilter/vf_tonemap_opencl.c
  • avformat/http: dont fail with unknown Content-Encodings

    26 octobre 2013, par Michael Niedermayer
    avformat/http: dont fail with unknown Content-Encodings
    

    Fixes : http://m1.file.xiami.com/282/23282/343749/1769075752_709488_l.mp3

    Based-on-patch-by : Crossle Song <sxm@yixia.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/http.c
  • Isolating/separating vocals from audio by FFMPEG

    21 février 2023, par Jony

    I remove the vocals from music via

    &#xA;

    ffmpeg -i song.mp3 -af pan="stereo|c0=c0|c1=-1*c1" -ac 1 karaoke.mp3

    &#xA;

    The output is the music without vocals (not completely but fairly good).

    &#xA;

    I wonder what is the command to make the output separated vocals (vocal only) ?

    &#xA;

    I mean how to save the separated vocals in an audio file ?

    &#xA;

    I mean how to save the separated vocals in an audio file ?&#xA;I want to remove only instrumental music without vocal from audio file by ffmpeg.&#xA;Please someone help me.

    &#xA;