Recherche avancée

Médias (91)

Autres articles (88)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8852)

  • Windows Media Audio Lossless decoder

    1er mars 2012, par Mashiat Sarker Shakkhar

    Windows Media Audio Lossless decoder

  • Media container for H264 and Opus

    27 avril 2013, par Ricky

    I am looking for a media container that can hold H264 video and Opus audio,
    allowing me to perform playback using VLC or equivalent. H264 is a hard
    requirement, and I picked Opus because of the licensing benefits.

    Wikipedia suggests
    that .ogg is what I'm looking for.

    However, when I looked at the VLC and FFMPEG source code, neither included H264
    support in their ogg demuxer (VLC source suggests that it only support Theora,
    Vorbis, and CMML, FFMPEG had something similar).

    Is there another container I can use ?

    Alternatively, I can also alternative audio encoder such as aac. But all aac encoders I found have less than appealing licensing associated with them (GPL).

  • How to play video bytes(h265,h264) to any media server from java [closed]

    29 avril 2023, par gtejas

    I have video bytes(came from device through tcp) i write into a file and its able to play now I need to play that stream on media server.

    


    ffmpeg -re -i myfile.mp4 -c:v libx265 -preset ultrafast -f mpegts rtmp ://ip:1935/live/stream

    


    can i play bytes directly ?