Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (82)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

Sur d’autres sites (7867)

  • how to join two flv files in objective-c

    18 février 2014, par yudun1989

    i've parsed a video web and got the flv files for the video, but the files are seperated, so i must join them together, i know if i use ffmpeg, it should be easy just like ffmpeg -f concat -i mylist.txt -c copy output.flv ,but as i'm writing a mac software, i must write it in objective-c.i could't found any document (or sdk) to read so it's hard for me to begin.

    so ,how to join them in objective-c code ? do i need to pull the ffmpeg project down to my project ?if it is necessary, what is the next step ?

  • How to convert 44100 stereo to 11025 mono programmatically ?

    22 juillet 2013, par frankish

    I am using ffmpeg (c++) to decode variety of audio files into 44100 stereo OR mono (according to the source). I have to keep this like this because I play them too.
    Meanwhile, I also need 11025 mono versions of these. So I am trying to find a very quick/easy way to convert 44100 stereo PCM into 11025 mono without ffmpeg to save cpu.

    Is this possible in java (android) or c++ (ndk) ?

    I am already using java and c++ in the same project.

  • Create a video file of multiple images [closed]

    2 juillet 2012, par idish

    I am trying to create a video in android that displays the chosen images by me. one by another. I've heard of ffmpeg and Dolphin player open source code. I'd like to know the cons and pros of them. Is ffmpeg is easy to work with ? and what about the Dolphin player ?
    Another thing I undestand is that ffmpeg is programmed by command line ?
    Anyway, I would like to hear some reviews about ffmpeg or the Dolphin Player.
    Is it possible to embed the ffmpeg to my mono for android application ?

    Thank you.