
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (39)
-
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 ;
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Mise à disposition des fichiers
14 avril 2011, parPar défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)
Sur d’autres sites (5047)
-
FFMPEG combining image, mp3, and logo watermark
20 septembre 2015, par b747fpI thought this would work but I’m getting errors.
ffmpeg -loop 1 -i "ARTWORK.jpg" -filter_complex "overlay=80:0" -i "MUSIC.mp3" -i "WATERMARK.gif" -filter_complex "overlay=10:350" -s 640x480 -shortest -vcodec libx264 -acodec aac -strict experimental -movflags faststart "CONVERTED.mp4"
If I do not put the -filter_complex "overlay=80:0" part (to place the artwork "in the middle") it works, but the artwork does not center (it is a 480x480 jpeg)
The error i am getting is
Cannot find a matching stream for unlabeled input pad 0 on filter Parsed_overlay_0
It has something to do with there being 2 filter complex parts but both are necessary so not sure how to "label" them ?
-
Work on a copy of the headers in _initXHRData
29 août 2013, par rslinckxWork on a copy of the headers in _initXHRData
If someone passes a "headers" options to fileupload(), this object get overwritten across multiple files upload because the same object is being re-used.
-
OpenCV In Java Does Not Work With IP Webcam
21 février 2016, par Kevin BaiI am trying to simply stream live video from my phone using the IP Webcam app and OpenCV in Java. In the Mac OS X, it works great when using the default webcam. If I try use the server on my phone, it does not work no matter what I do. I have tried :
"http://192.168.1.182:8080/videofeed?something.mjpeg"
"http://192.168.1.182:8080/video?dummy=param.mjpg"In addition, I’ve also tried setting a login and password info to the server and using urls such as :
"http://192.168.1.182:8080/?user=kbai&pwd=1234&resolution=32"
No matter what I’ve tried, it does not work.
I used Homebrew to install opencv3.1.0 which I installed it with ffmpeg, java and contrib.