
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (35)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (5055)
-
How to ffprobe YouTube videos
3 juillet 2020, par nicholasHow can I get duration, width and height of YouTube video using FFprobe ?


I tried


ffprobe -i https://www.youtube.com/watch?v=YkgkThdzX-8 -v quiet -print_format json -show_streams -hide_banner



but it returns an empty json


-
How can I install specific version of in ubuntu 18.04
5 juillet 2022, par Jayesh_JoshiAs mentioned above I am working on installing an older version of FFmpeg for testing. Specifically, I want to install version 3.0.10.


I have tried with below command


sudo apt-get install ffmpeg=3.0.10


but it always returns the below error


E : Version '3.0.10' for 'ffmpeg' was not found.


-
Get decibel array from audiofile
16 avril 2020, par R. AdangI am creating a React Native app and want to show list of decibel numbers based on an audio file.
so the goal is -> input : audiofile(mp3,wav etc) output : array of decibels for samples with X milliseconds. I know about
FFMPEG
, but I do not know how to use it to get the array. I see there is a waveform option, but this returns a png instead of the volume data.