Recherche avancée

Médias (91)

Autres articles (58)

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

  • ffmpeg : mix audio and video of different length

    24 octobre 2016, par user3445678

    I have 2 files : 1 video file (without sound) - length 6 seconds, 1 audio - length 10 seconds.
    Both audio and video contains same conversation, but audio starts 4 seconds earlier and after that was started video.

    [----------] audio
       [------] video

    So, I want to mix them together to video file with length 10 seconds where first 4 seconds black screen with audio then goes real video and audio.

    [====------] audio+video (where '=' is black screen)

    I hope my description was clear enough ).
    How can I do this with ffmpeg or gstreamer ?

  • avcodec/libx265 : improve full range flag setting logic

    17 août 2021, par Jan Ekström
    avcodec/libx265 : improve full range flag setting logic
    

    Unlike libx264, libx265 does not have a separate "unspecified"/"auto"
    default for color range, so we do always have to specify it.
    Thus, we are required to handle the RGB case on the libavcodec
    side to enable the correct value to be written out in in case
    of RGB content with unspecified color range being received.

    In other words :
    1. If the user has set color range specifically, follow that.
    2. If the user has not set color range specifically, set full
    range by default in case of RGB and YUVJ pixel formats.

    • [DH] libavcodec/libx265.c
  • ffmpeg - different video and audio length synchronization

    4 mai 2020, par Halil Han Badem

    I have a task where the sound is longer and the image should come later.
Actually, this is exactly what I want, but it's a bit different : ffmpeg : mix audio and video of different length

    



    First of all, I leave the picture I draw below to be understood.
Click to see the image.

    



    By doing this I am thinking of catching sync. With which ffmpeg command can I do this ?
Thank you.