
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 (69)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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" (...) -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (11299)
-
Class 'Pbmedia\LaravelFFMpeg\FFMpeg' not found
27 novembre 2020, par ElixInside an Artisan command I have this



 FFMpeg::fromDisk('songs')
 ->open('this.mp4')
 ->export()
 ->toDisk('converted_songs')
 ->inFormat(new \FFMpeg\Format\Audio\Aac)
 ->save('yesterday.aac');



At the top of the file I already added


use Pbmedia\LaravelFFMpeg\FFMpeg;


I am getting this error


Class 'Pbmedia\LaravelFFMpeg\FFMpeg' not found



I am also using Laravel-zero, and I have tried everything possible. Been stuck on this for hours now, any idea ?


-
Output a new mp3 file from a lengthy mp3 mix which previews the audio at 5 different points of the mix
17 novembre 2020, par Paul HinettI basically have a large collection of audio mix files in mp3 format, say approx 2 hours worth of music per mp3.


I am trying to work out the best way using the command line to output a preview MP3 file, this mp3 should have 5-10 second previews of the full mix at 6 or so points during the mix.


Example
00:00:10 - 00:00:20
00:30:00 - 00:30:10
00:50:00 - 00:50:10
...


So with the small mp3 file, you can kind of get an idea of the whole mix in a very short preview.


I have seen ffmpeg etc that can preview say 5 seconds up to 15 seconds of an audio, but not sure if this is capable of doing multiple points of the audio.


Any ideas or help is appreciated.


-
ffmpeg on android on a video http
31 juillet 2018, par PaulI have to create such a file, on android from a video that is on http:
So I have the following questions :
- Is there any way to use ffmpeg on android ?
- How much does it cost me
to create this file ? Consider that we do not use the wifi connection
and use the data connection, how much would it cost me in megabite ?
Assuming that the video is lasting 2 hours.