
Advanced search
Medias (91)
-
999,999
26 September 2011, by
Updated: September 2011
Language: English
Type: Audio
-
The Slip - Artworks
26 September 2011, by
Updated: September 2011
Language: English
Type: Text
-
Demon seed (wav version)
26 September 2011, by
Updated: April 2013
Language: English
Type: Audio
-
The four of us are dying (wav version)
26 September 2011, by
Updated: April 2013
Language: English
Type: Audio
-
Corona radiata (wav version)
26 September 2011, by
Updated: April 2013
Language: English
Type: Audio
-
Lights in the sky (wav version)
26 September 2011, by
Updated: April 2013
Language: English
Type: Audio
Other articles (56)
-
Le profil des utilisateurs
12 April 2011, byChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Support de tous types de médias
10 April 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...); audio (MP3, Ogg, Wav et autres...); vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...); contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google (...)
-
Automated installation script of MediaSPIP
25 April 2011, byTo 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 (...)
On other websites (6282)
-
how can I get the total number of frames using ffmpegkit on Android (Kotlin)?
1 March 2023, by user44551I'm developing an Android app to encode a video using




com.arthenica.ffmpegkit.FFmpegKit




I would like to show users some information on the progress.
I managed to show how many frames are processed in real time. I would like to get the total number of frames in the original stream, so I can show a percentage.


How can I get the total number of frames in a video before I start encoding it?


-
sequential number ffmpeg image file node.js
6 March 2018, by mogami74I am now engaged in ffmpeg / node.js 8.9.4. I am to write a js script which converts a video stream into a raw image file and keeps on overwriting it. At the same time I’d like to get the sequential number of the frame from the begining of the convert process.
This program keeps on overwriting an image file, and other process is called to get this image file and its sequential number.
The ffmpeg option I wrote is below.
const ffmpeg = child_process.spawn('ffmpeg',[
"-i", stream_url,
"-rtsp_transport", "http",
"-pxm_fmt", 'rgb24',
"foobar.bmp"
]);I know output file name option like "%05d" but I don’t want to produce many image files.
Is it possible to get the sequential number of this outputted "foobar.bmp" by ffmpeg?
additional
I also found "drawtext=text=%n" option.
This seems what I would like to get but I don’t want to draw in the picture. How can I get the value into a variable? -
Get missing frame number in ffmpeg decoder
8 October 2012, by user1728137When using ffmpeg for decoding.it skips some frames and didn't decode them.
I want to get the missing frame number as they are in original file.