Recherche avancée

Médias (3)

Mot : - Tags -/spip

Autres articles (82)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (11917)

  • avformat/mov : Error on too large stsd entry counts.

    31 août 2018, par Dale Curtis
    avformat/mov : Error on too large stsd entry counts.
    

    Entries are always at least 8 bytes per the parsing code, so if we
    see an impossible entry count avoid massive allocations. This is
    similar to an existing check in mov_read_stsc().

    Since ff_mov_read_stsd_entries() does eof checks, an alternative
    approach could be to clamp the entry count to atom.size / 8.

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c
  • avfilter/avf_showcqt : Replace all fmin* and fmax* by FFMIN/FFMAX

    31 octobre 2015, par Michael Niedermayer
    avfilter/avf_showcqt : Replace all fmin* and fmax* by FFMIN/FFMAX
    

    Should fix build on x86_32-msvc2012

    The alternative of emulating fmin/fmax* turns out to be non trivial

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/avf_showcqt.c
  • Unable to Extraxt DTVCC stream info using FFProbe

    5 septembre 2018, par Anuragh27crony

    I’m unable to fetch the codec/info for closed captioning streams of a particular media file with following error.

    Unsupported codec with id 100359 for input stream 4

    Blockquote

    Follwing is the MediaInfo of the file

    enter image description here

    I’m aware of alternative tools to fetch this info, we are trying to automate the workflow using ffprobe/ffmpeg toolchain.

    Any help is appreciated.