
Advanced search
Medias (1)
-
Video d’abeille en portrait
14 May 2011, by
Updated: February 2012
Language: français
Type: Video
Other articles (43)
-
Publier sur MédiaSpip
13 June 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 -
Les formats acceptés
28 January 2010, byLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Ajouter notes et légendes aux images
7 February 2011, byPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
On other websites (9431)
-
Revision 225: Fixed file offset when checking for data tags overflows. Fixed flv file dump sto
21 April 2011, by marc.noirotChanged Paths:
Modify /trunk/src/check.c
Modify /trunk/src/flv.c
Fixed file offset when checking for data tags overflows.
Fixed flv file dump stopping when encountering an empty tag body. -
Checking FFmpeg frame quality to fix striping/artifacts
10 April 2019, by je42Is there a way to check the quality of a frame/packet before the frame is displayed in an FFmpeg stream? If a stream is viewed while packet loss is affecting it due to a poor network connection, the end result is frames being displayed with vertical stripes and/or artifacts.
In our particular case it is preferable that instead of these artifacts being displayed, the last good frame that was decoded be shown instead and displayed until the next good frame without any artifacts has been decoded.
Does FFmpeg provide any ways to check if the frame contains problems, or is there any other way that I can stop these frames from being displayed?
-
Revision e76f73464f: Fixed datasize calculation. Fixed datasize and filesize checking. Changed invali
27 September 2011, by Marc NoirotChanged Paths:
Modify /src/check.c
Modify /src/info.c
Modify /src/info.h
Fixed datasize calculation.
Fixed datasize and filesize checking.
Changed invalid previous tag size error into a non-fatal error.
Fixed height and width presence report.