
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (78)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (6547)
-
v4l2 : Make use of the VIDIOC_ENUM_FRAMESIZES ioctl on OpenBSD
20 octobre 2014, par Brad Smith -
How to make ffmpeg realy silen without to use another process
29 octobre 2013, par DouguiI'm using ffmpeg in a ruby code like this :
fork { exec "ffmpeg -f alsa -ac 2 -i pulse -y #{path} -r 22050" }
It sends the pid of the created process. In the trace, I have this :
Stream mapping:
Stream #0.0 -> #0.0
Press ctrl-c to stop encoding
psize= 832kB time=4.52 bitrate=1507.4kbits/s 6.1kbits/s its/s
size= 963kB time=5.14 bitrate=1536.1kbits/s
video:0kB audio:963kB global headers:0kB muxing overhead 0.004664%I want to make it quiet. I tried to add
-loglevel panic
and-v 0
but it does not work. I know, I can add this>/dev/null 2>&1
but it create another process and my method send only the pid of the first process.Is there a way to make ffmpeg realy silent without to create another process ?
-
How to make 3D blocks video with ffmpeg
26 juin 2018, par Adam EstelI know how to use
tile
andstereo3d
oroverlay
filters to make 2d blocks (mosaic) video but i can’t figure out a way to slice video into multi parts and arrange it into 3d blocks just like just like in the imageHow can i do this ? Is it possible with ffmpeg ?