Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (59)

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

  • avcodec/prores_metadata_bsf : Use AVCOL_TRC_NB - 1 for the valid max range

    3 mai 2020, par Limin Wang
    avcodec/prores_metadata_bsf : Use AVCOL_TRC_NB - 1 for the valid max range
    

    Report by Marton after commit.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavcodec/prores_metadata_bsf.c
  • flac/utils.c : Fix calculation of a tag length.

    21 septembre 2014, par Erik de Castro Lopo
    flac/utils.c : Fix calculation of a tag length.
    

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] src/flac/utils.c
  • ffmpeg segment command flac output broken 'length' metadata

    7 février 2023, par Martin

    I am trying to use this ffmpeg command :

    &#xA;

    ffmpeg -i "full_lowq.flac" -c copy -map 0 -f segment -segment_times "302.825,552.017" "%03d_output.flac"&#xA;

    &#xA;

    to take my flac file input "full_lowq.flac" and split it at specific points 302.825,552.017 into output audio files like so :

    &#xA;

    %01d_output.flac&#xA;%02d_output.flac&#xA;%03d_output.flac&#xA;

    &#xA;

    And this command does work at the moment, except that my three outputted flac files display the wrong 'length' metadata number when viewed in the win10 file browser. like in this example every outputted file has the same length as 11:16&#xA;enter image description here

    &#xA;

    But if i view the audio files in audacity i can see the correct file length such as file 0 have a length of 05:02 enter image description here

    &#xA;

    Is it possible my input file (https://file.io/oof3eykKwXiI) is corrupted ? or my command is making a mistake here ? wrong codec ?

    &#xA;