
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (101)
-
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 (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)
Sur d’autres sites (15035)
-
Revision 49b6302044 : SSE2 4x4 invserse ADST/DCT transform Enable SSE2 4x4 inverse ADST/DCT transform
10 juillet 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
SSE2 4x4 invserse ADST/DCT transformEnable SSE2 4x4 inverse ADST/DCT transform. The runtime goes from
292 cycles down to 89 cycles. Running bus_cif at 2000 kbps, the
overall runtime of speed 0 goes from 301s to 295s (2% speed-up).Change-Id : I24098136e7fee7ab2fbf1c11755bdf2ca37f3628
-
Revision 91365addf8 : SSE2 8x8 inverse ADST/DCT transform This commit enables SSE2 implementation of
13 juillet 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
SSE2 8x8 inverse ADST/DCT transformThis commit enables SSE2 implementation of 8x8 inverse ADST/DCT
transform. The runtime goes from 1216 cycles -> 266 cycles.
For bus_cif at 2000 kbps, the overall runtime reduces from
253707ms -> 248430ms, i.e., 2% speed-up at speed 0.Change-Id : Ib0372e17e9162d7b11a10d653b1c8be547c878fb
-
FFMPEG Convert from mov, mjpeg codec error
30 août 2011, par vitelI've a problem when i try to convert a .mov to a .webm with ffmpeg... I've no problems from any others video format.
I've enable the Quicktime formats "—enable-zlib" and with the "ffmpeg -formats" command i get .mov files as encode or decode.
When i try to transform a video i get this :
# ffmpeg -i /var/www/static/uploads/usersVideos/cavity0.mov -vcodec mjpeg /var/www/static/uploads/usersVideos/cavity.webm
ffmpeg version N-32159-gc70e852, Copyright (c) 2000-2011 the FFmpeg developers
built on Aug 30 2011 14:16:07 with gcc 4.4.5
configuration: --enable-gpl --enable-libmp3lame --enable-zlib --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libvpx
libavutil 51. 14. 0 / 51. 14. 0
libavcodec 53. 12. 0 / 53. 12. 0
libavformat 53. 10. 0 / 53. 10. 0
libavdevice 53. 3. 0 / 53. 3. 0
libavfilter 2. 37. 0 / 2. 37. 0
libswscale 2. 0. 0 / 2. 0. 0
libpostproc 51. 2. 0 / 51. 2. 0
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x13b7320] stream 0, error opening alias: path='/matlab_sv13/work/cavity_flow/up500.jpg', dir='cavity_flow', filename='up500.jpg', volume='NONAME', nlvl_from=1, nlvl_to=1**
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x13b7320] Could not find codec parameters (Video: mjpeg (jpeg / 0x6765706A), 434x343, 4762 kb/s)
/var/www/static/uploads/usersVideos/cavity0.mov: could not find codec parameters
[1] 8265 exit 1 ffmpeg -i /var/www/static/uploads/usersVideos/cavity0.mov -vcodec mjpegSomeone has an idea ?