Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (52)

  • 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 ;

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

  • 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

Sur d’autres sites (9354)

  • When NVIDIA GPU is used for H265 video decoding acceleration, the video screen may skip forward frames, while AMD GPU does not [closed]

    16 août 2023, par uproar

    We are using NVIDIA GPUs (model : GTX1050TI) to accelerate H.265 video decoding and rendering, and DXVA2 hardware acceleration is used. The version of FFmpeg is 4.2.2.
If the video is played for a long time, there will be frame skipping forward (that is, the video frame of the first few seconds will appear when it is played in normal order), and it will always exist after it appears, and it will not heal itself.
Has anyone been in the same situation or can anyone help ?

    


    We checked the rendering and playback timing of each frame and found that no forward jump occurred. Therefore, the data decoded by the GPU may be incorrect.
We also used AMD GPUs for comparison tests, but this is not the case with AMD GPUs.

    


  • create m3u8 with multi isolate ts

    7 juin 2018, par SunPointed

    I have a demand which record a mp4 every 3 seconds(the mp4 files are continuous).
    And with ffmpeg I convert the mp4 file to ts file after every 3s mp4 generated.
    So now I have many 3s ts files(the ts files are continuous, and play in player).
    Then I generate a m3u8 file, which have information about these ts files.
    Everything looks fine now, but when I use a player play the m3u8 file, always block after first ts file played.

    I think there must be some relationship between ts files in m3u8(maybe timestamp ?) and mine don’t have these relationship so my m3u8 block after first ts file played.

    I don’t know much about ts and m3u8, can anyone tell me what’s the relationship between ts files in m3u8, or how can I generate correct m3u8 file ?

  • avfilter/vf_delogo : unbreak fate

    2 septembre 2019, par Paul B Mahol
    avfilter/vf_delogo : unbreak fate
    

    It is not clear what was real intention of previous commit to this filter.
    It was not working correctly, hopefully this is fixed now.
    It never checked that new x/y/w/h are actually valid, hopeffully this is fixed now.
    It uses named variables in expressions that are never set, still not fixed.
    It does not set named variables that uses actual frame widht/height, making actual
    expressions less usable for our users, still now fixed.

    • [DH] libavfilter/vf_delogo.c