Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (50)

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

  • How to stop holding the last frame in video stream as part of an mp4 container encoded with ffmpeg ?

    13 mars 2019, par maximedupre

    I’m encoding a dummy mp3 file (7 seconds of white noise) and a dummy mp4 file (silent with a red background image for 4 seconds) together to form a mp4 file. The command to generate this file is :

    ffmpeg -i dummy.mp3 -itsoffset 0 -t 2 -ss 0 -i dummy.mp4 -c:v copy -map 1:v -map 0:a -copyts output.mp4

    So as you can see, I truncate dummy.mp4 to 2 seconds (originally 4 seconds). However, when I play output.mp4 in QuickTime Player, I see the red background image for the whole 7 seconds.

    What I want is the dummy.mp4’s red background image for 2 seconds, then black (nothing).

    How can I achieve this ?

    Cheers !

  • lavf/avformat : Add a warning that ff_const59 is not part of the public api.

    20 mars 2019, par Carl Eugen Hoyos
    lavf/avformat : Add a warning that ff_const59 is not part of the public api.
    
    • [DH] libavformat/avformat.h
  • Crop part of video with ffmpeg ? [on hold]

    28 mars 2019, par Reckless Velociraptor

    I have a huge video and only few timing where I need to crop it.

    Is there any way to crop only certain timeline and leave the rest untouched ?