Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (57)

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

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

  • download compile and install ffmpeg on Snow Leopard for HLS streaming

    10 mai 2012, par alphablender

    In reference to this question :

    transcode and segment with ffmpeg

    how can I download and install ffmpeg on my mac mini with Snow Leopard with the options listed in the answer to that question ? I don't (at the moment) want to bother with RTMP support, the goal is to realtime transcode files, not live video.

  • Muxing video file and audio flie with VC++ and FFMPEG [on hold]

    18 février 2015, par ecanal

    I have a video file in MPEG format, without audio, and have too an audio file in MP3 format. My question is, how I can mux those two files into a unique file in MPEG format. Using the FFMPG libs in my Visual C++ project.
    I read in some place that I can do this using

    ffmpeg -i input.mp4 -i input.mp3 -c copy -map 0:0 -map 1:0 output.mp4

    code line, i test it but don’t work
    I’m never work with FFMPEG before, so i don’t know if the code line of above is wrong or i miss something.
    Thanks for answers.

  • Anomalie #2097 : Largeur des modeles doc

    1er juin 2011, par cedric -

    En fait c’est bien les titres/decriptifs qui sont visés. Si tu affiches une image en 20px de large

    il faut bien que ton titre ait une largeur mini (120px dans ce cas) pour être lisible

    si ton image fait 800px de large, le titre et la légende sont aussi formatés avec une largeur maxi (350px dans (...)