Recherche avancée

Médias (91)

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.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (7056)

  • Core : errorList should contain only the errors that it should

    24 novembre 2015, par Arkni
    Core : errorList should contain only the errors that it should
    

    When using the `valid` method on a list of inputs and there is an ignored
    input in that list, the errorList is not cleared causing it to slowly
    growing larger and larger when calling `valid` several times.

    Fixes #1618

  • MPEG-DASH and fragmented mp4

    15 septembre 2015, par bhh1988

    My understanding of fragmented mp4 is that it is a single file, but internally it is structured as fragments. Can someone explain to me how these fragments can be addressed in the .mpd file for DASH ? The .mpd files that I’ve seen seem to address various segments with separate urls, but a fragmented mp4, I imagine, would have to be addressed by byte offsets into the same url. How does the browser then know what times correspond to what byte ranges ?

  • Does video capture in openCV use ffmpeg ?

    26 juin 2019, par Ignacio Peletier

    I am capturing video with openCV and converting it to frames and have the follwing question :

    Does it use FFMPEG in a lower level ?

    The idea behind this question is that I am trying to reduce times in the generation of frames and was wondering if there is a faster method.

    Furtherly, I do not need all the frames and I would like to randomly rample frames of the video.

    Thank you ! If I have not been clear enough please tell me.