
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (91)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
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 (...) -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)
Sur d’autres sites (4066)
-
Using FFMPEG to concat different file types
7 janvier 2020, par Alan EdwardsI want to be able to concat 3 files together using ffmpeg.
The first file is a short video introduction called intro.mp4, the other 2 files are audio files both lasting around 3 minutes each, they are called voice1.mp3 and voice2.mp3.It would also be good to have an image as a background to the audio files i.e. background1.jpg and background2.jpg whilst the audio files are playing so as to keep the viewer interested.
If this can be done by via the command prompt or using a txt file and command prompt that would be great.
Thanks in anticipation.
Alan
-
convert and delete mkv files with ffmpeg
19 mars 2015, par Brocolli RobI have a server running Ubuntu 14.10 and Plex streaming to a PS3. Anyway, some files are mkv’s and they’re choking on transcoding. So, I’ve got
ffmpeg
and I’d like to go through all the subdirectories of the high level media folder and convert anymkv
’s tomp4
’s for streaming.
I’ve experimented with some bash scripts I’ve found on the internet but have had mixed results.Any thoughts on how to do this ? I know there’s a command-line-fu, one-liner that can probably do it. Maybe something like find all the
mkv
’s in the subdirectories withfind
and then somehow passing that to a bashfor
loop ? -
Revision 872fc3ded8 : disambiguate superframe index in vp9_stop_encode() If the bool-coded partition
12 mars 2013, par John KoleszarChanged Paths : Modify /vp9/encoder/vp9_boolhuff.c disambiguate superframe index in vp9_stop_encode() If the bool-coded partition naturally ends in a byte that matches the superframe index marker, it could lead to a parse error. This commit ensures that if such a marker is seen, it is padded out (...)