Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (42)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (8745)

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

    


  • Restricting credit card validator to include length check. Closes gh-772

    25 juin 2013, par DelvarWorld
    Restricting credit card validator to include length check. Closes gh-772
    

    Without this, '41111' is considered a valid credit card number.

  • cbs_h266 : expand the bit depth range to 16 bits

    5 juillet 2023, par Frank Plowman
    cbs_h266 : expand the bit depth range to 16 bits
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/cbs_h266_syntax_template.c