
Recherche avancée
Autres articles (22)
-
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (6112)
-
How to build ffmbc with static libraries on Mac
27 janvier 2013, par BrainwareI can build ffmbc (similar to ffmpeg) and it runs fine from the terminal. But, when I try to run it from MAMP it loads different dynamic libraries and crashes. What I would really like to do is have ffmbc load the same libraries each time no matter how it's run. Static libraries should do the trick. Another option is to create a Mac app (ffmbc.app) and use package contents. But, I don't know how to do either of these things. An XCode project would probably be best but I can't find one for ffmbc.
I see people spending days to get things to build on their machines. I don't understand why the linux community makes this so difficult and so fragile. I've been writing apps for over 25 years so I guess I'm not as interested in jumping through hoops like I use to be. ;-)
Suggestions or advice most appreciated.
-
Installed ffmpeg inside docker container, how can I compile c++ program ?
13 novembre 2018, par albert1905I’m trying to run a c++ program inside my docker container.
I’ve succeeded to install FFmpeg in the container (3 days of trying !).But I Can’t use it inside my c++ program, my c++ is calling packages which are part of ffmpeg like :
libavcodec/avcodec.h
I know I’m missing something to connect between the installed ffmpeg and the c++ program, but I can’t even understand where the ffmpeg is installed.
As you can see I’m pretty lost here, your help will help me a lot.
Thanks !
-
php_ffmpeg module not loading in Windows 7
28 mars 2014, par WarwickPLEASE help me ! I have been searching for solutions for days !
I am running Apache 2.2.22 and PHP 5.3.21 on Windows 7.
I have extracted and copied php_ffmpeg.dll to C :\Program Files (x86)\PHP\ext ; copied avcodex-51.dll, avformat-51.dll, avutil-49.dll and pthreadGC2.dll to C :\Windows\System32 ; and added the extension=php_ffmpeg.dll directive to php.ini. However, the module is still not loading.
I found the following error in the PHP error log :
PHP Warning : PHP Startup : Unable to load dynamic library 'C :\Program Files (x86)\PHP\ext\php_ffmpeg.dll' - The specified module could not be found.
Any help would be dearly appreciated !