Recherche avancée

Médias (91)

Autres articles (27)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

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

Sur d’autres sites (4772)

  • Script for muxing audio and video files with same name using FFmpeg

    26 juillet 2024, par Madamadam

    I have a folder that contains audio and video files named like file001.wav and file001.mp4 and i want them to be muxed automatically. I've found a script for windows, but do not know how to alter it for OS X/Linux. Could someone help ?
Here's the windows script :

    



    for %%a in ("*.mp4") do ffmpeg -i "%%~na.wav" -i "%%~na.mp4" -acodec copy -vcodec copy "newfiles\%%~na.mp4"


    


  • RTSP Client for H264 Audio/Video Stream

    9 février, par Jean-Philippe Encausse

    I'm looking for a simple way to get data of an IP Camera RTSP Stream (using H264 Audio/Video) and get on the other side

    



      

    • a frame by frame byte[]
    • 


    • a stream of the audio
    • 


    



    After many research

    



      

    • EmguCV Capture seems hanging forever (no answer from forum)
    • 


    • There is many (too big) RTSP Server few decode H264
    • 


    • There is "slow" ffmpeg wrapper
    • 


    • There is some managed DirectShow wrapper
    • 


    



    So I don't know where to go ? And how to do this ?

    



    It seems iSpyCamera is doing the job but it's a big project not a little library to query ip cameras.

    


  • RTSP Client for H264 Audio/Video Stream

    1er avril 2015, par Jean-Philippe Encausse

    I’m looking for a simple way to get data of an IP Camera RTSP Stream (using H264 Audio/Video) and get on the other side

    • a frame by frame byte[]
    • a stream of the audio

    After many research

    • EmguCV Capture seems hanging forever (no answer from forum)
    • There is many (too big) RTSP Server few decode H264
    • There is "slow" ffmpeg wrapper
    • There is some managed DirectShow wrapper

    So I don’t know where to go ? And how to do this ?

    It seems iSpyCamera is doing the job but it’s a big project not a little library to query ip cameras.