Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (39)

  • 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

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

Sur d’autres sites (6168)

  • fate/exr : add tests for file with half and float channels

    25 juin 2016, par Martin Vignali
    fate/exr : add tests for file with half and float channels
    

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

    • [DH] tests/fate/image.mak
    • [DH] tests/ref/fate/exr-rgb-scanline-b44-half-float-12x8-l1
    • [DH] tests/ref/fate/exr-rgb-scanline-b44-half-float-12x8-l2
    • [DH] tests/ref/fate/exr-rgb-scanline-pxr24-float-half-l1
    • [DH] tests/ref/fate/exr-rgb-scanline-pxr24-float-half-l2
    • [DH] tests/ref/fate/exr-rgb-scanline-pxr24-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-scanline-pxr24-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-scanline-raw-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-scanline-raw-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-scanline-rle-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-scanline-rle-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-scanline-zip-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-scanline-zip-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-scanline-zip1-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-scanline-zip1-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-tile-half-float-b44-12x8-l1
    • [DH] tests/ref/fate/exr-rgb-tile-half-float-b44-12x8-l2
    • [DH] tests/ref/fate/exr-rgb-tile-pxr24-float-half-l1
    • [DH] tests/ref/fate/exr-rgb-tile-pxr24-float-half-l2
    • [DH] tests/ref/fate/exr-rgb-tile-pxr24-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-tile-pxr24-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-tile-raw-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-tile-raw-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-tile-rle-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-tile-rle-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-tile-zip-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-tile-zip-half-float-l2
    • [DH] tests/ref/fate/exr-rgb-tile-zip1-half-float-l1
    • [DH] tests/ref/fate/exr-rgb-tile-zip1-half-float-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-12x8-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44-13x9-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-12x8-l2
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l1
    • [DH] tests/ref/fate/exr-rgba-scanline-float-half-b44a-13x9-l2
  • Ffmpeg scene overlay not working as intended

    3 avril 2020, par Bertgram

    I simply want to use scene detection on a video, retrieve thumbnails, tile them and overlay them over a solid background. However the tiled thumbnails are not showing up. The solid background shows blank.

    &#xA;&#xA;

    Here is my code :

    &#xA;&#xA;

    ffmpeg -f lavfi -i color=c=red:s=640x480:d=0.5 -ss 00:00:10 -i "input.mp4" \&#xA;-filter_complex "[1]select=&#x27;gt(scene\,0.4)&#x27;, scale=100:100, tile=3x3 [overlay]; \&#xA;[0][overlay]overlay=0:100" -frames:v 1 -y output.png&#xA;

    &#xA;&#xA;

    When I change scene detection to select='not(mod(n\,100))' then it is working :

    &#xA;&#xA;

    ffmpeg -f lavfi -i color=c=red:s=640x480:d=0.5 -ss 00:00:10 -i "input.mp4" \&#xA;-filter_complex "[1]select=&#x27;not(mod(n\,100))&#x27;, scale=100:100, tile=3x3 [overlay]; \&#xA;[0][overlay]overlay=0:100" -frames:v 1 -y output.png&#xA;

    &#xA;&#xA;

    What is wrong with my fist code that select scene statement is not working ?

    &#xA;

  • How to restart the Ip Camera through ffmpeg or gstreamer ?

    11 avril 2022, par HARSH BHATNAGAR

    I am dealing with 550 IP camera , in which camera randomly power off due to power supply issue .&#xA;I need to restart the camera when the camera is online .

    &#xA;

    I have tried the IP ping concept , ffmpeg grabbing frame concept but the issue when we are integrating 550 camera IP ping concept it gives the False Positive and not able to restart the all camera whereas ffmpeg grabbing frame concept sometimes ffmpeg stuck in the terminal .
    &#xA;All testing code written in python language .&#xA;[ Note : i can't used the opencv for 550 camera ]&#xA;Please give me the suggestion how to deal with the problem .

    &#xA;