Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (59)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

Sur d’autres sites (8431)

  • Révision 110546 : Fix #3964 : mise en forme mini des formulaires SPIP

    6 juin 2018, par bruno@eliaz.fr

    Préfixer ces règles css par .formulaire_spip pour ne pas déborder sur les autres formulaires + déplacer tout ça dans spip.css

  • Unknown input : 'dshow' [on hold]

    2 avril 2018, par Santa Maria

    Я ввела команду ffmpeg -list_devices true -f dshow -i dummy, но нормального результата не было. FFmpeg выдаёт ошибку unknown input: 'dshow'. Что делать ? Прошу прощения, если вопрос глупый

  • Live website to video

    25 janvier 2016, par Asaf Nevo

    I have a website which shows a slideshow of pictures using JS.

    The pictures objects are coming from a web service and are being updated from time to time.

    In few days, I doing a test with a potential client to present the pictures slideshow on his big LED screen.

    He’s using BSPlayer for the content on screen, an able to present a website, but it will never be a clean full screen (the X button and such will always be presents).

    He’s the most comfort with presenting a video rather than a website.

    One of my ideas of solutions was to check if there is a way to stream a content of a website.

    Googling it got me to a solution combined ImageMagic and FFMPEG which you can read about here

    My problem is that this solution only creates a slide show out of static pictures - which I can do, but i’m losing the dynamic part of my live slideshow.

    Is there a tool for capturing websites and converting them into a stream of videos ?

    Or maybe a workaround to achieve the same functionality ?