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 (14004)

  • position subtitles in the middle of the video height using ffmpeg

    9 août 2023, par Maor Cohen

    Assume my video resolution is 848x480. I add subtitles on the video and I want it to be positioned on the middle of the video. How to do it ?

    


    ffmpeg -y -i video.mp4 -filter_complex [0:v]subtitles='subtitles.srt:force_style='FontName=opensans_extrabold',fontsize=30' -c:a copy -preset superfast -y output.mp4

    


    This command positions the subtitles at the bottom of the video. I tried using marginV=240 (half of the height) and it positions the subtitles on the top of the video

    


    Edit : I can use Alignment=10 but I want to control the height by pixels and not always in the middle

    


  • How do I mix multiple audio tracks mit FFMPEG and adjust each volume ?

    4 avril 2022, par doppelzwei

    Let's say I have an input .mp4 file that contains 4 audio tracks.
How can I change their volumes independently and convert it to a new file that just contains all the 4 audio tracks mixed together and stored in the first audio track ? For example I want the first, second and third audio tracks from the input file to be double their original volume and the fourth to be half its original volume, all saved in the output files first audio track. How would that command look like ?

    


  • Revision 551f37d63d : Fix partition coding of corner block This commit fixed the allowable partition

    11 juin 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_onyxc_int.h



    Fix partition coding of corner block

    This commit fixed the allowable partition types for bottom-right
    corner blocks.

    When a block has over half of its pixels as valid content in both
    vertical and horizontal directions, allow all the four partition
    types in the bit-stream. Otherwise, apply partition type constraints.

    Change-Id : I2252e2de7125a8bfb1c824bf34299a13c81102e3