
Recherche avancée
Autres articles (97)
-
Les sons
15 mai 2013, par -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
MediaSPIP en mode privé (Intranet)
17 septembre 2013, parÀ partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)
Sur d’autres sites (9385)
-
How to display a frame number on each frame of a video using ffmpeg,or How to add a different watermark on each frame of a video using ffmpeg ? [duplicate]
24 décembre 2018, par songThis question already has an answer here :
With the ffmpeg command, the number can be displayed in every frame of the video. With the increase of frames, the number also increases.
-
fluent ffmpeg how to set X11 display as input
3 novembre 2018, par direxitWith command line i can easily capture an Xserver display, trying to reproduce this with fluent-ffmpeg for node
videoCommand.addInput(':99.0+0,150')
.withSize('720x480')
.withFpsInput(60)
.withFpsOutput(60)
.addInputOption('-y', '-f x11grab')
.outputOptions(['-c:v libx264', '-crf 18' , '-preset veryfast' , '-t
00:00:05'])
.output(base_path+'/video.mp4')
.run();I get
Unrecognized option 'f x11grab'.
I am concerned about the syntax or way to set the input as DISPLAY :99.0
and also to tell ffmpeg that i want x11grab.Where those has to be set ?
--- EDIT ---
changed to .addInputOptions(’-y’, ’-f x11grab’)
with ’s’same error
-
avcodec/cuviddec : properly take deinterlacing and display delay into account for...
13 octobre 2018, par Timo Rothenpieler