Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (97)

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

  • Input parameters to FFMPEG

    23 janvier 2017, par Erik Berkun-Drevnig

    I am trying to make an FFMPEG script that relied on a glob input pattern from Linux to Windows. Unfortunately that is not supported so I am looking for an alternative. I do not want to have to rename or copy the files every time I run the script because the files are used elsewhere and I cannot rename them and I would like to avoid duplication or unnecessary temporary files.

    Are globs numerically sequential named images my only option here ? Ideally I would like to input a list of image paths to FFMPEG as a substitute for ffmpeg -i *.jpg

  • Evolution #4102 (En cours) : Ordre des inclures dans cache/charger_plugins_options.php

    24 décembre 2018, par cam.lafit -

    Salut

    Je me permet de réouvrir le ticket car en fait on ne regle pas le problème de fond.

    Je suis tombé sur le cas où j’ai installé bêtement les plugins au fil de l’eau. Du fait de leur nommage, le second plugin ne peut surcharger le define et on ne peut demander de bidouiller un config/mes_options.php pour palier à ce défaut.

    Je pense qu’on devrait pouvoir soit charger par ordre inverse (de l’arbre de dépendance) les fichiers options des plugins ou proposer une alternative à la méthode define / is_defined qui permettrait de prendre en compte les dépendances des plugins et rendre opérant les meta plugins.

  • Split VFR video into CFR chunks ?

    17 janvier 2021, par Daniel L.

    Is there a good way to split a VFR video into chunks that split whenever the framerate changes ?

    


    I have a video that I want to edit that is VFR but my editor doesn't support VFR. I don't want to set a constant framerate and convert it because that could degrade some sections of the video.

    


    I was thinking that one way working with it would be to take it and split it into chunks that are CFR to work on separately (hopefully they'll be large sections).

    


    I haven't found a good way to do it though, ffmpeg at least doesn't seem to have something built in to let me do it.

    


    An alternative question would be : is there some software that would let me easily scan the video to find the framerates used ? If it's not too crazy, I can convert to a common multiple framerate, edit and then remove the duplicate frames with Avisynth later.