
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (103)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (15757)
-
vf_hwmap : Add reverse mapping for hardware frames
4 mars 2017, par Mark Thompsonvf_hwmap : Add reverse mapping for hardware frames
This is something of a hack. It allocates a new hwframe context for
the target format, then maps it back to the source link and overwrites
the input link hw_frames_ctx so that the previous filter will receive
the frames we want from ff_get_video_buffer(). It may fail if
the previous filter imposes any additional constraints on the frames
it wants to use as output.(cherry picked from commit 81a4cb8e58636d4efd200c2b4fec786a7e948d8b)
-
configure : disable hardware capabilities ELF section with suncc on Solaris x86
17 septembre 2011, par Sean McGovernconfigure : disable hardware capabilities ELF section with suncc on Solaris x86
-
Android : how to encode a stream of images to h264 with hardware acceleration ?
2 avril 2014, par mojovskiI am currently working on an app, to read the camera images and process them using OpenCV.
I would like to store the original images as a "normal" video and to drop the processed images after processing (after the information is extracted).
For this I basically need to encode the image stream to h264.
It will not be possible to use ffmpeg or other solutions wich do it on the general cpu. It has to be done using the internal hardware acceleration.
Because of this I have actually three questions :-
Does somebdy know how to achieve h264 encoding using the internal hw-modules to encode videos ?
-
Or does ffmpeg really support this on Android ?
-
Or is there a way access the image stream during the "usual" encoding process ?
Thanks alot !
-