
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (54)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
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 (...) -
Demande de création d’un canal
12 mars 2010, parEn fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)
Sur d’autres sites (5604)
-
FFmpeg source files wild card
29 mars 2018, par Some1ElseI am joining a series of image files into a movie file with FFmpeg.
Files start at
XYZ00000.PNG
,XYZ00001.PNG
etc. I refer to them asXYZ%05d.PNG
in the FFmpeg command line.That works fine.
But, if I delete the first (for example) 30 frames so my frame images start at
XYZ00031.PNG
onwards FFmpeg fails to build with an error ;[image2 @ 00000000043f2b40] Could find no file with path 'XYZ%05d.PNG' and index in the range 0-4
XYZ%05d.PNG: No such file or directoryIs there an alternate wildcard I can use to get FFmpeg to start at whatever the lowest numbered frame is ?
If I rename
XYZ00031.PNG
toXYZ00000.PNG
the build works, but only adds the single first frame. It ignores the other frames. -
swscale/utils : read HDR mastering metadata from AVFrame
30 novembre 2024, par Niklas Haas -
avformat/movenc : utilize existing AC-3 parsing workflow for AC-3
6 mai 2022, par Jan Ekström