Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (55)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • avformat/webmdashenc : Avoid allocation for parsing a number

    18 mai 2020, par Andreas Rheinhardt
    avformat/webmdashenc : Avoid allocation for parsing a number
    

    In order to parse a number from a string, the WebM DASH manifest muxer
    would duplicate (via heap-allocation) the part of the string that
    contains the number, then read the number via atoi() and then free the
    duplicate again. This has been replaced by simply using strtoll() (which
    in contrast to atoi() has defined behaviour when the number is not
    representable).

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/webmdashenc.c
  • How to get frame number of Blackdetect result ?

    16 janvier 2023, par JustNoobish619

    I am attempting to get the frame number of a black detect result. For instance, on Blackdetect I get two results that display a start time, end time and duration, how do I get the frame number of the start time ?

    &#xA;

    FPS is 59.94

    &#xA;

    Here's my command I'm working with to get my blackdetect :

    &#xA;

    ffmpeg –i e1.mp4 –vf “blackdetect=d=0:pix_th=0.40,” –an –f null -&#xA;

    &#xA;

    It results in (the start time value is the frame's timestamp (ffmpeg wiki says))

    &#xA;

    [blackdetect @ 000001f4d022c900] black_start:1.06773 black_end:1.08442 black_duration:0.0166833&#xA;[blackdetect @ 000001f4d022c900] black_start:1.41808 black_end:1.43477 black_duration:0.0166833&#xA;

    &#xA;

    When I append -n to it to hopefully display the frame number however, it spits out 3 entries of random frame numbers that aren't even remotely close to the blackdetect frame number really is

    &#xA;

    ffmpeg –i e1.mov –vf “blackdetect=d=0:pix_th=0.40” -n –an –f null - 2>showinfo.log&#xA;

    &#xA;

    How can I get the frame number of the start time of blackdetect ?

    &#xA;

  • Additionals : Brazilian CPF number

    11 novembre 2014, par gorork
    Additionals : Brazilian CPF number
    

    Closes #1310