Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (101)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9985)

  • 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