
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (56)
-
MediaSPIP Core : La Configuration
9 novembre 2010, parMediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (7886)
-
FFMPEG + HDFS - how to use ffmpeg libraries (.libs) to get file IO in and out of HDFS ?
15 décembre 2015, par eric frazerI’m programming in C, C++, and need ffmpeg to read and write files to HDFS. I know ffmpeg can decompress from packets I already have, but I don’t know how to get it to read from the header, or get it to write to my stream. I don’t look forward to cracking open the source for ffmpeg and writing it myself. It’d be nice if ffmpeg had some ability to read/write from something that looks like an IStream. Has anybody done this ? I also know about mounting the HDFS system on my local machine, but that’s a last resort. Note this question IS specific, and it is about programming, not soliciting advice. Need insight into ffmpeg’s .LIB API and how to get it to read/write from an object I point it to.
-
What's the best way to get video metadata from a MP4 file in ASP.Net MVC using C# ?
23 septembre 2019, par Maddhacker24I’ve been searching on Google and StackOverflow for a good couple of hours. There seems to be a lot of similar questions on StackOverflow but they are all about 3-5 years old.
Is using FFMPEG still the best way these days to pull metadata from a video file in a .NET web application ? And if so, what’s the best C# wrapper out there ?
I’ve tried MediaToolkit, MediaFile.dll without any luck. I saw ffmpeg-csharpe but that looks like it hasn’t been touched in a few years.
I haven’t found any current data on this subject. Is the ability to pull metadata from a video built into the latest version of .NET now ?
I’m basically looking for any direction at this point.
I should add that whatever I use could be invoked thousands of times per hour so it will need to be efficient.
-
What's the best way to get video metadata from a MP4 file in ASP.Net MVC using C# ?
1er janvier 2017, par Maddhacker24I’ve been searching on Google and StackOverflow for a good couple of hours. There seems to be a lot of similar questions on StackOverflow but they are all about 3-5 years old.
Is using FFMPEG still the best way these days to pull metadata from a video file in a .NET web application ? And if so, what’s the best C# wrapper out there ?
I’ve tried MediaToolkit, MediaFile.dll without any luck. I saw ffmpeg-csharpe but that looks like it hasn’t been touched in a few years.
I haven’t found any current data on this subject. Is the ability to pull metadata from a video built into the latest version of .NET now ?
I’m basically looking for any direction at this point.
I should add that whatever I use could be invoked thousands of times per hour so it will need to be efficient.