
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (85)
-
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 (16563)
-
libavcodec : Remove dynamic relocs from aarch64/h264idct_neon.S
29 décembre 2018, par Manoj Guptalibavcodec : Remove dynamic relocs from aarch64/h264idct_neon.S
Some of the assembly functions e.g. ff_h264_idct_dc_add_neon
has code like :
movrel x14, X(ff_h264_idct_add_neon)Linker cannot resolve them fully at link time and emits dynamic
relocations.
Use explicit labels instead so that no dynamic relocations are
needed at all.This avoids lld complains about text relocations.
For background, see https://crbug.com/917919
Signed-off-by : Manoj Gupta <manojgupta@chromium.org>
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Dynamic Watermarking Videos Strategy
8 mai 2020, par Rakesh GuhaI am running a video player that would play MPEG-DASH encoded video from an S3 bucket, I need to have it watermarked for each user when they play it. Can you suggest a non-removable watermarking method ?



- 

- So far I have tried


- 

- Css overlay (fairly easy and removable)
- FFMPEG Transcoding (CPU consuming, would need a huge infra)
- Video.js Dynamic watermarking plugin(looks okay, but not sure if removable or not)











Suggestions would be very much appreciated


- So far I have tried


-
Revision 65821d6680 : Improving the forward 16x16 ADST/DCT accuracy Increase the first stage dynamic
25 février 2013, par Jingning HanChanged Paths : Modify /vp9/encoder/vp9_dct.c Improving the forward 16x16 ADST/DCT accuracy Increase the first stage dynamic range by 4 times, and reduce it back with proper rounding before applying the second stage. Hence it still fits in the given dynamic range and slightly improves the key (...)