Recherche avancée

Médias (91)

Autres articles (56)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

Sur d’autres sites (10123)

  • EM : ajouter la prise en charge de l’extension epub dans SPIP

    19 octobre 2011

    Ajouter le format epub afin de pouvoir le mettre en ligne même si dans l’immédiat on ne sait pas encore le traiter (plugin annexe à faire) ...

    CF pour le format : http://fr.wikipedia.org/wiki/EPUB_%...

  • FFMPEG Compilation and Video Thumbnail Issues [on hold]

    2 janvier 2016, par P. Paul

    I have compiled FFMPEg on a Linux, Centos machine according to the guide in here https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu , and the auto video thumbnail creation command in here https://trac.ffmpeg.org/wiki/Create%20a%20thumbnail%20image%20every%20X%20seconds%20of%20the%20video

    The problems are...

    1- When I use ffmpeg or ffmpeg -version command to check if ffmpeg has been installed I get the error message, "Command not found". But when I check for ffmpeg directory "~/ffmpeg_sources" is found and the machine says, "is a directory".

    2- Also, I did a test and upload video to the site to see if the video’s thumbnail will be automatically generated, but it didn’t show any thumbnail.

    Any help would be greatly appreciated.

    Thanks in advance !

  • Building opencv_ffmpeg_64.dll with Visual Studio 2013

    18 janvier 2016, par baxit

    Im trying to get opencv 2.4 to work with ffmpeg in visual studio 2013 (x64)

    I have to use a specific custom built version of ffmpeg 2.8.4 (LGPL only, static linkage, ...)

    Im trying to get OpenCV 2.4 to run with my version of ffmpeg.
    Building opencv itself using Cmake is no problem at all.

    Anyhow there is no build support for the ffmpeg-plugin
    in

    OpenCV-2.4.11\opencv\sources\3rdparty\ffmpeg

    is just a script called make.bat
    This seems to be a relatively simple build-script supporting only mingw.
    Unfortunately i failed to translate this to usable build-instructions for visual-studio or cl.exe

    Has anyone succeeded to build the opencv_ffmpeg_64.dll using Visual Studio ?