Recherche avancée

Médias (91)

Autres articles (101)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Qu’est ce qu’un masque de formulaire

    13 juin 2013, par

    Un masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
    Chaque formulaire de publication d’objet peut donc être personnalisé.
    Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
    Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...)

Sur d’autres sites (17401)

  • Is using QtFFmpegWrapper+QLabel+QTimer a good way to play video in a Qt application ?

    21 décembre 2012, par Vi.

    I'm looking how to portably play video on Qt, but not Phonon.

    Using ffmpeg seems to be a good idea (it should work the same way on all platforms).

    Currently It uses QLabel for video output and does QPixmap::fromImage for each frame ; frames which are decoded and buffered by QtFFmpegWrapper in a background thread. QTimer decides when to show the next frame.

    The whole thing looks a bit hacky (Video ? In a label ?). Am I doing it right ? Is there a better portable way of playing ffmpeg-decoded video in a Qt application ?

  • How to play RTSP on Google TV ( or use ffmpeg )

    20 janvier 2013, par kocuroglu

    In short, I have to play RTSP on a Google TV device (Sony nsz-gs7). How can I do it ?

    Things I tried :

    These approaches all work on Android phones, but I couldn't make them work on Google TV.

    Any tips for displaying RTSP or running executable files ? Or do I have to wait for NDK support ?

    Update : If there is an application which can play RTSP streams, we can also use it as a temporary fix.

  • Play audio out through specific output device with ffplay

    4 février 2018, par ComedicChimera

    I just have a quick question regarding ffplay (extension of ffmpeg) for Windows. I am trying to get it to allow me to play audio out of specific device (ie. a virtual audio cable), and I cannot find any documentation on how to do it.

    Here is my current command :

    "ffplay -loglevel panic -nodisp -volume volume -i url"

    I could not find any documentation of how to do this.

    If it is not possible to do this ffplay, I would like to ask if there is away to set a specific audio output device in Python 3 (as that is the language I am using to call ffplay)

    Thanks