Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (99)

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

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

Sur d’autres sites (11568)

  • ffmpeg segment command flac output broken 'length' metadata

    7 février 2023, par Martin

    I am trying to use this ffmpeg command :

    


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


    


    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 :

    


    %01d_output.flac
%02d_output.flac
%03d_output.flac


    


    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
enter image description here

    


    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

    


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

    


  • 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