
Recherche avancée
Autres articles (87)
-
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 ;
-
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 -
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
Sur d’autres sites (15971)
-
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. -
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 ?
-
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