Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (90)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • 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 (10926)

  • Output a Java window as a webcam stream

    15 juin 2012, par Zac

    I would like to write a program perferably in Java that can display animated overlays on a screen.

    The screen will then be broadcast streamed over the internet using a separate program called x-split.

    A good way to do this would be to create a transparent window in java which will display animated files (with transparancy) and the output of this window (Its display) should ideally appear in the webcam device list so it can be easily picked up by x-split which will allow it to be arranged ontop of the game screen I'm currently broadcasting.

    An example program of this type would be one where a webcam image is displayed and "virtual glasses" overlayed over the image of a persons face which could then be transmitted as an output cam.

    I have found the java 6u10-translucent-shapes library to create the transparent window but I don't know how to stream it.

    I've read a few things to suggest that JMF and FFMpeg might be the way to go, but I'm not sure what to install and how.

    Any help or pointers to tutorials would be greatly appreciated.

  • Add transformation matrix API.

    16 mai 2014, par Vittorio Giovara
    Add transformation matrix API.
    

    Add AV_PKT_DATA_DISPLAYMATRIX and AV_FRAME_DATA_DISPLAYMATRIX as stream and
    frame side data (respectively) to describe a display transformation matrix
    for linear transformation operations on the decoded video.

    Add functions to easily extract a rotation angle from a matrix and
    conversely to setup a matrix for a given rotation angle.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] Changelog
    • [DBH] doc/APIchanges
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/utils.c
    • [DBH] libavutil/Makefile
    • [DBH] libavutil/display.c
    • [DBH] libavutil/display.h
    • [DBH] libavutil/frame.h
    • [DBH] libavutil/version.h
  • kdenlive render settings for ipad [on hold]

    27 septembre 2015, par user2761325

    I’m using kdenlive 9.6 on Ubuntu, and would like to render videos for display on an iPad.

    I’ve tried using H.264 Profile but it won’t display on an iPad. I think this is because the profile (when I check using mp4info) is High@3.2, whereas per this link this should be max Main@3.1 to support iPad.

    Does anyone have profile settings I can paste in to get it to render in Main/3.1 please ?