Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (71)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • FFMPEG - Long pause in av_read_frame

    5 décembre 2018, par comwizz2

    I am trying to write a service that converts a m3u8 link from youtube.

    I am loading the stream info then setting all but 1 video and 1 audio stream to AVDISCARD_ALL.

    Everything works fine except after several seconds of playing av_read_frame blocks for 30 seconds to a couple minutes.

    I’m not the best versed in ffmpeg so I’m not exactly sure what to do from here.
    Extracting one of these links into ffplay works fine it seems, but I don’t see what they may be doing differently ? I’m just hoping someone can point me in the right direction of anything to try.

    Attached is a callstack from when this is happening. I am not sure if anything here looks amiss.

    enter image description here

  • lavc/mjpegdec : Only read JFIF thumbnail size if the segment is long enough.

    3 septembre 2016, par Carl Eugen Hoyos
    lavc/mjpegdec : Only read JFIF thumbnail size if the segment is long enough.
    

    Fixes ticket #5805.

    • [DH] libavcodec/mjpegdec.c
    • [DH] libavcodec/version.h
  • Process video with frame averaging to produce long exposure final frame

    4 mars 2020, par user3925023

    I’m looking for a FFMPEG script able to process a video file, create frame averaging and save latest long exposed frame.
    My goal is to process the video enhancing the trasparent TV logo on the screen :
    enter image description here

    Is this viable via FFMPEG ? thx