Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (73)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (4841)

  • how can I get the total number of frames using ffmpegkit on Android (Kotlin) ?

    1er mars 2023, par user44551

    I'm developing an Android app to encode a video using

    


    


    com.arthenica.ffmpegkit.FFmpegKit

    


    


    I would like to show users some information on the progress.
I managed to show how many frames are processed in real time. I would like to get the total number of frames in the original stream, so I can show a percentage.

    


    How can I get the total number of frames in a video before I start encoding it ?

    


  • sequential number ffmpeg image file node.js

    6 mars 2018, par mogami74

    I am now engaged in ffmpeg / node.js 8.9.4. I am to write a js script which converts a video stream into a raw image file and keeps on overwriting it. At the same time I’d like to get the sequential number of the frame from the begining of the convert process.

    This program keeps on overwriting an image file, and other process is called to get this image file and its sequential number.

    The ffmpeg option I wrote is below.

    const ffmpeg = child_process.spawn('ffmpeg',[
       "-i", stream_url,
       "-rtsp_transport", "http",
       "-pxm_fmt", 'rgb24',
       "foobar.bmp"
    ]);

    I know output file name option like "%05d" but I don’t want to produce many image files.

    Is it possible to get the sequential number of this outputted "foobar.bmp" by ffmpeg ?

    additional

    I also found "drawtext=text=%n" option.
    This seems what I would like to get but I don’t want to draw in the picture. How can I get the value into a variable ?

  • Get missing frame number in ffmpeg decoder

    8 octobre 2012, par user1728137

    When using ffmpeg for decoding.it skips some frames and didn't decode them.
    I want to get the missing frame number as they are in original file.