
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (97)
-
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 ;
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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.
Sur d’autres sites (5054)
-
FFmpeg : Add watermark without changing the quality [on hold]
23 mai 2014, par user3624875I’m using
ffmpeg
on Ubuntu to add a watermark.png in a video. but, after adding, video quality goes down.
Here is my code that is adding watermark.ffmpeg -y -i input.mp4 -i watermark.png -filter_complex 'overlay=W-w-1:0' output.mp4 2>&1
What I want, keep the quality of input.mp4 as it is, in output.mp4
Quality may include Video/Audio Codec, Bitrate etc etc. -
Php ffmpeg download and installation win7 64 bit wamp [on hold]
21 mai 2014, par user3560703Since i cannot find this whole google and inernet combined i asked a Question here !
here is ffmpeg for php5.4 FFMPEG php5.4
What i want is for win64 bit version me using **wamp.
Any one can help me uploading the ffmpeg for win764bit php5.4 ?
Thanks in advance !
got the files Question closed anyone requiring ffmpeg for php5.4 win7 64bit take a look HERE
-
How to play sound from G.711 raw data file [on hold]
19 mai 2014, par vdmI have raw data file with G.711 MULAW audio frames withoud any headers. All additional info i know :
FormatTag: 0x0007
Channels: 2
SamplesPerSec: 8000
BitPerSample: 8
BlockAlign: 1
AvgBytesPerSec: 8000How i can play the file ?