Recherche avancée

Médias (91)

Autres articles (19)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (6844)

  • Player downloads all moof part of a fragment mp4 file before playing

    28 mars 2023, par happyz90

    I converted a mp4 to fragment mp4 with the following command :

    


    ffmpeg -i ./input.mp4 -y -b:a 32k -vcodec libx265 -b:v 320k -bufsize 320k -tag:v hvc1 -color_primaries bt709 -color_trc bt709 -colorspace bt709 -c:a libfdk_aac -profile:a aac_he_v2 -movflags faststart+frag_keyframe+empty_moov+dash+global_sidx -chunk_duration 500000000 -max_muxing_queue_size 1024 ./output.mp4


    


    But when playing, the player send many http requests to download all the moof part :

    


    enter image description here

    


    enter image description here

    


    But I think in normal case the player only need to download the head part of the video file to play.

    


    So is there anything wrong with my ffmpeg parameters ? Please help me. Thank you.

    


  • avcodec/vvcdec : fix boundary strength when IBC involved

    2 mars 2024, par Nuo Mi
    avcodec/vvcdec : fix boundary strength when IBC involved
    

    The following cases should set bs to 1 :
    If the prediction modes are not the same.
    If both prediction modes are MODE_IBC, but the motion vector delta is larger than 8 of 1/16 pixels.
    see 8.8.3.5

    How to reproduce it :
    vvencapp -i sintel_trailer_2k_1080p24.y4m —preset fast —additional "IBC=1" -o sintel.266
    ffmpeg -i sintel.266 -f md5 -
    md5 will mismatch

    Found-by : 6ws at https://github.com/ffvvc/FFmpeg/issues/187#issuecomment-1962842135

    • [DH] libavcodec/vvc/vvc_filter.c
  • Revision de735929cf : Reduce bmi buffer length from 16 to 4 This commit removes the use of bmi_ in th

    27 mai 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/encoder/vp9_encodeintra.c



    Reduce bmi buffer length from 16 to 4

    This commit removes the use of bmi_ in the first-pass encoding by
    forcing encode_intra4x4block_ to use DC_PRED, followed by DCT_DCT
    only, as John suggested. This makes the need for bmi buffer only
    up to 4 entries, instead of 16.

    Change-Id : I3410007dfae789ee46a09ae20c39d3ce3c7954aa