
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (111)
-
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (9288)
-
Slice audio with ffmpeg with high precision
4 mai 2022, par rap-2-hI want to slice an audio file of 2.790703 seconds in four equal parts with
ffmpeg
. To get the total duration I run :

ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 dl.wav



If I divide
2.790703
by 4, the result is :0.69767575
. Then if I try to cut from0
to0.69767575
:

ffmpeg -i dl.wav -acodec copy -ss 0.0 -t 0.69767575 -y dltest.wav



Then I get the duration (it should be
0.69767575
) I get0.719819
:

ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 dltest.wav



Why is this inaccurate ? Can I have a slice of
0.69767575
instead of0.719819
?

-
How do I concatenate a specific audio recording to multiple different ones (at the beginning of each), in bulk ? [closed]
28 septembre 2023, par catofwsSo I have an audio recording that's something like 10 seconds long, right ?


That single audio recording needs to be added to the beginning of a lot of different ones, and I need to somehow be able to do it in bulk.


I am talking about something very simple, literally adding that one specific 10 second long audio recording I have mentioned earlier to the beginning of the other ones, not overlapping with anything, thus extending the total duration by 10 seconds or so.


Tried Audacity, works, but it's a long process that doesn't fit my purposes. If audacity can do it I know for sure that a simple script can accomplish this one very specific very simple task.


I don't code.


EDIT : Wanted to add that I am not expecting someone to write a whole script for me, but rather point to the right direction. I have a very basic idea of Python and I know that for my specific purpose I would need to use FFMPEG. I want someone to point me towards the right direction, what functions & libraries would I need to use to make such a script ?


-
configure : add POWER[5-7] support
27 avril 2012, par Sean McGovernconfigure : add POWER[5-7] support