
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (56)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 : (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (5563)
-
Ubuntu Compile C++ Application With ffmpeg and sdl2 [on hold]
24 novembre 2016, par Antonio GagliardiI’ve tried to compile a c++ application that use ffmpeg and SDL 2 in eclipse.
The application is simple :
#include <iostream>
extern "C"{
#include <libavutil></libavutil>imgutils.h>
#include <libavcodec></libavcodec>avcodec.h>
#include <libswscale></libswscale>swscale.h>
#include <libavformat></libavformat>avformat.h>
}
using namespace std;
int main() {
cout << "Test ffmpeg" << endl;
av_register_all();
return 0;
}
</iostream>Then I’ve set in project properties the library (-l) :
avformat
avcodec
faac
mp3lame
fdk-aac
vpx
x264
avdevice
avutil
swscale
rt
vorbisenc
va
pthread
dlThe path of ffmpeg build in libray search path (-L)
the ffmpeg include path (-l)I’ve also set the dialet to c++11
When i try to compile, I receive lots errors.
By googling i found that the problem can be the library order include.Any help is appreciated.
-
libavutil\common.h the following files have unsaved change ? change permission
3 septembre 2015, par user3717658i have just downloaded QtMEL and i try to compile the source code in Qtcreator with visual c++ 11 compiler but i get 2 error
1 : libavutil\common.h the following files have unsaved change (from QtCreator)
2 : error : C1083 : Cannot open include file : ’libavutil/avconfig.h’ : No such file or directory (from Compiler)the avconfig.h file does not exit maybe duo to change in ffmpeg is there any replacement ?
-
Revision 4a7cebe690 : make : add libvpx_test_srcs.txt target same application as libvpx_srcs.txt Chan
25 juin 2013, par James ZernChanged Paths :
Modify /libs.mk
make : add libvpx_test_srcs.txt targetsame application as libvpx_srcs.txt
Change-Id : I1f096cc3c180d205365663c1aa5533b52561d811