Recherche avancée

Médias (91)

Autres articles (97)

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

  • Questions Tags Users How do I use ffmpeg to record a video clip with 20 seconds before and 20 seconds after motion happened ?

    18 avril 2020, par user2661357

    I am using an IP camera with rtsp stream to do motion detection. When a motion happens, I want to use ffmpeg to record a video clip with 20 seconds before and 20 seconds after motion happened. Please show me how I should do that use ffmpeg. Thanks.

    


  • ffprobe : show chapter and chapter metadata information

    6 juin 2013, par Stefano Sabatini
    ffprobe : show chapter and chapter metadata information
    

    Address trac ticket #2636.

    • [DH] Changelog
    • [DH] doc/ffprobe.texi
    • [DH] doc/ffprobe.xsd
    • [DH] ffprobe.c
  • What program should I use to record a live ogg vorbis stream ?

    28 septembre 2014, par Konstantin

    I tried ffmpeg, but the recordings contain audible gaps and skips :

    ffmpeg -i http://example.com/live_hi.ogg -c copy -t 3600 recording.ogg

    I get a lot of error messages, like this :

    [libvorbis @ 0x946b6a0] Queue input is backward in time
    [ogg @ 0x94686e0] Non-monotonous DTS in output stream 0:0; previous: 320064, current: 319744; changing to 320065. This may result in incorrect timestamps in the output file.

    Is there any option to set buffer size, or other stream recording specific option to avoid audible errors ?