Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (45)

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

  • mpeg4videodec : only allow a positive length

    22 avril 2015, par Andreas Cadhalpun
    mpeg4videodec : only allow a positive length
    

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mpeg4videodec.c
  • Tests : Replace jQuery#size() with #jQuery.length

    10 février 2015, par jzaefferer
    Tests : Replace jQuery#size() with #jQuery.length
    

    Apparently newer jQuery versions are removing size(), since length has
    been around fover, use that instead.

  • FFmpeg get video length when duration is equal to "AV_NOPTS_VALUE"

    17 juillet 2018, par widgg

    There’s a couple of video I have where the duration value in the AVStream is set so AV_NOPTS_VALUE. But players like VLC are able to get the length of that video. Even the file property in Ubuntu can read it.

    So when this happens, what should I do to get the file length ? Either in number of frames or in seconds, doesn’t really matter.

    Thanks

    P.S. : only with the API, not interested in calling FFmpeg in the command line.