
Recherche avancée
Médias (91)
-
Chuck D with Fine Arts Militia - No Meaning No
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Paul Westerberg - Looking Up in Heaven
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Le Tigre - Fake French
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Thievery Corporation - DC 3000
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Dan the Automator - Relaxation Spa Treatment
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Gilberto Gil - Oslodum
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (54)
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (4528)
-
Anomalie #3246 : Erreur de contexte dans partie conditionnelle d’une boucle
25 juillet 2014, par marcimat ☺☮☯♫Il n’y a pas de bug. Les parties alternatives ne peuvent pas récupérer les champs de la boucle courante.
- imagine un #TEXTE à la place de ton #ID_RUBRIQUE.
- imagine encore, à la place de{id_rubrique=554}
cela :{id_parent}
ou{id_rubrique IN 34,32}
… que vaudrait ton #ID_RUBRIQUE dans ta partie alternative ? -
FFMPEG -ss copy .m3u8 video's is slow
2 mars 2020, par NielsI have multiple video’s consisting of a m3u8 file in combination with a bunch of .ts files (10 seconds a piece). I would like to be able to copy pieces from these video’s in order to present only the wanted piece of a longer video to the user. The video’s range from 30 minutes to 3 hours, and the piece to copy from the video can be up to 1 hour long.
The FFMPEG command I use for this :
ffmpeg -ss 00:00:01 -i /media-storage/3/308/video.m3u8 -to 00:10:25 -hls_time 10 -start_number 1 -hls_playlist_type vod -c copy /media-storage/test/video.m3u8
There does not need to be any re-encoding or converting, but the operation above takes about 30 seconds. (which is only 10 minutes)
Is there any way to improve this command to make it a bit quicker ? The cutting does not need to be frame precise.I use the latest FFMPEG release and my OS is CentOS 8
-
DiscordJS error : FFmpeg/avconv not found ! showing up after installing it
16 mai 2020, par DataDeceI've been installed the FFmpeg extension using npm, and git also, and this following error still shows itself...



Successfully connected.
Error: FFmpeg/avconv not found!
 at Function.getInfo (D:\bot\node_modules\prism-media\src\core\FFmpeg.js:130:11)
 at Function.create (D:\bot\node_modules\prism-media\src\core\FFmpeg.js:143:38)
 at new FFmpeg (D:\bot\node_modules\prism-media\src\core\FFmpeg.js:44:27) at AudioPlayer.playUnknown (D:\bot\node_modules\discord.js\src\client\voice\player\BasePlayer.js:47:20)
 at VoiceConnection.play (D:\bot\node_modules\discord.js\src\client\voice\util\PlayInterface.js:71:28)
 at D:\bot\index.js:36:47




I don't know what to do also...
I'll be happy for help ;)