Recherche avancée

Médias (91)

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

Sur d’autres sites (10120)

  • mpegvideo : fix position of bottom edge.

    3 octobre 2011, par Ronald S. Bultje

    mpegvideo : fix position of bottom edge.

  • mpegaudio_parser : be less picky on the start position

    21 juin 2011, par Michael Niedermayer

    mpegaudio_parser : be less picky on the start position

  • Read partial H.264 stream (starting at random position) and convert to MP4

    27 mars 2020, par Ercksen

    I need to capture a live stream using raspivid on the Raspberry Pi and deliver this stream to multiple players using HTTP. Each player gets is own ffmpeg instance to individually adjust the video parameters.

    Currently, a single raspivid instance writes it’s output into a common ring buffer and any client connected via HTTP reads the buffer.

    This works fine for the first time, because this is when raspivid starts. I think that important control frames are written when the raw H.264 stream starts. But when a HTTP client connects later, it’s ffmpeg instance will receive the H.264 stream at a random position. This will cause ffmpeg to abort with the message pipe:: Invalid data found when processing input.

    Is there any way to start reading at a random position ?