Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (111)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’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 2011

    MediaSPIP 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, par

    Utilité
    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-h

    I 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 from 0 to 0.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 get 0.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 of 0.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 catofws

    So 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 McGovern

    configure : add POWER[5-7] support