Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (70)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • FFmpeg - Muxing video and audio Elementary Stream (es) live to form Transport Stream (ts)

    6 octobre 2022, par Robin

    I wish to mux the audio and video elementary stream (with timestamp) into transport stream in live and might change a little in those Program-specific information (PSI).

    


    Is that even possible with FFmpeg ? If so, how can I do it ?

    


  • x86/float_dsp : use three operand form for some instructions

    13 septembre 2022, par James Almer
    x86/float_dsp : use three operand form for some instructions
    

    Fixes compilation with old yasm

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavutil/x86/float_dsp.asm
  • FFmpeg get sdl output inside a c# Form

    8 septembre 2022, par eth os

    Is it possible to grab the sdl output of ffmpeg inside a winform in c# or ideally to get the sdl output piped directly inside a winform window withouts opening an ffmpeg Window.

    &#xA;

    I'm using this command as reference&#xA;ffmpeg -f dshow -i video="USB2.0 VGA UVC WebCam" -vf format=yuv420p -f sdl test

    &#xA;