
Recherche avancée
Autres articles (63)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...)
Sur d’autres sites (5562)
-
FFmpeg Windows directshow filter
24 mai 2016, par kiwijusI’m trying to open a directshow video source (webcam/push source) using the ffmpeg api however I’m not having any luck.
I’ve tried usingav_open_input_file()
however I don’t think this is the right way... Does anyone have any pointers ?
I’m using visual studio and c++ on a windows system
-
MLT framework windows build melt failed to load avformat
22 juillet 2015, par PhilipI build mlt framework on windows following the official guide http://www.mltframework.org/bin/view/MLT/WindowsBuild and the solution of Error building MLT framework on Windows for the errors.
But when I call the command
melt
it doesn’t work correctly. (melt noise
does work)Using
melt -query "video_codecs"
I get# No video codecs - failed to load avformat consumer
.So it cannot load ffmpeg. Is there a problem with the compilation or is something related to Windows ?
-
difficulty in building ffmpeg for windows
4 septembre 2012, par Naseeb SheoranI am making an app in which i want to use ffmpeg library.I have successfully compiled the library in windows,but i have not seen the ffmpeg.so,but i got the ffmpeg.exe file.Can you please tell me how to do it ?