Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (96)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (8169)

  • How to improve the efficiency of the H.264 encoding using ffmpeg

    7 décembre 2015, par xiaolan

    When I use ffmpeg to do video encoding, and I set gop_size to be 3, the video stream can be played normally by visiting Crtmpserver as soon as I start sending video packets one after one to the Crtmpserver. But if gop_size is 6, the viewer will feel like the video became slow and some frames might not be displayed. If gop_size is bigger, the efficiency may be slower. Could anyone give me some suggestions ? I want a better live streaming which can be displayed normally.

  • ffmpeg - add background music for every sec to a audio file [on hold]

    17 juin 2017, par priya

    My requirement is I have two audio files that as the background music file of 1sec duration has to be added to a audio file of 1min duartion for every 10sec of this file the background music audio is to be played.I am using ffmpeg python package and am newbie.Please help me

  • rtmp : Send video on a separate channel.

    16 septembre 2013, par Josh Allmann
    rtmp : Send video on a separate channel.
    

    Sending non-monotonic packets (e.g. when the audio and video
    streams are monotonic within themselves but not muxed
    monotonically) will lead to negative values the RTMP timestamp
    field (where timestamps are transmitted only as deltas for each
    channel), and this delta can end up being incorrectly written as
    a large unsigned number.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmpproto.c