
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (31)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...)
Sur d’autres sites (10278)
-
Cannot read property 'execute' of undefined with Discord.JS
24 avril 2021, par madfrejenI'm making a Discord bot, and recently tried making a music function where if I do the command
.play
it would join the voice channel I was in and play music. I'm using ytdl-core and yt-search to play the music and getting an error message :

client.commands.get('play').execute(message, args);
 ^

TypeError: Cannot read property 'execute' of undefined



This is the code where the error seems to occur :


else if(command == 'play'){
 client.commands.get('play').execute(message, args);



and this is the command code


module.exports = {
name: 'clear',
description: "Clears x amount of messages!",
async execute(message, args) {


 if(!args[0]) return message.reply("Skriv venligst hvor mange beskeder jeg skal slette :)");
 if(isNaN(args[0])) return message.reply("Skriv venligst et rigtigt tal!");

 if(args[0] > 100) return message.reply("Du kan ikke slette mere end 100 beskeder!");
 if(args[0] < 1) return message.reply("Du skal slette mindst 1 besked!");

 let role = message.member.roles.cache.some(r => r.name === "Admin");
 if(message.member.roles.cache.some(r => r.name === "Admin")){

 await message.channel.messages.fetch({limits: args[0]}).then(messages =>{
 message.channel.bulkDelete(messages);
 })
 
 }
}



}




if you need any more code or information please coment.



-
can ffmpeg record acestreaming on centos ?
5 mars 2017, par boygiandiI have a acestream link, like : acestream ://f4d77a80fa28f0a34ded0132dc1952ec328f6998 . Can I record this video with ffmpeg on Centos ?
acestream have client in centos here : http://wiki.acestream.org/wiki/index.php/Streaming/en but I still don’t know how to use it. How to put acestream :// link to it and play video.
Anyone did this before ?I can do this with sopcast, https://github.com/NapoleonWils0n/cerberus/blob/master/sopcast/sopcast-install.sh . Now I want to try with acestream.
-
can ffmpeg record acestreaming on centos ?
29 mai 2023, par boygiandiI have a acestream link, like : acestream ://f4d77a80fa28f0a34ded0132dc1952ec328f6998 . Can I record this video with ffmpeg on Centos ?
acestream have client in centos here : http://wiki.acestream.org/wiki/index.php/Streaming/en but I still don't know how to use it. How to put acestream :// link to it and play video.
Anyone did this before ?



I can do this with sopcast, https://github.com/NapoleonWils0n/cerberus/blob/master/sopcast/sopcast-install.sh . Now I want to try with acestream.