Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (73)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

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

  • ipfsgateway : Remove default gateway

    10 août 2022, par Derek Buitenhuis
    ipfsgateway : Remove default gateway
    

    A gateway can see everything, and we should not be shipping a hardcoded
    default from a third party company ; it's a security risk.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] libavformat/ipfsgateway.c
  • Discord FFmpegPCMAudio bad audio quality

    17 mars 2021, par Yareyare

    I'm writing a discord music bot in python and encountered some audio quality issue. When I use discord.FFmpegPCMAudio("song.mp3") to play a mp3 file downloaded using youtube_dl in a channel, there're sometimes intermittent background noice and it sounds laggy and broken.
    &#xA;I tried to pass {&#x27;vbr&#x27;:5} as an argument, and also tried discord.FFmpegOpusAudio, but doesn't do any better. The file itself is not corrupted, since it sounds normal when I play it using another app. Internet connection also isn't the cause, as each time I play the same file, the exact audio quality issue occurs at the exact same time.
    &#xA;I'm quite stuck right now. What other factors may caused this audio quality loss ?

    &#xA;

  • C# FFmpeg / NReco.VideoConverter : Increase Conversion Speed

    16 septembre 2015, par Chaki_Black

    I use NReco.VideoConverter for video conversion.
    How can I increase video conversion speed and get a maximum performance ?
    Theory says, that it is possible to increase video conversion :

    • rise processor cores quantity ;
    • rise CPU frequency (set more powerful processor(s)) ;
    • set outer video adapter to use GPU.

    There several questions :

    • can FFmpeg / NReco.VideoConverter use several cores/processor(s) at
      once and how ?
    • can FFmpeg / NReco.VideoConverter use GPU or it depends from video
      codec installed in OS ?

    What factors can influence on conversion process ?