
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parPré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 ) (...) -
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
Sur d’autres sites (5272)
-
Add filters and effects by FFMPEG on a live program
2 mars 2014, par M.YazdianAdd filters and effects by FFMPEG on a live program.
I need to add some effects such as writing at the bottom of a live program and impose the Images of other live cameras on the main camera image through FFMPEG but when I want to add these effects and filters I have to stop FFMPEG, edit command and run FFMPEG again which is not professional.All other broadcasting software such as wirecast , vidblaster and others work very well while the main event is going on LIVE, you can add filters and effects without any stop start, just apply the effect and the viewer can see every think live without any interruption
can you advice me how can I use FFMPEG and add filters and effects without any stop start, I need to just apply the effects and the viewer should see every think live without any interruption.
Thanks
-
Is it possible to seek through streamed youtube audio with discord.py (play from a given timestamp in the video) ?
13 juin 2020, par apc518Unfortunately passing in a URL with a &t= tag does not cause
discord.py
'sVoiceClient
to start playing at that timestamp. I'm usingyoutube_dl
.


Is is possible to seek through audio within discord.py in order to start streaming a YouTube video from somewhere besides the start ?



I know some professional bots like Groovy have seek commands for streamed YouTube videos, so the Discord API itself is capable of this.



The code I'm using is from here.


-
How to convert audio.m4a to audio.amr on OS X ?
15 décembre 2016, par Tylor HessI tried installing ffmpeg
$ brew install ffmpeg
and running ffmpeg
$ ffmpeg -i audio.m4a -ar 8000 -ab 12.2k audio.amr
I got the following error :
Automatic encoder selection failed for output stream #0:0. Default
encoder for format amr (codec amr_nb) is probably disabled. Please
choose an encoder manually. Error selecting an encoder for stream 0:0I can’t figure out how to enable amr_nb.