Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (98)

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

  • avdevice/dshow : set no-seek flags

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : set no-seek flags
    

    avdevice/dshow is a realtime device and as such does not support
    seeking. Therefore, its demuxer format should define the
    AVFMT_NOBINSEARCH, AVFMT_NOGENSEARCH and AVFMT_NO_BYTE_SEEK flags.
    With these flags set, attempting to seek (with, e.g.,
    avformat_seek_file()) correctly yields -1 (operation not permitted)
    instead of -22 (invalid argument).

    This actually seems to apply to many other devices, at least the
    gdigrab, v4l2, vfwcap, x11grab, fbdev, kmsgrab and android_camera
    devices, from reading the source.

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow.c
  • avdevice/dshow : Fix missing PCM sample size option when it is used as the lone option...

    4 novembre 2021, par Brad Isbell
    avdevice/dshow : Fix missing PCM sample size option when it is used as the lone option for DirectShow audio capture
    

    Signed-off-by : Brad Isbell <brad@audiopump.co>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavdevice/dshow.c
  • avdevice/dshow : discover source color range/space/etc

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : discover source color range/space/etc
    

    Enabled discovering a DirectShow device's color range, space, primaries,
    transfer characteristics and chroma location, if the device exposes that
    information. Sets them in the stream's codecpars.

    Co-authored-by : Valerii Zapodovnikov <val.zapod.vz@gmail.com>
    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow.c