
Recherche avancée
Médias (91)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parMediaspip 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, parUne 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. Bultjempegvideo : fix position of bottom edge.
-
mpegaudio_parser : be less picky on the start position
21 juin 2011, par Michael Niedermayermpegaudio_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 ErcksenI 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 ownffmpeg
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’sffmpeg
instance will receive the H.264 stream at a random position. This will causeffmpeg
to abort with the messagepipe:: Invalid data found when processing input
.Is there any way to start reading at a random position ?