
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (54)
-
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 -
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (10397)
-
I am able to write certain metadata information to a .m4v file but not all using ffmpeg
14 janvier 2014, par user3193123For example use this code
ffmpeg -i avatar.m4v -metadata title="Avatar" -metadata artist="James Cameron" -metadata description="Long Long Ago…" acodec copy -vcodec copy -y /Users/Anand/Desktop/anand.m4v
Works perfectly fine !!!
But i am not able to write metadata information such as Rating, Actors(Cast), Producers etc.. because i dont know the keywords or the keywords don't exist ?
Any body know the keyword for them or can't i write them ?
-
Revision 4ad52a8f18 : Enable 32x32 Transform unit test This commit enabled a full functional test on
3 septembre 2013, par Jingning HanChanged Paths :
Modify /test/dct32x32_test.cc
Enable 32x32 Transform unit testThis commit enabled a full functional test on 32x32 forward/inverse
transform, including round-trip error and memory overflow check. It
tests the prototype functions in C and all other implementations if
applicable.Change-Id : I9cc50b05abdb4863e7abbcb29209a19b1fe90da7
-
Revision abff678866 : Fix overflow issue in SSSE3 32x32 quantization The 32x32 quantization process c
27 août 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/encoder/vp9_quantize.c
Modify /vp9/encoder/x86/vp9_quantize_ssse3.asm
Fix overflow issue in SSSE3 32x32 quantizationThe 32x32 quantization process can potentially have the intermediate
stacks over 16-bit range, thereby causing enc/dec mismatch. This commit
fixes this overflow issue in the SSSE3 implementation, as well as the
prototype, of 32x32 quantization.This fixes issue 607 from webm@googlecode.
Change-Id : I85635e6ca236b90c3dcfc40d449215c7b9caa806