Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (61)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (4591)

  • doc/examples/encode_audio : Favor a sample rate close to 44khz instead of the maximum...

    30 mars 2017, par Michael Niedermayer
    doc/examples/encode_audio : Favor a sample rate close to 44khz instead of the maximum sample rate
    

    This is an example, people will copy and use this. The maximum supported is quite
    unreasonable as a default choice

    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/examples/encode_audio.c
  • Feeding multiple sample rates to the same buffer source : ffmpeg filters

    30 juillet 2020, par samofoz

    I have a remote source of PCM audio samples which keeps changing the sample rate. It sometimes supplies 16Khz and the later 48Khz depending upon the bandwidth. I would like to convert them to FLTP through a filter, before feeding to an audio decoder. When I do that I get the error "Changing audio frame properties on the fly is not supported. [Invalid argument]".

    &#xA;

    Can someone please suggest a way this can be done ?

    &#xA;

    Is it possible to create a filter graph with multiple buffer sources but only one sink ?

    &#xA;

  • avformat/mov : Add check for per-sample IV size.

    12 juin 2018, par Jacob Trimble
    avformat/mov : Add check for per-sample IV size.
    

    Found by Chrome's ClusterFuzz : http://crbug.com/849062.

    Signed-off-by : Jacob Trimble <modmaker@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c