Recherche avancée

Médias (91)

Autres articles (112)

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

  • Merge remote-tracking branch ’qatar/master’

    3 décembre 2013, par Michael Niedermayer
    Merge remote-tracking branch ’qatar/master’
    

    * qatar/master :
    alsa-audio-dec : explicitly cast the delay to a signed int64

    Conflicts :
    libavdevice/alsa-audio-dec.c

    no change as the buggy code has been replaced in ffmpeg

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

  • Merge commit '37f573543c4fd7f44339e04d8d15b95118493ddd'

    28 octobre 2017, par James Almer
    Merge commit '37f573543c4fd7f44339e04d8d15b95118493ddd'
    

    * commit '37f573543c4fd7f44339e04d8d15b95118493ddd' :
    swscale : Convert the check check_image_pointers helper to a macro

    [14:52:50] <jamrial> michaelni, ubitux : 37f573543c yay or nay ? we don't have the warnings mentioned there because we cast the argument
    [14:54:10] <@ubitux> i don't really see the improvement, no opinion
    [15:04:14] <michaelni> jamrial, functions are better/cleaner than macros
    [15:04:20] <michaelni> IMHO that is

    This commit is a noop.

    Merged-by : James Almer <jamrial@gmail.com>

  • Merge Audio and Video with ffmpeg but keep the metadata

    1er août 2018, par fred beauchamp

    I’m doing a karaoke app on mobile and using the default player to cast the sound over Bluetooth. I would like to have information like the tempo and key in my receiver. I though about adding metadata to the mp3 embedded in the mp4 but when I append the mp3 to the mp4 container the metadata disappear.

    • I have a dummy mp4 with no sound streams (only video)
    • I use ffmpeg with :

      ffmpeg -i noSound.mp4 -i .sound.mp3 -c:v copy -c:a copy output.mp4

    Console Output