
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (41)
-
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
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 (...)
Sur d’autres sites (5947)
-
Clang cannot find dependency of a shared library
27 juillet 2021, par zana zakaryaie nejadI have a project with two submodules (say A and B). A depends on FFmpeg and B depends on A. Clang successfully finds FFmpeg and builds libA.so but it fails to build libB.so because it can't find FFmpeg ! The strange thing is that GCC can handle this. When I move find_package(FFmpeg) from submodule A's CMakelists to the project's CMakelist, then libB.so is successfully built. But this is an ugly solution. Any suggestion for the reason behind this strange behaviour ?


-
OpenCV no longer working after Homebrew install
28 mars 2014, par Tom smithI have have been running OpenCV from QT creator on Mac OSX.
I was having trouble getting VideoWriter to work so it was suggested I try installing ffmpeg with opencv.
Using brew I executed this commandbrew install homebrew/science/opencv --with-ffmpeg
However, during this process I received the following error
Warning: Could not link opencv. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link opencv'The "possible conflicting files were mostly from "/usr/local/include/opencv2/"
I tried the command brew suggested but this gave me a permission denied warning so I found a fix to execute before the command, both of which are below.
sudo chown -R `whoami` /usr/local
brew link --overwrite opencvThis appeared to execute correctly giving me the following response
Linking /usr/local/Cellar/opencv/2.4.8.2... 251 symlinks created
The problem is this now seems to have broken my working project. When I try to run the project now I get the following errors
Unfortunately after trying to rebuild the project I cannot get the error below to show up in the terminal again but it said the following error, was expected in /usr/local/include but not found in the build directory (afraid I cannot be sure of the exact wording)dyld: lazy symbol binding failed:
In QT creator however, when trying to build the project it says
error: symbol(s) not found for architecture x86_64
error: linker command failed with exit code 1 (use -v to see invocation)Any suggestions for a fix, and also how I can get VideoWriter to work with opencv on Mac OSX after I have my project working again ?
-
broadcast live video from android with ffmpeg source code
8 novembre 2012, par kevenAny suggestion for live stream for android.
In my app i need to broadcast live video from android on a web,some app like Qik, Justin.tv, Ustream.tv and Bambuser.
it is developed under ffmpeg,
anyone would help if there is any open source project like this,or anyone had already done it
please tell me the project name or send me a copy of the code.Email:liangyingshuang@gmail.com
Thanks.