Recherche avancée

Médias (91)

Autres articles (40)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6481)

  • 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