
Recherche avancée
Autres articles (99)
-
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 (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (12047)
-
Extract individual frames as a buffer from a video
30 août 2022, par mgoI'm trying to process a video using tensorflow in node.js (i.e. on the server - I don't have a web page). I need to process each frame in the video individually. I see some people are using ffmpeg to generate individual image files from the video but that seems wasteful as it creates files on the filesystem. I would prefer to grab each frame as a base64 string in memory. I've got this working using OpenCV4Node but am wondering if there are any lighter weight solutions. Is anyone already doing this ? Any help would be appreciated :-)


-
Cleaner ffmpeg terminal output
14 janvier 2015, par sg90I am running ffmpeg on headless servers with the intention of keeping these processes running for hours on end. I would like to parse the output for useful information like "fps", "time" "bitrate" or any warnings/errors and pass them to other processes, i.e. a web server.
By default ffmpeg prints to the terminal with this information every second on a new line. This makes parsing it very cumbersome and eventually degrades in performance the longer the terminal output becomes.
-
Is parsing the terminal output the right strategy here and is there a flag for something like bash’s "echo -a" append function within ffmpeg ? I’ve set a few of the -v flags to change the output but none match my needs !
-
Is there a way I can directly invoke something like "getFps()" on the running ffmpeg process itself to return the current encoding rate ?
Thanks
-
-
how to run terminal scripts to the ios
11 février 2014, par Hadi M.NourAllahi have terminal script for ffmpeg like :
ffmpeg -i input_file -c:a aac -strict -2 -b:a 128k -c:v libx264 -profile:v baseline out.mp4
how can i run something like this in my app