Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (37)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7515)

  • laravel ffmpeg upload video in amazon s3 failed 504 gateway Time-out

    21 mai 2020, par Ahmed Al-Rayan

    Why after uploading a video size of more than 1 Giga, I see a problem in the nginx 504 gateway timeout preventing me from completing the processing process. The meaning of the video after uploading starts the processing process and because of this problem it does not go to processing use laravel ffmpeg and use amazon s3 service to store the videos on it and the entire site uploaded to Digital hosting

    


  • Revision fc0b33182b : aq_mode=3 : Set target seg_map in sb-block order. Removes a TODO. Changed meanin

    27 mars 2014, par Marco Paniconi

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



    aq_mode=3 : Set target seg_map in sb-block order.

    Removes a TODO. Changed meaning of some parameters
    (target-max-percent refresh and starting index) to be
    defined relative to superblock. Also, modify turn-off condition.

    Change-Id : I5e55f372b7079c24f9cdac0b06fa34620dbf456b

  • ffmpeg - AVPixelFormat, what is "smaples" means in the documentation ?

    17 juin 2017, par dafnahaktana

    I did not understand the documentation , for example :

    AV_PIX_FMT_YUV422P planar YUV 4:2:2, 16bpp, (1 Cr & Cb sample per 2x1 Y samples)

    I didn’t understand the meaning of "(1 Cr & Cb sample per 2x1 Y samples) ",
    and what does it mean 4:2:2 ? I could not find explanation anywhere.

    Also , I see there are types like AV_PIX_FMT_YUV420P that have 12bpp. Does that mean that each pixel is represented by 12 bit ? if so, how is it represented ? Should I allocate two bytes for each pixel and ignore the last 4 bits ? or I should allocate something like ceil((#pixels)*1.5) bytes ?