Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (29)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (2998)

  • How to merge audio ( wav ) and video ( mp4 ) on android

    30 juin 2015, par Illia

    I need @title@. Target Api level is 14 ( 4.0 ). Thats why stuff like MediaMuxer doesn’t work for me. I was trying to merge stuff via FFMpeg, but my app crashes without anything helpful in LogCat ( except Fatal signal 8 (SIGFPE) at 0x0000266f (code=-6), thread 10034 (Thread-6826) ) (FFMpeg works just fine with m4a btw, but it is hard to convert wav -> m4a because of stupid headers).If you have a solution for me, or you know libs that doing same stuff - you are more than welcome to help ^_^. I was also thinking about FFMpeg binary already compiled lib that allows me to use commands, I even try some, but I haven’t nothing positive as a result, and I am not really think good about using FFMpeg as a command-line tool.

  • Anomalie #2259 : Modification d’un auteur

    28 août 2011, par Johan .

    Désolé ! Ticket en triple avec #2258 (cf. #2257) suite à : Error 503 Service Unavailable Service Unavailable Guru Meditation : XID : 1751692444 Varnish cache server

  • Using NReco FFMpegConverter in an azure function or in a azure web job

    10 septembre 2020, par Manojb86

    Currently, I'm working on POC which converts h264 stream to MP4 file. I'm using NReco FFMpegConverter for that purpose and also use the Azure Cloud Service to host my service.
    
This Azure Cloud Service capture concurrent streams and convert the respective MP4 file. From the testing of this app so far I realize better to use Azure Function or Azure WebJobs to use only for the conversion of H264 stream to MP4 file. Then cloud service has more room to handle concurrent streams.

    


    That I want to know, Is it possible to use NReco FFMpegConverter in Azure Function or Azure WebJobs without an issue ? are there any special configurations to consider because FFmpeg runs in a separate thread with NReco FFMpegConverter ?