
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
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
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
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 ;
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (10155)
-
frame extracted from a video using opencv or ffmpeg is vague, picture i snip from video is clear
15 avril 2024, par user11317826I record a video from roadside, and I want to recognize plate license in video. but I find that if I extract every frame from video using python, the frame is too vague to recognize.


I have tried
opencv
andffmpeg -i input.mp4 -ss 00:00:10.000 -vframes 1 output.png

`



but if I snip video every second the picture is clear




what's the reason of this phenomenon, how can I fix it


I have tried frame average, it didn't work


-
ffmpeg : how to convert iphone4 720p video into similar quality Flash video ?
5 septembre 2011, par SajeeWhat are the proper arguments to ffmpeg to covert an iphone4 720p video into the similar quality Flash video ?
I tried the following which resulted in a low quality Flash video :
ffmpeg movie.mov movie.flv
What are the right switches ?
-
What is the accurate way of calculating SSIM score (with ffmpeg) between a video stream and the reference video ?
22 mars 2016, par krishna222As ffmpeg calculates ssim score by a frame-by-frame comparision,
how do I exactly align the reference video (say ref.mp4) with the video stream, so that only the corresponding frames (ith frame of both the videos, for all i) are compared by ffmpeg ? Please help.