Recherche avancée

Médias (91)

Autres articles (67)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

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

  • vaapi_encode_h265 : Insert mastering display colour volume

    10 mai 2018, par Haihao Xiang
    vaapi_encode_h265 : Insert mastering display colour volume
    

    '-sei xxx' is added to control SEI insertion, so far only mastering
    display colour volume is available for testing.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/vaapi_encode_h265.c
  • How to make ffmpeg select custom input stream width and height

    3 juin 2015, par Dionis L

    ffmpeg provides the -map option so you can select a program or a stream depending of the quality of streams. But it is useful if you already know what program corresponds to a desired width.

    If I do not know what program or stream number has the width 640 and height 360, how can I tell ffmpeg to select the program or stream that has the 640x360 because it default select the best stream.

  • FFMPEG command to mix audio and video with adjustable volume

    15 mai 2020, par Tomin

    I have :

    &#xA;&#xA;

      &#xA;
    • Video file of X length
    • &#xA;

    • Audio of Y length
    • &#xA;

    &#xA;&#xA;

    I am trying to achieve an output video that has the following qualities :

    &#xA;&#xA;

      &#xA;
    1. The volume level of the added audio should be adjustable
    2. &#xA;

    3. The audio should loop till the end of the video
    4. &#xA;

    5. It should not break even if the input video does not have any audio
    6. &#xA;

    7. I should be able to mute the audio of the source video if needed.
    8. &#xA;

    9. All of the above, in the fastest possible way.
    10. &#xA;

    &#xA;&#xA;

    I'm not well versed with FFMPEG, maybe some experts could help.

    &#xA;