Recherche avancée

Médias (91)

Autres articles (104)

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

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

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

Sur d’autres sites (12131)

  • Is it possible to pregenerate m3u8 file ? (the playlist only) and skip the transcoding ?

    30 mai 2024, par Jonathan Lightbringer

    I am trying to create a media server, and only want to transcode video when it's played. However I need the playlist in advance so that the client play can load the video metadata. Is this possible ?

    


    I want to do something like this :

    


    Client -> GET m3u8 (pregenerated in advance)
Client -> GET ts -> Transcode only this single ts file
Client -> GET ts -> Transcode only this single ts file
Client -> GET ts -> Transcode only this single ts file


    


    I don't want to transcode the entire video at once, I want to be able to only transcode the part that is requested.

    


    Is this possible ? Also open to using MPEG-DASH instead if needed.

    


  • Revision f2541f8a4a : rdopt : fix use of uninitialized value in addition rd_pick_intra4x4mby_modes / r

    5 novembre 2012, par James Zern

    Changed Paths : Modify /vp9/encoder/rdopt.c rdopt : fix use of uninitialized value in addition rd_pick_intra4x4mby_modes / rd_pick_intra8x8mby_modes would both use the input value of 'rate_y' in the return calculation. In many places this value is uninitialized. Remove the unneeded sum. (...)

  • Revision 741a23cd97 : Replace current_video_frame with better alternatives In the encoder, current_vi

    14 août 2014, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Replace current_video_frame with better alternatives

    In the encoder, current_video_frame is used in a couple of places to
    decide encoding strategy, this commit replaces with more appropriate
    variables.

    Change-Id : I3d3d8d8e2ea02c489e4639b9d4c446a63e357d29