Recherche avancée

Médias (91)

Autres articles (100)

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

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (6078)

  • Matomo Further Invests in Security by Doubling Bug Bounty Rewards

    7 janvier 2022, par erin — Community, Press Releases

    Matomo is the leading open-source analytics solution free from data limitations. 

    As our mission states, we aim to create, as a community, the leading open digital analytics platform that gives every user full control of their data. 

    To do this, we operate a Security Bug Bounty Programme. This programme is designed to reward the hard work of skilled security researchers who sacrifice their time and energy to find and report security and vulnerabilities. 

    To continue our investment in security, privacy and transparency, we are increasing the security bug bounty reward to as much as $10,000 USD. This is an increase of 100% from our previous 2020 bug bounty announcement.

    How much can I earn for reporting security bugs ?

    Reward amounts vary depending on the impact :

    • Low issues receive $222
    • Medium issues receive $555
    • High issues receive $1,000
    • Critical issues receive $10,000

    How can I take part ? 

    As of January 2022, global independent security researchers have identified and suggested 138 security related improvements. If you are interested in joining this growing community, head to our Security Bug Bounty Programme to find out how you can take part. 

    We thank you for keeping Matomo safe for our users and theirs.

    About Matomo

    Matomo is the leading open-source analytics solution free from data limitations. Make more informed decisions and enhance your customer experience while ensuring data privacy and ownership. Matomo is the trusted solution for over 1.5 million websites globally. Take back control of your data ownership and challenge the status quo.

  • I have a TTS code what uses discord.js/Node.js And it keeps giving me this error

    1er décembre 2020, par rowisacode

    So the code gets the user input, and puts it in a fill. but it keeps fiving me this error

    


    made "./778055120285073448-tts_message.txt" text file for tts                                      
stdout: [02:37:03] Reading text [started]                                                                                                               
[02:37:03] Reading text [completed]                                                                                                                     
[02:37:03] Splitting text [started]
[02:37:03] Splitting text [completed]                                                                                                                   
[02:37:03] Convert to audio [started]                                                                                                                   
[02:37:03] Convert to audio (0/1) [title changed]                                                                                                       
[02:37:03] Convert to audio (0/1) [title changed]                                                                                                       
[02:37:04] Convert to audio (1/1) [title changed]                                                                                                       
[02:37:04] Convert to audio (1/1) [completed]                                                                                                           
[02:37:04] Combine audio [started]                                                                                                                      
[02:37:04] Combine audio [failed]                                                                                                                       
[02:37:04] → ffmpeg returned an error (1):                                                                                                              
Error: unable to open display                                                                                                                           
ffmpeg version n4.3.1 Copyright (c) 2000-2020 the FFmpeg developers                                                                                     
  built with gcc 7 (Ubuntu 7.5.0-3ubuntu1~18.04)                                                                                                        
  configuration: --prefix= --prefix=/usr --disable-debug --disable-doc --disable-static --enable-cuda --enable-cuda-sdk --enable-cuvid --enable-libdrm  
  libavutil      56. 51.100 / 56. 51.100                                                                                                                
  libavcodec     58. 91.100 / 58. 91.100                                                                                                                
  libavformat    58. 45.100 / 58. 45.100                                                                                                                
  libavdevice    58. 10.100 / 58. 10.100                                                                                                                
  libavfilter     7. 85.100 /  7. 85.100                                                                                                                
  libswscale      5.  7.100 /  5.  7.100                                                                                                                
  libswresample   3.  7.100 /  3.  7.100                                                                                                                
  libpostproc    55.  7.100 / 55.  7.100                                                                                                                
/tmp/a39913dc-89f3-4923-b044-10861892e959.txt: No such file or directory


    


    It says it is unable to open display

    


    


    Error : unable to open display

    


    


    I tried running the code from a line, and from a file. but it always gives my the same error. I don't know what is causing it but I hope someone can help.

    


  • avformat/movenc : allow writing out channel count in MP4 and 3GP

    7 février 2023, par Jan Ekström
    avformat/movenc : allow writing out channel count in MP4 and 3GP
    

    ISOBMFF (14496-12) made this field ('channelcount') in the
    AudioSampleEntry structure non-template¹ somewhere before the
    release of the 2022 edition. As for ETSI TS 126 244 AKA 3GPP
    file format (V16.1.0, 2020-10), it does not seem contain any
    references limiting the channelcount entry in AudioSampleEntry
    or in its own definition of EVSSampleEntry.

    fate-mov-mp4-chapters test had to be adjusted as it output a
    mono vorbis stream, which would now be properly marked as such
    in the container.

    1 : As per 14496-12 :
    Fields shown as “template” in the box descriptions are fields
    which are coded with a default value unless a derived
    specification defines their use and permits writers to use
    other values than the default.

    • [DH] libavformat/movenc.c
    • [DH] tests/ref/fate/mov-mp4-chapters