
Recherche avancée
Autres articles (96)
-
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 (...)
-
Les sons
15 mai 2013, par -
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
Sur d’autres sites (10685)
-
Revision b295092b8f : Full range motion search for regular block sizes Add a full range motion search
6 décembre 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_onyx_if.c
Full range motion search for regular block sizesAdd a full range motion search for regular block sizes. This runs
exhaustive search within the given reference area. This commit further
optimizes the search process by combining 4 points test into one
pipeline, which gives 30% speed-up as compared to run each individual
point at a time.This full range search serves as a best possible motion search reference.
When replacing the diamond search with full range search, the speed 0
runtime of bus CIF at 2000 kbps goes from 153872ms to 623051ms. The
compression performance compared to speed 0 setting gains 0.585% for
derf set.Change-Id : Ieef1225216b0b86b4ac4872fa7fb9e18bf2eabb3
-
How can I extract the first frame from a movie AND overlay a watermark on it at the same time ?
29 mai 2017, par Eric VasilikI want to, with a single ffmpeg command line, extract the first frame from a movie (as a .jpg and sized to fit inside a box of a given size), and overlay a centered PNG on that frame.
I’ve run into problems using -vf and -filter_complex at the same time.
-
ffmpeg doesn't render a full url, not a protocol part
25 juin 2017, par JodimoroI want to render an url in a video via ffmpeg. This works well :
ffmpeg -i test.mp4 -vf drawtext="fontfile=[......]: text='example.com': [..........]
But this renders only the "https" and nothing else :
ffmpeg -i test.mp4 -vf drawtext="fontfile=[......]: text='https://example.com': [..........]
How to fix this ?