
Recherche avancée
Autres articles (80)
-
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 -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (6063)
-
How to get frame number of Blackdetect result ?
16 janvier 2023, par JustNoobish619I am attempting to get the frame number of a black detect result. For instance, on Blackdetect I get two results that display a start time, end time and duration, how do I get the frame number of the start time ?


FPS is 59.94


Here's my command I'm working with to get my blackdetect :


ffmpeg –i e1.mp4 –vf “blackdetect=d=0:pix_th=0.40,” –an –f null -



It results in (the start time value is the frame's timestamp (ffmpeg wiki says))


[blackdetect @ 000001f4d022c900] black_start:1.06773 black_end:1.08442 black_duration:0.0166833
[blackdetect @ 000001f4d022c900] black_start:1.41808 black_end:1.43477 black_duration:0.0166833



When I append
-n
to it to hopefully display the frame number however, it spits out 3 entries of random frame numbers that aren't even remotely close to the blackdetect frame number really is

ffmpeg –i e1.mov –vf “blackdetect=d=0:pix_th=0.40” -n –an –f null - 2>showinfo.log



How can I get the frame number of the start time of blackdetect ?


-
avformat/webmdashenc : Avoid allocation for parsing a number
18 mai 2020, par Andreas Rheinhardtavformat/webmdashenc : Avoid allocation for parsing a number
In order to parse a number from a string, the WebM DASH manifest muxer
would duplicate (via heap-allocation) the part of the string that
contains the number, then read the number via atoi() and then free the
duplicate again. This has been replaced by simply using strtoll() (which
in contrast to atoi() has defined behaviour when the number is not
representable).Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
updated version number
24 juin 2013, par jackmooreupdated version number