
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (65)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (7129)
-
Revision bc3c6d0a15 : vp9/count_segs : fix out of bounds read don't access mi until mi_{row,col} valid
3 mai 2013, par James ZernChanged Paths :
Modify /vp9/encoder/vp9_segmentation.c
vp9/count_segs : fix out of bounds readdon't access mi until mi_row,col validation has been done
Change-Id : Ie1be052612cfccb2730dff9281c222bca28bf2c6
-
Added access to settings object in callbacks.
4 mars 2014, par jackmooreAdded access to settings object in callbacks.
-
How to access framebuffer with FFMPEG ?
21 février 2018, par user1496491I’m writing an application which need to capture screen. I’ve looked up for solution and internet says that
FFMPEG
could do it. But I can’t find the way to do that IN CODE.FFMPEG
documentation seems to be very poor.Can anybody please tell me how do I access framebuffer raw data with
FFMPEG
?