Recherche avancée

Médias (1)

Mot : - Tags -/berlin

Autres articles (58)

  • 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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (5822)

  • Revision 4524548f80 : Fix compile warnings on windows. Change-Id : If74bc6110016bc75ea3883ab136fbbac88

    12 juin 2013, par Frank Galligan

    Changed Paths :
     Modify /vp8/encoder/onyx_if.c


     Modify /vp9/common/vp9_findnearmv.h



    Fix compile warnings on windows.

    Change-Id : If74bc6110016bc75ea3883ab136fbbac88f6a913

  • can't play video using cv2 python in windows

    14 juin 2013, par rlvamsi

    I am new to opencv and I am using it with python. I am trying to play a video and detect all the faces in it, but I am stuck here : I can't play the video itself.

    I tried with CaptureFromFile method but its not playing. I tried with to print the properties of video file like fps,frames and everything but its giving zero.

    I searched a lot on the internet but everyone is giving the method itself. I tried many formats but every time it's the same, not running but from cam I can play it.

    Should I change the format of file using ffmpeg or what should i do to play a video file cv2 . By the way I am using windows 7.

  • ffmpeg : recording audio+video together results in frame dropping (Windows 7) [closed]

    20 juin 2013, par John Smith

    this is the entire command :

    ffmpeg -f dshow -i audio="virtual-audio-capturer":video="screen-capture-recorder" -vcodec libx264 -r 25 -crf 1 -ac 1 -acodec aac -strict -2 -ar 44100  -q 1 -y -f flv output.flv

    this produces kinda small and good file, still there are many "dshow @ 000000000031a0a0] real-time buffer 207% full ! frame dropped !". The video quality is very good, no lags at all, but audio do lags.
    The strangest thing is, when I record only video, or only audio (so not both at the same time) it does produces lagless result.
    Im kinda beginner in these things.