
Recherche avancée
Autres articles (55)
-
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
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 -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7059)
-
FFMPEG caching how to configure and get cache file names
24 mai 2019, par ManityI am using a c# WPF video player wrapper that uses FFMPEG. It is called FFME MediaElement. Using this i have been able to activate caching in FFMPEG using the "cache" https://www.ffmpeg.org/ffmpeg-protocols.html#cache protocol value.
This works and i can see the cache files being created in my application directory as video files are loaded. It seems to create a new cache file each time a video is loaded. The cache file names are of the convention ffcachexxxxxx.Ignoring the wrapper i am using, is there a way (if i was using FFMPEG on its own) to get or determine the cache file name, or get FFMPEG to auto delete the cache file. After a while the cache files take a lot of room and i would like a way to purge them. If there is a way to do this in FFMPEG then i could apply that to the wrapper i am using.
So im looking for any of
1. a way to get the current cache file name so i can delete on video close
2. a setting to make FFMPEG auto delete cached files.
3. a setting to FFMPEG to purge all stored cache files in one go.Any suggestions appreciated.
-
libavformat : output cues for each subtitle block in MKV muxer
22 mai 2014, par John Peebles -
cmdutils : replace usages of "#ifdef __MINGW32__" with "#ifdef _WIN32" because MSVC...
17 mai 2014, par John Peebles