Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (111)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (3659)

  • How to perform operations on audio files in iOS with Swift

    11 mars 2017, par Namit Gupta

    I need to perform the following operations on audio files with Swift -

    1. Merge two audio files
    2. Crossfade
    3. Trim audio
    4. Looping

    I need to create a new file after making the changes. What is the best way to perform these ?

    There is Audio Kit, Audio Toolbox, Other libraries like FFMPEG. I have searched about all these. But could not find a definite solution for my use. I am in urgent need please guide.

    If anybody has done this before. Just give me some pointers. Thanks.

  • Update Contributing instructions now that additional-methods.js has been split

    27 juin 2013, par nschonni
    Update Contributing instructions now that additional-methods.js has been split
    

    Additional minor formatting of the contributing guide

  • Can't write out flv file in openCV in Windows

    7 août 2015, par dev_nut

    I’m trying to write out a flv file in openCV 2.4.9 in Windows 8.1 and it seems this gives an error.

       [flv @ 05821a00] Tag FLV1/0x31564c46 incompatible with output codec id '22' ([2]
    [0][0][0])

    After googling around, I noticed that I may have to recompile with ffmpeg support. I set up cmake (I’m a cmake noob) and did that. But, I didn’t change anything with regard to ffmpeg (like point to new libraries). I can’t seem to find a guide that would help me here.Is this the right way to go ? Would recompiling in this case, actually help at all ?

    • How do I solve this problem ?