
Recherche avancée
Autres articles (73)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (7371)
-
potato quality audio coming from bot
24 juillet 2020, par jas_123When 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 FarrellI 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 -