Recherche avancée

Médias (0)

Mot : - Tags -/performance

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (112)

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

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

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

  • Disocrd.js play an audio file errors

    3 juillet 2021, par Timo pek

    Hi everyone I wanted to ask if any of you could solve the following problem :
I wanted to fail audio in a voice channel but I can't, I managed to connect to the channel but when I have to run the audio file crashes
When I install the modules it gives me the following errors :

    


    > ffmpeg-static@4.4.0 install C:\Discord\Jawsbot\node_modules\ffmpeg-static
> node install.js

Downloading ffmpeg 4.4 [||||||||||||||||||||] 100% 0.0s
Failed to download the ffmpeg README.
npm WARN jawsbot@1.0.0 No description
npm WARN jawsbot@1.0.0 No repository field.

+ ffmpeg-static@4.4.0
added 15 packages from 44 contributors, updated 29 packages and audited 44 packages in 7.985s
found 6 vulnerabilities (2 low, 1 moderate, 3 high)
  run `npm audit fix` to fix them, or `npm audit` for details

C:\Discord\Jawsbot>npm install @discordjs/opus

> @discordjs/opus@0.5.3 install C:\Discord\Jawsbot\node_modules\@discordjs\opus
> node-pre-gyp install --fallback-to-build

[@discordjs/opus] Success: "C:\Discord\Jawsbot\node_modules\@discordjs\opus\prebuild\node-v83-napi-v3-win32-x64-unknown-unknown\opus.node" is installed via remote
npm WARN jawsbot@1.0.0 No description
npm WARN jawsbot@1.0.0 No repository field.

+ @discordjs/opus@0.5.3
added 45 packages from 90 contributors and audited 89 packages in 20.077s

3 packages are looking for funding
  run `npm fund` for details

found 6 vulnerabilities (2 low, 1 moderate, 3 high)
  run `npm audit fix` to fix them, or `npm audit` for details

C:\Discord\Jawsbot>npm install opusscript
npm WARN jawsbot@1.0.0 No description
npm WARN jawsbot@1.0.0 No repository field.

+ opusscript@0.0.8
added 1 package from 1 contributor and audited 90 packages in 1.316s

3 packages are looking for funding
  run `npm fund` for details```


    


  • ffmpeg throwing System.AccessViolationException

    25 septembre 2020, par shmit

    I am using ffmpeg to extract frames and iterate over them. The codes iterates correctly over few frames and then then randomly throws error

    


    "System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'



    


    Any suggestions on how to resolve it ? System details and screenshot below :

    


    System Details :
OS : Windows
TargetFramework : .netCore3.1
Nugets : FFMediaToolkit v3.0.0 and SixLabors.ImageSharp v1.0.0
Shared dlls copied from : https://ffmpeg.zeranoe.com/builds/ for version 4.2.2

    


    ErrorScreenshot

    


  • Add different animation for diffrent frame in video using ffmpeg android

    27 juin 2016, par Sachin Suthar

    I am trying to apply animations for the particular video frame but hereby I’m not seeing that video frame by which I have to apply the animation. I only need fade in and fade out frame and display it as slide show video. Do you have any idea about this ?

    for ex : I want to create an application like this one : https://play.google.com/store/apps/details?id=com.scoompa.slideshow

    I am using the same command which was given to this url but for the particular 5 second video hide and not getting slide show effect.