Recherche avancée

Médias (91)

Autres articles (45)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • 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 (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (5651)

  • FFMPEG draw text with change over time [duplicate]

    18 avril 2020, par bleepbloopbleep

    Hi i am working on a project that will get metadata from an mp3 file and then stream the file with text displaying the Artist Name and Song Title from the metadata.

    



    In order to get around a bug I concatenated the audio files into one larger file and got the meta data from each track before the concatenation.

    



    While streaming I want to display the artist name and song title while the track is playing.

    



    The current text script for just the text looks like this :

    



    drawtext=text='Artist: ARTISTNAME:fontfile=PATH/TO/FONT/FILE:fontsize=(w * 0.03333333333333333):bordercolor=#000000:borderw=1:fontcolor=#FFFFFF:y=(h * 0.15):x=(w * 0.02),drawtext=text='Song: NAME’OFSONG:fontfile=PATH/TO/FONT/FILE:fontsize=(w * 0.03333333333333333):bordercolor=#000000:borderw=1:fontcolor=#FFFFFF:y=(h * 0.25):x=(w * 0.02)"


    



    How can I add time duration element to the FFMEG script ?

    



    Thanks !

    


  • Find the beginning of audio track in other audio track

    26 février 2020, par Александр Подорин

    I have a long audio track that contains multiple songs in one file.
    I have one song in other file.
    How can I find the beginning and the ending of single song in a long file ?
    Can I do this with ffmpeg and how ?

    Thank you !

  • Ffmpeg subtract a track from another

    29 mars 2021, par Ching Chang

    How do I subtract an audio track from another audio track using ffmpeg ?

    


    I know there is the amerge command that lets you put a track on top of another. Is there a command that does the opposite ? I have a song, and an instrumental version of the song. I want to subtract the instrumental track from the original track to get the vocals.

    


    Every google search led me to examples of subtracting an audio from a video, but I'm trying to subtract an audio from another audio.