
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (83)
-
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 -
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 (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (8762)
-
yocto, how to build ffmpeg dev packages
28 mai 2018, par AlekI got a yocto built for imx board. I can build ffmpeg package, but need also to populate headers and libraries in my SDK. Building using
bitbake core-image-minimal -c populate_sdk
does not add ffmpeg headers to SDK image.Didn’t have any problems with prervious libraires like modbus, etc.
How to build ffmpeg development packages ?
Thanks in advance.
-
Quantization property in nvenc
18 octobre 2016, par mkreddyPlease correct me if my understanding was wrong regarding
qscale
in ffmpeg.In ffmpeg H264 decoder we have
qscale_table
which hold the values of qp for each macro block.Is there any such table/matrix in nvenc to know the
qscale
values ? If suggest me how can I construct one such matrix for the macro blocks.Thanks in advance.
-
Quantization property in CUDA
17 octobre 2016, par mkreddyPlease correct me if my understanding was wrong regarding
qscale
in ffmpeg.In ffmpeg H264 decoder we have
qscale_table
which hold the values of qp for each macro block.Is there any such table/matrix in CUDA to know the
qscale
values ? If suggest me how can I construct one such matrix for the macro blocks.Thanks in advance.