
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (20)
-
Publier sur MédiaSpip
13 juin 2013Puis-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 -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (3855)
-
FFMPEG Error -1414092869 : Immediate exit requested
8 juillet 2019, par ManityHello i am using ffmpeg to play 4 videos at the same time.
I am using awpf
/c#
.net 4.7.2 wrapper
for ffmpeg to do this.Occasionally get this error message, and the application just shuts down.
there are no errors or exceptions thrown other than this one logged.Error -1414092869 : Immediate exit requested
I have searched for a meaning to this error but can find nothing other than a vague reference to an android video player which does not provide me with any information at all.
Can anyone shed any light at all, anything at all on the meaning of and cause of this above error and how it might be resolved ?.
-
avformat/mpegenc : Fix ever growing FIFO and infinite loop on error
1er avril 2022, par Andreas Rheinhardtavformat/mpegenc : Fix ever growing FIFO and infinite loop on error
Since the switch to the new FIFO API in commit
ea511196a6c85eb433e10cdbecb0b2c722faf20d, the FIFO is always
grown by the amount of data intended to be written into it
even in case the FIFO has enough free space. Fix this by
only growing the FIFO if needed and then only by the amount that is
actually needed.The allocation errors that resulted from this uncovered another bug :
The context is left in an inconsistent state in case the FIFO can't
be grown, because the FIFO does not contain as much data as the sizes
contained in the PacketDesc list claim. This led to an infinite loop
in output_packet() (called from mpeg_mux_end()).Fix this by growing the FIFO before adding a new PacketDesc element,
thereby preventing the context from becoming inconsistent.Reported-by : Nicolas Gaullier <nicolas.gaullier@cji.paris>
Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com> -
avformat/mov : Set AVSTREAM_PARSE_HEADERS flag for H264
10 septembre 2021, par Nicolas Gaullier