Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (38)

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

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

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

  • tools/target_dem_fuzzer : Fix packet leak

    22 mars 2021, par Michael Niedermayer
    tools/target_dem_fuzzer : Fix packet leak
    

    Fixes : 32121/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-4512973109460992

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] tools/target_dem_fuzzer.c
  • How to find out which audio sample belongs to which frame in a video - with ffmpeg or other tools ?

    30 mars 2021, par tlau5

    I am wondering how I would find out which frame in a video belongs to which audio sample.

    &#xA;

    Lets say : I know audio sample 39822 has the characteristic I am looking for. Using the information contained in the container, I want to find out to which frame the audio sample was recorded. (Key frames/ Samples ?)

    &#xA;

    I was thinking ffmpeg could help me with this problem.

    &#xA;

    I tried to find the answer within the ffmpeg documentation but did not succeed.

    &#xA;

    Maybe you guys can give me a hint which tool (maybe even other than ffmpeg) to use or where to look specific.

    &#xA;

    Thanks in advance&#xA;Tim

    &#xA;

  • tools/pktdumper : use av_packet_alloc() to allocate packets

    31 janvier 2021, par James Almer
    tools/pktdumper : use av_packet_alloc() to allocate packets
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] tools/pktdumper.c