
Recherche avancée
Autres articles (104)
-
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 (...) -
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 (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (11679)
-
Revision 0e1b4fb941 : Fix two pass svc encoding Fixes temporal scalability. Updates were inadvertentl
15 septembre 2015, par Debargha MukherjeeChanged Paths :
Modify /vp9/encoder/vp9_ratectrl.c
Fix two pass svc encodingFixes temporal scalability. Updates were inadvertently turned
off for two pass svc causing crashes due to gf_group.index
growing unchecked.Change-Id : Iff759946bf61bbde70630347cc8fa4d51a8c2d2f
-
Revision b00057c88a : Merge "vpxenc : add —aq-mode flag to control adaptive quantization"
20 novembre 2013, par Guillaume MartresChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_firstpass.c
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vpxenc.c
Merge "vpxenc : add —aq-mode flag to control adaptive quantization" -
linking library problem while compiling opencv-3.1.0 for ARM
6 mars 2021, par KurtKooI have a linking problem while compiling opencv-3.1.0 for my ARM device(omapl138,arm926ej-s) on ubuntu16.04 using arm-linux-gnueabi-g++-5(arm-linux-gnueabi-gcc-5).


I read some tutorials about reading videos from files provided by the opencv.org,which requires compiling the opencv source code with ffmpeg(WITH_FFMPEG=on).


However,errors occur about linking some ffmpeg libraries.




Actually,those libraris do exist in the system.


only post part of the libraries


I tried to copy those libraries to the /usr/local/lib and the compiling is successful.But when compiling the application,another linking problem occured(those copied are 64-bit version).


Then I compiled the FFMPEG-2.8.17 with the souce code(using the cross-compile toolchain above). Well,names of libraries(should be 32 bit i guess) I got didn't match what linker required,so I tried to modified the libraries' names and did the copy job again.Opencv compiling also succeeded.But when compiling the application,different errors occured.




I guess the way that I compiled FFMPEG on my own didn't work either.So how to solve this linking problem without compiling FFMPEG on my own ?


I'm a rookie about opencv.This is my first time to ask a question here.Thanks for your patience !