
Recherche avancée
Autres articles (65)
-
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 (...) -
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 (...) -
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 (8470)
-
Normalize quantizer’s zero bin and rounding factors
11 août 2010, par Yaowu XuNormalize quantizer’s zero bin and rounding factors
-
Getting frames from Video Windows Phone. FFmpeg Wrapper
22 février 2016, par Danial KashinI`m actually writing Application to make and edit GIFs from Video on Windows Phone 8.1. I`d like to get an array of Bitmaps from MediaClip(can be saved as videofile). I could use AForge, but it`s just for x86 only. I also tried using Lumia.Imaging, but not sure it can do what I want.
I know FFMpeg is doing somethong like that, but I dont need to just save frames, but to use them as Bitmap array to then use every Bitmap as ByteArray.Here I read that there is absolutely no way to do what I want without writing my own code. Is it true ?
Accessing & Manipulating video frames from .mp4 file in Windows Phone 7 appThank you for any help. Ask for more detailed info.
-
Revision 994c79cccf : Handling frame references and scale factors in one for loop. Using ALLOWED_REFS
25 avril 2013, par Dmitry KovalevChanged Paths :
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/decoder/vp9_decodframe.c
Handling frame references and scale factors in one for loop.Using ALLOWED_REFS_PER_FRAME constants instead of hard coded 3, replacing
memcpy with plain struct assignment.Change-Id : Ibc86f5d175fcb3f3a3eddacf593525370f1f854c