Recherche avancée

Médias (1)

Mot : - Tags -/swfupload

Autres articles (53)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • 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

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

Sur d’autres sites (8758)

  • How can i receive audio from url stream with ffmpeg ?

    1er janvier 2021, par Paulo Sérgio Costa Magalhães

    I'm trying to build an application that plays a song from the url of a live radio, I did include the ffmpeg but it's giving an error, I'm new to c ++ could you help me ?

    


    #include 
#include "ffmpeg.h"

int main(){
   ffmpeg - i https ://s3.free-shoutcast.com/stream/18144 -c copy output.mp3;
}


    


    Error : identifier "ffmpeg" undefined

    


    Reference : How to capture audio streaming with ffmpeg

    


  • How to match two audio files ?

    24 novembre 2014, par Janak Prajapati

    I am trying to develop script which compares two audio file.

    Lets say this is two audio music file recorded by Artist

    file1 : it is original song sung by an artist (Uploaded by admin)
    file2 : it is a file recorded by user. i.e user sings it and upload it to server

    now i want to check how closes is file2 to file1.

    Means i need to check if both songs match or not in terms of Lyrics, singing and all.

    I have searched many thing like audio fingerprinting , ffmpeg library and all it did not worked for me.

    I will go for any web technology you suggest.

    Please help me to find solution.

    Thanks.

  • lavfi/opencl : add macro for opencl error handling.

    3 juillet 2018, par Ruiling Song
    lavfi/opencl : add macro for opencl error handling.
    

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

    • [DH] libavfilter/opencl.h
    • [DH] libavfilter/vf_avgblur_opencl.c
    • [DH] libavfilter/vf_overlay_opencl.c
    • [DH] libavfilter/vf_program_opencl.c
    • [DH] libavfilter/vf_tonemap_opencl.c
    • [DH] libavfilter/vf_unsharp_opencl.c