
Recherche avancée
Autres articles (76)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Liste des distributions compatibles
26 avril 2011, parLe tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version 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
Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...)
Sur d’autres sites (8291)
-
Revision d08b2ba172 : Allow for deblocking temporal-denoised signal. Allow for an option to selective
13 juin 2014, par Marco PaniconiChanged Paths :
Modify /vp8/encoder/denoising.c
Modify /vp8/encoder/denoising.h
Modify /vp8/encoder/encodeframe.c
Modify /vp8/encoder/onyx_if.c
Modify /vp8/encoder/pickinter.c
Modify /vp8/encoder/rdopt.c
Modify /vp8/encoder/rdopt.h
Allow for deblocking temporal-denoised signal.Allow for an option to selectively apply the deblocking loop filter to the
denoised
raw block, based on the denoised state (no-filter, filter with zero motion, or
filter with non-zero motion)
of the current block and its upper and left denoised block.
This helps to reduce some blocking artifacts from the motion-compensated
denoising.Change-Id : I0ac4e70076df69a98c5391979e739a2681e24ae6
-
Merge three media files (Video and image) into one
8 avril 2019, par Munshi Arif RashidI have total three separated media files. The first file is 1600X900 .mp4 file which will be placed at the left side of the screen (Height size will be full screen and width will cover two-thirds of the screen). The second file is 640X480 .png file which will be placed at the upper right of the screen (Height size will be half of the screen and width will cover one-third of the screen). The third file is 640X480 .webm file which will be placed at the lower right of the screen (Height size will be half of screen and width will cover one-thirds of the screen). I want to merge these three files in a single screen as mentioned above. Can anyone help me ? Thanks
-
ffmpeg binary for android not working
29 juillet 2014, par Abdul QadirI’ve copied the ffmpeg binary provided here in the
res/raw
folder into my project’s assets folder. Whenever I need to run ffmpeg commands, I copy the binary intodata/data/my-package-name/
and run the following command to check if everything works.Process process = Runtime.getRuntime().exec(ffmpegBinaryFilePath + " -version");
I get the output by logging the stream by
process.getInputStream()
. Everything works as expected. But the binary provided in the project is old (version 0.11.1) and I also need to enable lame library to work with mp3 extension. So I decided to build my own binary. I’ve build using this script and also another script showed here. When I place the build binary into my project’s assets folder. I get no output when I run the code above i.e. the log is empty. I’ve also tried building with this script but it doesn’t create any binary i.e. there is nobin
folder when compilation is finished.I’ve made ndk related changes to these scripts i.e. changed NDK, PLATFORM and PREBUILT variables (I have ndk10 64bit) and changed
--enable-shared --disable-static
to--disable-shared --enable-static
. Also cleared any references to other libraries in the--extra-cflags
and--extra-ldflags
. Do I need to make any more changes ? Any help would be appreciated !!EDIT :
here’s the log file of my latest build
http://justpaste.it/gfeb