Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (27)

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

Sur d’autres sites (5732)

  • How to install a 3rd party software with electron ?

    26 décembre 2016, par niksmac

    How to install a 3rd party software along with installing of electron app ?

    My use case is, I want to use ffmpeg inside my electron app, which is supposed to take screenshot from a video.

    Can I package the app in such a way that the user have to install only my app. And my app is installing ffmpeg for the user without any manual action.

    I would like to automate the process of installing ffmpeg during the electron app install on different OSs, if possible.

  • mp3dec : fix reading the Xing tag

    18 octobre 2014, par Anton Khirnov
    mp3dec : fix reading the Xing tag
    

    The quality scale field is only supposed to be present if the fourth bit
    is set. In practice, lame always sets it, but other tools might not.

    CC:libav-stable@libav.org

    • [DH] libavformat/mp3dec.c
  • How to ask FFMPEG to trim a video from start up to the end where there are no changes in frames ? [closed]

    27 août 2023, par jtrner

    I got a copy of our training module videos but these are desktop screen recorded. There are some videos where it supposed to end up to the length of the video, say 00:45:00, but because the "screen recorder" was not stopped (probably the person recording it left the computer) so there are added static frames towards the end (like 5 to 30 mins) and making the videos longer and file sizes bigger than it should be. So instead to end at 00:45:00, the video end timestap would be like say, 00:59:00.

    


    So how would I ask ffmpeg to "trim" the videos up to the part where the frames stopped and no changes at all ? And I also like to have a buffer of like 10 seconds after the supposedly end of the video, just to make sure that ffmpeg correctly detects the segments where the frames stopped.

    


    I'm only familiar with the video timming but don't have any idea on what filter to use to detect frame changes on videos using ffmpeg.