Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

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 (12085)

  • Revision 43be86dbff : vp10 : remove double MV value check. This has virtually no effect on coding effi

    8 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /vp10/common/mvref_common.c


     Modify /vp10/common/mvref_common.h



    vp10 : remove double MV value check.

    This has virtually no effect on coding efficiency, but it is more
    logical from a theoretical perspective (since it makes no sense to
    me that you would exclude a MV from a list just because it’s sign-
    inversed value is identical to a value already in a list), and it
    also makes the code simpler (it removes a duplicate value check in
    cases where signbias is equal between the two MVs being compared).

    See issue 662.

    Change-Id : I23e607c6de150b9f11d1372fb2868b813c322d37

  • libavformat/mov : Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_METADATA...

    14 mai 2014, par Alex Sukhanov
    libavformat/mov : Elimitate double reading of COVR metadata if MOV_EXPORT_ALL_METADATA is enabled
    

    Problem : ffmpeg tries to read COVR atom data twice if MOV_EXPORT_ALL_METADATA is enabled.
    If COVR atom is the last in the stream, a parsing of such file fails.

    Solution : just return immediatelly after mov_read_covr

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c
  • Revision 71559 : On fait fonctionner l’encodage en double passes sur des fichiers avec ...

    4 avril 2013, par kent1@… — Log

    On fait fonctionner l’encodage en double passes sur des fichiers avec l’audio désynchroniser (on fait la première passe toujours avec les données audio)
    On finalise la rotation des vidéo ayant cela dans leurs metas, il faut virer le rotation des metas du fichier encodé
    On supprime tous les fichiers temporaires générés sauf le log
    Il faudrait vraiment simplifier cette fonction d’encodage
    Des echo de debug dans le script d’encodage en moins
    Version 1.2.11