Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (103)

  • 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 ;

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (7925)

  • dpx : use aligned line starts

    13 août 2014, par Christophe Gisquet
    dpx : use aligned line starts
    

    SMPTE 268M-2003 specifies that each line starts at a 4-bytes boundary.
    Therefore, modify correspondingly the input buffer strides and size.

    Partially fixes ticket #3692 : DLAD_8b_3c_big.dpx still has inverted
    colors, which might be related to endianness.

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

    • [DH] libavcodec/dpx.c
  • How to read sei by command line of ffmpeg

    28 avril 2021, par glowry

    How to read sei by command line of ffmpeg.&#xA;e.g.

    &#xA;

    ffmpeg -i INPUT -c:v copy -bsf:v filter1[=opt1=str1:opt2=str2][,filter2] OUTPUT&#xA;

    &#xA;

    I know bsf can modify the sei, but it can't read sei.

    &#xA;

    If the command line can't solve it, plase give me some demo by api of ffmpeg.

    &#xA;

    For example.

    &#xA;

    I insert a h264_metadata to file.

    &#xA;

    ffmpeg -i original.mp4 -c copy -bsf:v h264_metadata=sei_user_data=&#x27;086f3693-b7b3-4f2c-9653-21492feee5b8&#x2B;hello&#x27; file_with_h264_metadata.mp4&#xA;

    &#xA;

    and then I push it to rtmp

    &#xA;

    ffmpeg -re -i ./file_with_h264_metadata.mp4 -vcodec h264 -f flv  rtmp://127.0.0.1:1935/live/h264_metadata&#xA;

    &#xA;

    How can I extact the h264_metadata with ffmpeg command line ?

    &#xA;

    I have try this, but it does not work

    &#xA;

    ffmpeg -i rtmp://127.0.0.1:1935/live/h264_metadata -c:v copy -bsf:v h264_metadata -f null -&#xA;

    &#xA;

  • How to use MLT Framework through command line ?

    29 juin 2016, par Aman sinha

    I am new with video editing. I want to use the MLT framework through command line in order to edit thousands of video.
    I am unable to install the framework. Can anyone help me with the installation process ?