Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (95)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7888)

  • Allocate AVFrame for sws_scale()

    13 mars 2020, par Slav

    Trying to write program which uses libav to extract raw pixel data ( BMP) from arbitrary video. Everything goes well except sws_scale() failing to convert AVFrame to RGB24.

    I formulated minimal example of it where AVFrame is being created and initialized with 4 different methods found on internet : https://github.com/SlavMFM/libav_bmp_example - all of them fail in different ways. How can I fix it so sws_scale() does the convertion ?

  • Evolution #3964 : mise en forme minimum des formulaires

    25 mars 2018, par nico d_

    tetue tetue a écrit :

    Est-ce que ça ne devrait pas plutôt être distribué avec les plugins concernés ?

    Je ne crois pas, SPIP peut très bien générer toute sorte de formulaires sans plugin particulier, ça me parait essentiel d’avoir un style minimal qui rende les formulaires un minimum lisibles.
    Sur la capture écran postée par chankalan (css_actuel.png), on a du mal à comprendre le formulaire au premier coup d’oeil...

  • Recording alpine container audio

    28 juin 2021, par Sackhugger

    I am looking to run a headless browser inside of an alpine linux container and stream the audio/video through ffmpeg to an rtmp server. Grabbing video from x11 and xvfb has been no issue but I have not been able to find out how to grab audio using alsa/pulse audio without any kind of audio card. Is there a way to create a virtual audio card which ffmpeg can pull from. I understand alpine is minimal but I need to keep my container image to a minimum.