
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (51)
-
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 -
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 ;
-
Ajouter notes et légendes aux images
7 février 2011, parPour 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 (...)
Sur d’autres sites (12774)
-
ffmpeg output blank image files on CentOS 6.4 [closed]
19 avril 2013, par Juneyoung Oh0I am trying to capture thumbnail images from a video by using ffmpeg.
So I typed command like Below.
ffmpeg -i MyVideo.mp4 -s 480x270 -f image2 -vf fps=fps=1/600 thumb%03d.png
just like what ffmpeg official site suggested.
The length of
MyVideo.mp4
is01:46:03
, So I expected total 10 images from it.(because
fps=fps=1/600
part means 10minute 1piece.)But output is 12 pieces, and especially first one is broken.
When I check it's information in GUI, it says "failed to load information".
-
ffmpeg encoder (h264) example yields invalid video
18 mai 2017, par Jason MI am trying to implement the h264 encoder (no audio) for my c++ program with ffmpeg (3.24). I started out with running the supposed official example but got a unplayable video. When I probed it with my ffmpeg decoder, which works nicely on other h264 videos, it shows that the video has a time_base = 1/1200000, nb_frames = 0, avg_frame_rate = 25 and duration and start_time of large negative numbers.
What may have caused the problem ? Is there other up-to-date encoder examples out there ?
-
You should apply for x264 Google Summer of Code
Want to do some fun open source work and get paid ? You should apply for GSOC. Check out our ideas page and the official Google page.
(And yes, I’ll get around to approving the queued comments and writing more real posts. Eventually ! I promise !)