Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (58)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (7167)

  • ffmpeg mix audio at specific time

    22 août 2022, par Grbe1l

    I want to mix 2 audio files together - one file has a length of 2 mins and the other is a 10 second sound. I want both files to mix so both sounds can still be heard. I want this 10 second clip to come in exactly at 30 seconds for the 10 seconds so it will end at 40 seconds.

    



    I know how to mix 2 audio files together using ffmpeg

    



    ffmpeg -i input.mp3 -i input2.mp3 -filter_complex amerge -c:a libmp3lame -q:a 4 output.mp3


    



    However, I do not know how to start this 10 second sound at a specific time.

    


  • ffmpeg mix audio at specific time

    4 janvier 2017, par Grbe1l

    I want to mix 2 audio files together - one file has a length of 2 mins and the other is a 10 second sound. I want both files to mix so both sounds can still be heard. I want this 10 second clip to come in exactly at 30 seconds for the 10 seconds so it will end at 40 seconds.

    I know how to mix 2 audio files together using ffmpeg

    ffmpeg -i input.mp3 -i input2.mp3 -filter_complex amerge -c:a libmp3lame -q:a 4 output.mp3

    However, I do not know how to start this 10 second sound at a specific time.

  • html5 video player with concatenation tracks by time [on hold]

    26 août 2017, par Jensen

    I have some videofiles (h264) :

    http://localhost/001.mp4
    http://localhost/002.mp4
    http://localhost/003.mp4
    http://localhost/004.mp4
    http://localhost/005.mp4
    ...

    And some meta-information about its duration and time shift from 00:00:00

    I want to develop html5 video player, that has time widget with scale from 00:00:00 to 23:59:59. User can click on time widget and player starting show correct videofile from correct position (not always from start).

    I need something like this

    Company Hikvision (EzvizCloud) has this videoplayer, but it is not for sale

    single html5 <video></video> tag doesn’t support multiple video files.

    Should i use multiple <video></video> tags or just open websocket and draw picture on canvas ?