
Recherche avancée
Autres articles (97)
-
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 (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (10309)
-
Telling CMake in OpenCV where to find local FFMPEG library
28 août 2014, par UnapiedraI want to install OpenCV with video support, especially ffmpeg.
I installed ffmpeg by hand with the prefix
~/.local
. Primarily that means that the executable can be found under~/.local/bin/ffmpeg
and that the libraries are under~/.local/lib/libavformat.a
etc.I then downloaded OpenCV from the master branch on Github. Running
cmake ..
inbuild
checks the configuration and reports that OpenCV won’t be compiled with FFMPEG support.I tried setting
LD_LIBRARY_PATH
, to no avail. I tried running cmake with-DCMAKE_PREFIX_PATH=/home/.../.local/
, that also doesn’t work. Compiling ffmpeg with shared libraries also hasn’t worked. -
Are there any examples/documentation available that demonstrate how to use FFMPEG libraries directly in Python/C instead of the command line ?
8 janvier 2021, par Zaid BhatI want to perform the operation done by the below command line of FFMPEG but only using the command line. Instead I want to use the underlying libraries directly in Python and C to perform the operation :


ffmpeg -i "Filename.ts" -map 0:d -c copy -f data "outputfile.bin" | python ./klvdata_test.py


The task at hand is to extract the metadata. Are there any examples/documentation demonstrating the use of underlying libraries of FFMPEG.


-
avformat/apm : use the entire APMState structure as extradata
7 juillet 2020, par Zane van Iperen