Recherche avancée

Médias (1)

Mot : - Tags -/university

Autres articles (61)

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

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

Sur d’autres sites (9020)

  • Any working example recording a (e.g. rtsp) stream to a local MP4 file with ffmpeg/libav ?

    15 novembre 2017, par ggs

    I’m looking for a working and not-out-dated script how to record an e.g. rtsp input stream to a local file (mp4) with ffmpeg/libav. If you could point me to one or post one, many thanks in advance. I’m searching for many hours and I haven’t got any experience with this topic.

    A lot of examples, libs, etc. are outdated, but I want to use ffmpeg >= v3.3.

    Any special things I have to consider (when compiling ffmpeg, or when saving local file to iOS device) ?

  • Convert texture and depth into s3d video

    27 mars 2017, par user1816546

    I have two raw videos (.yuv extension). One contains the texture and the other contains the depth. Is it possible to create a 3D movie with the .s3d extension with ffmpeg ?

    With regards to what I have tried so far : I converted the .yuv files to a .mp4 format (using ffmpeg and libx264) and I have displayed them side by side. However, the player I have only supports .s3d formats so it’s back to the drawing board since ffmpeg does not convert videos to .s3d format.

    I cannot really find any information on the s3d format, so if anyone has any experience with this format I’d appreciate it greatly !

  • Read/convert H.265 in react with ffmpeg

    19 avril 2022, par CTKC

    I'd like to be able to read videos of any codec in my react app, including h.265, which is the problem child.
I know of two possible ways to do this : the first being to convert the files upon upload to h.264,
and the second using a library to stream the videos with ffmpeg, I found an interesting documentation explaining this scenario WASM H.265 player

    


    Does anyone have experience in using this library or actually live streaming h.265 (which isn't supported in chromium browsers) and if so, what are your thoughts on it ?

    


    Any answer is always appreciated !