Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (29)

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

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

  • it's hang when using av_interleaved_write_frame

    19 avril 2018, par Eric Nguyen

    I use the ffmpeg to stream the encoded video.
    when it is streaming, it plug out the internet cable, it means connection to the serve is lost.
    the video is hangs, i can not handle after that. i see the reason that it is hang at av_interleaved_write_frame(), the function doesn’t return result or any error, it hangs forever at there.

    Anyone see that issue, and Can you help me to fix that bug.
    Thanks.

  • Merge commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d'

    25 janvier 2018, par Mark Thompson
    Merge commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d'
    

    * commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d' :
    rtmp : Plug leak if sending bytes read report fails.

    This commit is a noop, see ee88f31d34c848fd95daf12bdf054b7228efdf14

    Merged-by : Mark Thompson <sw@jkqxz.net>

  • ffmpeg_opt : rename loop option to stream_loop

    14 octobre 2015, par Michael Niedermayer
    ffmpeg_opt :  rename loop option to stream_loop
    

    The "loop" option is used in several demuxers (like img2dec) and muxers, using the same name in ffmpeg_opt
    breaks them. Feel free to revert this and replace by any other solution or rename both as preferred
    This is just as a quick fix to avoid the regression with existing command lines and to have both named
    the same (which does not work)

    Example :
    ./ffmpeg -loop 1 -i fate-suite/png1/lena-rgb24.png -t 1 test.avi
    will produce 25 frames with the img2dec loop but only 1 frame at 25fps with the ffmpeg loop option

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffmpeg_opt.c