Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (73)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

Sur d’autres sites (7182)

  • potato quality audio coming from bot

    24 juillet 2020, par jas_123

    When I play audio through my bot it sounds really bad, I have a fast internet connection, so what could be causing this ? Im running my bot on a Raspberry Pi 3. Im using FFMpeg. Could the RPI be bottlenecking it somehow. Is it my code ?

    


    simplified version of my code :

    


    @client.command()
async def play(ctx):
    channel = client.get_channel(ctx.message.author.voice.channel.id)
    voice = await channel.connect()
    if not voice.is_playing():
        voice.play(await discord.FFMpegOpusAudio(source='/path/to/file'))
        while voice.is_playing():
            await asyncio.sleep(1)
    discord.AudioSource.cleanup(str(ctx.message.author.voice.channel.id))


    


  • FFMpeg-PHP, Digital Ocean, Centos 6 server installation and access

    24 février 2016, par Luke Brandon Farrell

    I am having problems getting FFMpegPHP up and running on a Digital Ocean, Centos 6 server.

    All I need to do is convert a sequence of images into a movie using PHP.

    I have FTP access to my server so I can install files if needed, I also have command line access.

    I have installed FFMpeg and FFMpeg-PHP onto the server but I am not sure how to execute it from PHP. This is what I have so far ->

    http://socialexplosion.co.uk/phpffmpeg/

    This is the output from the error-log :

    [24.02.16 15:28:07] [131.231.236.97] Invalid FFMPEG Path `/var/www/html/phpffmpeg/ffmpeg\bin\ffmpeg.exe`!
    [24.02.16 15:28:09] [131.231.236.97] ffmpeg-progress: FFMPEG progress log does not exist! FILE: `/var/www/html/phpffmpeg/logs/47fc097c.ffmpeg.log`

    I can’t seem to get it to work.

    Any ideas ? Maybe I have installed it wrong ?

    Thanks

  • Révision 21592 : Fix #3248 : correction de parametre_url sur les tableaux (patch de Michel B.)

    11 octobre 2014, par cedric -