Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (58)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7670)

  • aacenc_pred : rework the way prediction is done

    29 août 2015, par Rostislav Pehlivanov
    aacenc_pred : rework the way prediction is done
    

    This commit completely alters the algorithm of prediction.
    The original commit which introduced prediction was completely
    incorrect to even remotely care about what the actual coefficients
    contain or whether any options were enabled. Not my actual fault.

    This commit treats prediction the way the decoder does and expects
    to do : like lossy encryption. Everything related to prediction now
    happens at the very end but just before quantization and encoding
    of coefficients. On the decoder side, prediction happens before
    anything has had a chance to even access the coefficients.

    Also the original implementation had problems because it actually
    touched the band_type of special bands which already had their
    scalefactor indices marked and it’s a wonder the asserion wasn’t
    triggered when transmitting those.

    Overall, this now drastically increases audio quality and you should
    think about enabling it if you don’t plan on playing anything encoded
    on really old low power ultra-embedded devices since they might not
    support decoding of prediction or AAC-Main. Though the specifications
    were written ages ago and as times change so do the FLOPS.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aac.h
    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc.h
    • [DH] libavcodec/aacenc_pred.c
    • [DH] libavcodec/aacenc_pred.h
  • What do these FFmpeg APNG encoder prediction methods mean ?

    15 septembre 2021, par Nicke Manarin

    By running ffmpeg -h encoder=apng, I get this :

    &#xA;

    APNG encoder AVOptions:&#xA;  -dpi               <int>        E..V..... Set image resolution (in dots per inch) (from 0 to 65536) (default 0)&#xA;  -dpm               <int>        E..V..... Set image resolution (in dots per meter) (from 0 to 65536) (default 0)&#xA;  -pred              <int>        E..V..... Prediction method (from 0 to 5) (default none)&#xA;     none                         E..V.....&#xA;     sub                          E..V.....&#xA;     up                           E..V.....&#xA;     avg                          E..V.....&#xA;     paeth                        E..V.....&#xA;     mixed                        E..V.....&#xA;</int></int></int>

    &#xA;

    What are the differences among these prediction methods specified with -pred ?

    &#xA;

    I could not find any documentation on ffmpeg.org or anywhere else.

    &#xA;

  • Revision 57272e41dd : Correctly set the segment_id prediction flag and context This fix a bug introdu

    24 septembre 2013, par Guillaume Martres

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



    Correctly set the segment_id prediction flag and context

    This fix a bug introduced by ac6093d179d8488f90bf10c6d0abcc48be327d28

    Change-Id : I0700a4daf7a6a2471074f81a4596352287fb2ac9