
Recherche avancée
Médias (16)
-
#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 (103)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 ;
Sur d’autres sites (12349)
-
Scrolling text in a video with ffmpeg
12 avril 2014, par NickNameI am trying to put a textline from right to left in a video with ffmpeg but it is not working.
My command is :
ffmpeg -i input.avi -vf drawtext="fontfile=C\\:/Windows/Fonts/arial.ttf:text='YOUR TEXT HERE':fontcolor=white@1.0:fontsize=40:y=h-h/2:x=t*50" -y output.avi
Thank you in Advance...
-
FF-MPEG Android Installation using Cygwin
25 juin 2012, par Ravi K. SharmaI read and followed all instructions http://bambuser.com/opensource
but i am puzzled around how to generate ffmpeg .so file using cygwin and ndk-r7 ? I appreciate if Some one could provide me better links/Solution to integrate FFPMEG for my Android Application.Thanks in Advance.
-
rtp live stream with libvlc
20 mai 2011, par sokrat3sI would like to use libvlc api to stream live data but instead of file I would like to stream from a data pointer (nal units from x264 encoding).
Is there a way to do this ? Is it already implemented ?
Thank you in advance.