Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (94)

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

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

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

  • Revision 65ede3da45 : Modified Handling of min and max vbr rates. In two pass encodes bits are alloca

    2 janvier 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_onyx_int.h



    Modified Handling of min and max vbr rates.

    In two pass encodes bits are allocated to each frame
    according to a modified error score for the frame as a
    fraction of the modified error score for the clip or section.

    Previously a minimum rate per frame was reserved and
    subtracted from the bits allocatable by the two pass code.
    The vbr max section rate was enforced by clipping the
    actual number of bits allocated.

    In this patch the min and max vbr rates are enforced
    instead by clipping the modified error scores for each frame
    rather than the number of bits allocated.

    Small gains for all test sets (psnr and SSIM) ranging from
     +0.05 for YT psnr up to +0.25 for Std-hd SSIM.

    Change-Id : Iae27d70bdd3944e3f0cceaf225bad2e8802833de

  • Merge MP4 clips with different frame rates

    14 mars 2019, par Oli Shingfield

    I have a script which downloads mp4 files into a folder called downloads. Everyday the amount of mp4’s will change, some days the script will only download 2 the next day it might download 20. These videos will have different names every time and different frame rates. I have managed to get a list of the files I would like to merge as a text file which is also inside the folder but when I try and merge the clips using ffmpeg I get an error and the clip is the incorrect duration and some clips dont play at all.

    error :

    "Non-monotonous DTS in output stream 0:0; previous: #######, current: #######; changing to ######. This may result in incorrect timestamps in the output file."

    This is my command line log https://pastebin.com/eH18prr8

    I am running windows 10.

    Please please can someone help with this ? I have been struggling with it for days. Thanks !

  • dashenc : allow AdaptationSets to have different average frame rates

    26 octobre 2017, par Peter Große
    dashenc : allow AdaptationSets to have different average frame rates
    

    Signed-off-by : Peter Große <pegro@friiks.de>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/dashenc.c