Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (67)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

Sur d’autres sites (13687)

  • FFmpeg errors when adding a new song to queue in Discord bot

    5 novembre 2023, par Feras

    I am facing issues with my Discord bot, which is designed to play music from YouTube and Spotify. The bot uses pytube and youtube-dl to download the audio and then plays it using Discord's FFmpegPCMAudio. The bot is able to play a song correctly, but errors occur as soon as I try to add a new song to the queue. Here are some of the error messages I'm receiving :

    


    [aac @ 0000017d8fe84ac0] channel element 0.10 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000017d8fe84ac0] channel element 3.12 is not allocated
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000017d8fe84ac0] channel element 2.12 is not allocated
...
[aac @ 0000017d8fe84ac0] Prediction is not allowed in AAC-LC.
Error while decoding stream #0:0: Invalid data found when processing input
[aac @ 0000017d8fe84ac0] Number of scalefactor bands in group (56) exceeds limit (47).
Error while decoding stream #0:0: Invalid data found when processing input


    


    Here's how I'm using FFmpeg in my code :

    


    ctx.voice_client.play(discord.FFmpegPCMAudio(executable="ffmpeg", source=new_song['file_path'], options="-err_detect ignore_err -strict -2 -loglevel warning"), after=lambda e: play_next(ctx))


    


    The first song plays without any issues, but as soon as I add a new song to the queue, these errors appear.

    


    How can I resolve these errors ?

    


    I have tried adjusting FFmpeg options and ensuring the downloaded files are intact, but the errors persist.

    


  • Determinate song's tempo using ffmpeg

    10 janvier 2019, par alexey polusov

    I found ffmpeg library pretty good for converting from mp3 to wav.
    I’m using this library to convert :

    https://github.com/WritingMinds/ffmpeg-android-java

    Then I want to do this steps :

    • determinate songs tempo
    • convert it into wav
    • slice the song into segments according to bpm :
      for example per bar or per 1/2 note.

    I haven’t found any command that I can determinate bpm.
    Maybe you guys know if ffmpeg can actually do it, or advice another library that can handle this problem

  • Revision bdd8eb6fcc : Unify intra mode mask into mode_skip_mask scheme Integrate intra mode mask spee

    11 septembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Unify intra mode mask into mode_skip_mask scheme

    Integrate intra mode mask speed feature with the mode_skip_mask
    scheme. Move it outside the mode search loop in the
    vp9_rd_pick_inter_mode_sb function.

    Change-Id : I7738fea749bfdc08ad05d7f2524feb8ff67568d9