Recherche avancée

Médias (0)

Mot : - Tags -/interaction

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

Autres articles (82)

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

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (7790)

  • 'ffmpeg' not found ? relativ path ? install ffmpeg ?

    21 mars 2021, par AlpacaTheUnicorn

    I am making a Discord Music Bot. And to play music I need the following line.

    


    ctx.voice_client.play(discord.FFmpegPCMAudio(URL,executable="C:/Users/ ....../ffmpeg/bin/ffmpeg.exe" ,**FFMPEG_OPTIONS))


    


    The problem is the part with the path (executable="........").
It does work with an absolute path, but I want a relative path, so I can easily transport my program on a stick and give it to other people.

    


    So I tried something to do a relative path like "../ffmpeg/bin/ffmpeg.exe", but it did not work (I need to go one directory back and then to /ffmpeg/bin/ffmpeg.exe). I even moved ffmpeg.exe to the same directory and used the path "./ffmpeg.exe", but it didn't work too.

    


    *I dont know how to properly install ffmpeg either, I just did it somehow, but not I dont know how to do it on other devices.
Maybe anyone can help me with the path ?

    


  • Do we need to transcode mp4 or mp3 to HLS format for streaming video/ audio on mobile app ?

    2 février 2019, par ken_vk

    We are developing a mobile app which play music and video .

    The music (.mp3) and video(.mp4) is about 5 - 20 MB . I knew we must to transcode from .mp4 to HLS format ( .m3u8) for streaming. And I still consider about transcode audio file to HLS format whether or not ?

    I have two question.

    1. Do we need transcode video (.mp4) to HLS format if the files are about 5- 20 MB.
    2. Do we need transcode mp3 file to HLS format if the files are about 5 - 10 MB ?
  • Improve LPC order guess

    3 décembre 2014, par Martijn van Beurden
    Improve LPC order guess
    

    The recent compression preset retuning improved upon most material
    but it the few tracks that show regression are usually classical
    music. This patch improves compression by improving the LPC order
    guess, of which classical music benefits most.

    Improvement is 0.007% on average but up to 0.1%. I haven’t seen
    regressions for any of my test samples.

    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] src/libFLAC/lpc.c