Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (33)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (5128)

  • rtpdec_mpa_robust : Move .enc_name to the start of the struct

    23 février 2015, par Martin Storsjö
    rtpdec_mpa_robust : Move .enc_name to the start of the struct
    

    This makes it match the other depacketizers.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/rtpdec_mpa_robust.c
  • Set "start" field to 0 in mp3 with ffmpeg

    11 juin 2020, par TomatoCo

    I'm trying to change the bitrate and sample rate of an MP3 to match another to try and stop a small audio glitch from occurring when some game tries to play it. I've got the sample rate and bitrate right where I want them, but I can't get the "start" portion of

    &#xA;&#xA;

      Duration: 00:03:33.81, start: 0.025057, bitrate: 196 kb/s&#xA;    Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 196 kb/s&#xA;

    &#xA;&#xA;

    to go to 0, like the mp3 I'm trying to replace. The target looks like :

    &#xA;&#xA;

      Duration: 00:06:47.59, start: 0.000000, bitrate: 196 kb/s&#xA;    Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 196 kb/s&#xA;

    &#xA;&#xA;

    I've tried a variety of silenceremove filters and -ss flags to try and trim it, but I can't get rid of that "start" field. Google is failing me. What args am I looking for ?

    &#xA;

  • aarch64 : vp9lpf : Interleave the start of flat8in into the calculation above

    10 janvier 2017, par Martin Storsjö
    aarch64 : vp9lpf : Interleave the start of flat8in into the calculation above
    

    This adds lots of extra .ifs, but speeds it up by a couple cycles,
    by avoiding stalls.

    This is cherrypicked from libav commit
    b0806088d3b27044145b20421da8d39089ae0c6a.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavcodec/aarch64/vp9lpf_neon.S