
Recherche avancée
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (15305)
-
DCT coefficients and MV extraction in ffmpeg Mpeg-4 encoding
30 juin 2017, par Giacomo CalvigioniI’m using ffmpeg and libx264 to encode a video and I want to extract the DCT coefficients and motion vector of each frame during the encoding process.
What is the best way to do this ?
I read in the ffmpeg manual that is possible to use the debug mode with some flags to extract these values. I tried
ffmpeg -debug dct_coeff
to output the dct coefficients but this option doesn’t work for me ; is it deprecated or related to a specific ffmpeg version ?Another option would be to modify and recompile ffmpeg source code but I don’t know in which part of the code DCT and MV are calculated.
Any help with the debug mode or code modification suggestions would be appreciated.
-
nomenclature #3465 (Nouveau) : Nouvelle balise : #LOGO
6 juin 2015, par tetue tetuePour simplifier l’écriture des squelettes, ce serait chouette de disposer d’une balise « #LOGO » (tout court) générique, un peu de la même façon que nous pouvons écrire simplement #TITRE (#DATE, #LANG, etc.) dans la plupart des boucles pour afficher le titre, sans devoir spécifier #TITRE_ARTICLE, #TITRE_RUBRIQUE, etc.
Sans modifier les comportements actuels, cette balise fonctionnerait ainsi :
- Utilisée dans une boucle ARTICLES, la balise #LOGO afficherait le logo de l’article (c’est-à-dire comme #LOGO_ARTICLE).
- Utilisée dans une boucle RUBRIQUES, la balise #LOGO afficherait le logo de la rubrique (c’est-à-dire comme #LOGO_RUBRIQUE).
- etc. bref : utilisée dans une boucle, la balise #LOGO affiche le logo associé à l’objet de cette boucle.
- Utilisée hors contexte, la balise #LOGO afficherait le logo du site SPIP (c’est-à-dire comme #LOGO_SITE_SPIP).
-
Revision d5c396a902 : Replace division with bit shift in choose_partitioning This commit explicitly u
11 décembre 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Replace division with bit shift in choose_partitioningThis commit explicitly uses the bit shift operation instead of
division for computing block variance.Change-Id : Id19c0ff27dd1d1ae4aceee6657e1aad0d406bd74