
Recherche avancée
Autres articles (100)
-
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. -
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.
Sur d’autres sites (13860)
-
Revision 03e267155b : Merge "Cyclic refresh : factor segment delta-q into rate control."
2 décembre 2014, par Marco PaniconiMerge "Cyclic refresh : factor segment delta-q into rate control."
-
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 !


-
avfilter/af_afade : add options to control unity/silence gains
3 janvier 2023, par Paul B Mahol