Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (100)

  • 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

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

Sur d’autres sites (6840)

  • FFmpeg code not working on http url for thumbnail extraction

    1er août 2014, par user2240379

    I am trying to extract thumbnail from sharepoint 2013 video library. I found a link which can extract using ffmpeg. this is the link :
    [How can I save first frame of a video as image ?

    filename = "http://siteurl/" + items["FileRef"].ToString();

    When i replaced the input file with sharepoint site url and video name then it does not produce any thumbnail. I also gives error on

    ffmpeg.Start();
           ffmpeg.WaitForExit();
           ffmpeg.Close()

    I would like to understand how make it work for http url.
    If it is not possible to use url in ffmpeg can anyone suggest another method to achieve thumbnail.(as i want the thumbnail to be set automatically using 1st frame from of video if it not set manually)

  • Create MP4 file from HTTP packets received over network

    19 juin 2023, par Austin

    I have implemented a network recorder (proxy) specially for HTTP and Websocket. When a user access a link for an audio / video file (say mp4 format), I want to create a mp4 file since all the data passing through proxy.

    


    Whenever I detect mp4 data is present in HTTP response body, I uncompress the body (it could be zip or brotli compressed packet) and then write it to a file. So far I have implemented and it looks fine.

    


    Now when I try to play, it does not play which is obvious as it is not a proper mp4 format file. I want to know, how can I prepare a proper mp4 file from received HTTP response body. My first preference to use simple c/c++ code to create mp4 file. It it turns out to be lot of work I am open to use ffmpeg. Can somebody please help me what's the best approach here and any reference sample / example code ? 

    


  • Is it possible to read HLS (HTTP Live Stream) in C#

    27 juillet 2016, par kevinsal

    Is it possible to read an HLS stream in C# ? I have read though the documentation for the vlc.dotnet project and am not sure if it supports it, have done a little bit of research on FFMPEG, and have turned up with nothing, same with the libvlc.net library. May I be looking in the wrong place ? This is being done in WINFORMS