Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (45)

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

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

  • Using FFprobe to determine if a video uses variable frame rate [closed]

    8 mars 2024, par Marco Mayer

    What is the recommended approach to determine with ffprobe, if a given video file is containing a variable frame rate track or not. Using metadata from ffprobe I fetched those values e.g. :

    


    avg_frame_rate = 384000/43607 // ~ 8.80
r_frame_rate = 30/1  // = 30.00


    


    How to determine if variable frame rate is used ?
Use the difference (r_frame_rate - avg_frame_rate) > 1 e.g. and the denominator in avg_frame_rate is not equal 1 as condition ?

    


  • How Can I Determine the Correct Order to Merge .exo Files into a Single File Using ffmpeg ?

    13 août 2024, par Hiển Hồ

    I need to merge several .exo files collected from an Android app into a single .exo file. You can find the files here : Google Drive link.

    


    I'm planning to use ffmpeg for this task, but I'm unsure of the correct sequence for combining the files. I initially thought the sequence was based on the first number in the file names, but that doesn't seem to be the case.

    


    Can anyone provide advice on how to determine the proper order for merging these files ?

    


  • msrle : Use FFABS to determine the frame size in msrle_decode_pal4

    25 mai 2015, par Luca Barbato
    msrle : Use FFABS to determine the frame size in msrle_decode_pal4
    

    As done in msrle_decode_8_16_24_32.

    Bug-Id : CVE-2015-3395
    CC : libav-stable@libav.org

    • [DBH] libavcodec/msrledec.c