
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (46)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (4248)
-
Piwik is expanding ! We’re seeking a talented Software Engineer in New Zealand or in Poland
At Piwik and Piwik PRO we develop the leading open source web analytics platform, used by more than one million websites worldwide. Our vision is to build the best open alternative to Google Universal Analytics.
The Piwik platform collects, stores and processes a lot of information : hundreds of millions of data points each month. We create intuitive, simple and beautiful reports that delight our users.
Are you seeking a new challenge ? We are currently looking for a software engineer or software developer who is passionate about data processing, security, privacy, the open source philosophy and usable interface design.
We practise agile methodology, test driven development, and fast release cycles. The main technologies we work with are Javascript (AngularJS, jquery), PHP5 and MySQL. You will write open source code that will directly benefit 250,000+ Piwik users in more than 200 countries and 50 languages.
Responsibilities
- Write server-side code (PHP5) and front-end code (Javascript) for Piwik platform.
- Create robust high-volume production applications and develop prototypes quickly.
- Tackle new problems as we continue to push technology forward.
Minimum qualifications
- BA/BS degree in Computer Science or equivalent practical experience.
- 2 years of relevant work experience in software development.
- Understanding of, and practical experience with PHP5 and Javascript application development.
- Strong analytical and coding skills.
- Excellent communication skills.
Location
- Wellington central, New Zealand.
If you are not in New Zealand, and you are the right candidate, we will help you relocate here ! - Wrocław, Poland
Apply online
To apply for this position, please Apply online here. We look forward to receiving your applications !
-
CSipSimple make VideoLibs - error
10 juin 2014, par gopalanrcI downloaded the CSipSimple source from https://code.google.com/p/csipsimple/source/checkout and tried to build, as said in the build guide lines (https://code.google.com/p/csipsimple/wiki/HowToBuild). But, when I build video libs by using the command ’make VideoLibs’, the build fails due to some error. See the logs below. Help me fix this error
In file included from libavformat/riff.c:24:0:
libavformat/avformat.h:383:18: error: field 'audio_codec' has incomplete type
libavformat/avformat.h:384:18: error: field 'video_codec' has incomplete type
libavformat/avformat.h:385:18: error: field 'subtitle_codec' has incomplete type
In file included from libavformat/riff.c:24:0:
libavformat/avformat.h:960:18: error: field 'video_codec_id' has incomplete type
libavformat/avformat.h:966:18: error: field 'audio_codec_id' has incomplete type
libavformat/avformat.h:972:18: error: field 'subtitle_codec_id' has incomplete type
In file included from libavformat/riff.h:33:0,
from libavformat/riff.c:26:
libavformat/internal.h:36:18: error: field 'id' has incomplete type
libavformat/internal.h:42:18: error: field 'id' has incomplete type
In file included from libavformat/riff.c:26:0:
libavformat/riff.h:78:18: error: field 'id' has incomplete type
libavformat/riff.c:711:14: error: return type is an incomplete type
libavformat/riff.c:711:14: error: conflicting types for 'ff_codec_guid_get_id'
libavformat/riff.h:82:14: note: previous declaration of 'ff_codec_guid_get_id' was here
libavformat/riff.c: In function 'ff_codec_guid_get_id':
libavformat/riff.c:716:13: warning: 'return' with a value, in function returning void [enabled by default]
libavformat/riff.c:718:5: warning: 'return' with a value, in function returning void [enabled by default]
make[2]: *** [libavformat/riff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/dev/projects/CSipSimple- trunk/CSipSimple/jni/ffmpeg/ffmpeg_src'
make[1]: *** [build/ffmpeg/armeabi/lib/libavcodec.a] Error 1
make[1]: Leaving directory `/home/dev/projects/CSipSimple-trunk/CSipSimple/jni/ffmpeg'
make: *** [ffmpeg-lib] Error 2 -
Fix bswap16 issue on Debian 6.
2 juillet 2014, par Ralph GilesFix bswap16 issue on Debian 6.
Versions of GCC prior to 4.8 didn’t provide an implementation
of __builtin_bswap16 on x86_64. Detect those versions and
supply a fallback implementation. A cleaner fix would be
to detect bswap16 independently of bswap32 in configure
and handle them separately.See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52624
Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>