Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (41)

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

  • Configuration spécifique pour PHP5

    4 février 2011, par

    PHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
    Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
    Modules spécifiques
    Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...)

Sur d’autres sites (6407)

  • x86 : fft : replace call to memcpy by a loop

    26 juin 2012, par Christophe Gisquet

    x86 : fft : replace call to memcpy by a loop

  • Video call between eyebeam and baresip SIP clients

    7 décembre 2012, par user1490337

    I am trying to achieve video call on 2 SIP clients

    1. Baresip
    2. Eyebeam

    Till now I have succeeded in getting audio stream both ways but the video stream is one way i.e iam getting the stream at the baresip terminal but I cannot see video at the EYEBEAM terminal. I can't understand where I am going wrong.

    The eyebeam is sending STAP-a and Fu-a packets to eyebeam as I checked it through wireshark. But baresip is not sending any STAP-a and Fu-a packets to eyebeam hence no video.. Both the clients support H.264.

    Pointers in the right direction are welcome.

  • JNI call implementation using FFMPEG ?

    27 mars 2012, par info

    I am trying to implement audio transcoding using FFMPEG.For this i build the shared library with reference to th link http://www.roman10.net/how-to-build-android-applications-based-on-ffmpeg-by-an-example/

    In ffmpeg.c I need to call transcode function, so modified it as
    JNIEXPORT void JNICALL Java_roman10_ffmpegTest_VideoBrowser_transcode(JNIEnv *pEnv, jobject pObj,AVFormatContext **output_files,
    int nb_output_files,
    AVInputFile *input_files,
    int nb_input_files,
    AVStreamMap *stream_maps, int nb_stream_maps)
    I got an error UnsatisfiedLinkerror transcode function.
    Can any one help me ??