Recherche avancée

Médias (91)

Autres articles (55)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7864)

  • 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
  • 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;

  • 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