Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (40)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5991)

  • FFMPEG astats not printing to txt files

    18 novembre 2022, par At Bay

    I used this command :

    


    ffmpeg -i input.wav -filter astats,ametadata=mode=print:file=metadata.txt -f null -


    


    But the txt file is blank, and the results show up in the cmd prompt window.

    


    When I do the same exact command with the apsectralstats filter, I get a loaded txt file.

    


    ffmpeg -i input.wav -filter astats,ametadata=mode=print:file=metadata.txt -f null -


    


    Don't understand where I'm going wrong with the syntax.

    


  • How can I play Encrypted HLS video on 2 domains hosted on 2 servers ?

    2 septembre 2021, par Aamir Bashir

    I have a LMS deployed on 2 different domains that are hosted on 2 servers. One is VPS bought for hosting videos and other is a shared hosting server. LMS is deployed on both. I used FFMPEG to create encrypted HLS videos on VPS using a key stored on VPS. Now these videos are working fine on VPS but when I use the video URL to play it on shared hosting LMS, it gives error "The media could not be loaded, either because the server or network failed or because the format is not supported".

    


    KEYINFO file contains the path to key on VPS server.
I am using Video-js and its plugins to play HLS videos.

    


    Is there anyway to play these encrypted HLS videos on both domains ?

    


  • ffmpeg inside chrome extansion

    16 août 2021, par Denis Dombrovski

    hello I am trying to use the ffmpegwasm/ffmpeg.wasm library inside chrome extension
the library is loaded inside react component that is located inside an iframe

    


    the problem is when I try to load I got an error that I cannot download the core files enter image description here

    


    I tried to use the example library for chrome extension but also got an error "Uncaught (in promise) ReferenceError : SharedArrayBuffer is not defined error. "

    


    the files are web_accessible_resources inside the manifest

    


    I am using manifest version 3