
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (17)
-
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, 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 v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
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 (...)
Sur d’autres sites (5285)
-
Revision 81ad047ee5 : VP8 for ARMv8 by using NEON intrinsics 06 Add idct_dequant_full_2x_neon.c - idc
17 décembre 2013, par James YuChanged Paths :
Delete /vp8/common/arm/neon/idct_dequant_full_2x_neon.asm
Add /vp8/common/arm/neon/idct_dequant_full_2x_neon.c
Modify /vp8/vp8_common.mk
VP8 for ARMv8 by using NEON intrinsics 06Add idct_dequant_full_2x_neon.c
idct_dequant_full_2x_neon
==== Summary of apply VP8 decode patch series ====
Benchmark on Samsung Chromebook, Cortex-A15, 1.7GHz, Dual core
Toolchain : linaro-1.13.1-4.8-2014.01
Compile argument : CROSS=arm-linux-gnueabihf- ../libvpx/configure
—target=armv7-linux-gcc —prefix=$HOME/out
—enable-shared —cpu=cortex-a7
Test argument : vpxdec —summary —noblit ./tears_of_steel_1080p.webmNEON assembly 46.68 (fps)
Apply patch 06 46.65, -0.03
Apply patch 07 46.86, +0.21
Apply patch 08 46.58, -0.28
Apply patch 09 46.57, -0.01
Apply patch 10 46.51, -0.06
Apply patch 11 46.13, -0.38
Apply patch 12 45.42, -0.71
Apply patch 13 46.06, +0.64
Apply patch 14 45.19, -0.87
Apply patch 15 45.93, +0.74
Apply patch 16 45.48, -0.45
Apply patch 17 45.84, +0.36
Apply patch 18 45.91, +0.07 <= With all NEON intrinsics patches
Total -0.77 fps, 1.65% performance regressionChange-Id : I77bfc9eaccfb97b8d401e949ceff8795e26ca6b7
Signed-off-by : James Yu <james.yu@linaro.org> -
In Android, how can I display mp4 files captured by Android itself without having "sorry this video cannot be played" trouble ?
31 octobre 2013, par fercisI am new in Android and have an application as follows :
1) I record videos by my phone (Samsung Galaxy Note 2).
2) I send video files (mp4) to a cloud (Dropbox in my example) without any change in encoding. And store the URL of the sent video on the cloud.And when the application is in view video mode,
3) I want to view the videos with the URL (which may be captured by other client Applications) in videoview.I cannot view the videos that are captured by the phone itself. There are many discussions in SO about the encoding compatibility (H 263, H 264 etc.).
However, I could not manage to find a way to CHANGE the encoding of the video to be recorded by the application. Camera.Parameters class has the encoding information only for pictures. The quality is not important, I only want to capture videos which can be directly played in the same Android application without any change.
-
tests : drop -d option from ffserver invocation
30 novembre 2016, par Andreas Cadhalpuntests : drop -d option from ffserver invocation
It randomly causes failures with an error like :
"Failed to set value ’-f’ for option ’d’ : Error number -920332800 occurred"(The error number is different every time.)
Reviewed-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>