Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (36)

  • 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 ;

  • 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

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

Sur d’autres sites (4438)

  • What are open source ffmpeg players for iOS/Android ?

    24 avril 2013, par jAckOdE

    I have been searching for open source ffmpeg player, and I found somes. But I think there is a lot more out there. If you know one, please drop a line in the comment or answer. I'm working on iOS but really want to look further to see what has been made for Android

    Here are what i found :

    1. Mooncatventures group
      https://github.com/mooncatventures-group

    2. KxMoviePlayer (use OpenGLES, Core Audio)
      https://github.com/kolyvan/kxmovie

    3. FFmpeg for ios (with OpenGLES, AudioQueue)
      https://github.com/flyhawk007/FFmpeg-for-iOS.git

    4. iFrameExtractor
      https://github.com/lajos/iFrameExtractor.git

  • Open Broadcaster RTMP Stream in C++

    19 juin 2014, par Mike159

    I am looking for a way to be able to receive a video stream from Open Broadcaster in a C++ application (on Windows).

    Can I use a library such as FFmpeg (other I have seen appear to be Linux only) to decode the RTMP stream for computer vision use (operations on each frame), or am I looking at the wrong way of doing this ?

  • Open DivX/XVID videos in OpenCV Python

    16 avril 2014, par b_m

    I started working on a new computer a tried to set everything as it used to be on my old one. Unfortunately switching to 64bit Windows made everything quite difficult.

    With the current setup I can only open raw I420 videos converted with memcoder, but I can't open DivX/XVID videos, that I used to on my old PC. I tried ffdshow and K-Lite codec pack. Opening the videos in gspot shows that the codecs are indeed installed.

    I've searched for solution all over the Internet, but I couldn't find the solution. I've tried copying the ffmpeg dll into the Python27 folder.

    The environment is 64bits Windows 7 Pro

    EDIT :

    I tried saving a video using OpenCV :

    I passed -1 to the cv2.VideoWriter function to get the codec selection dialog. The dialog dosn't show the ffdshow codecs.