Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (36)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7143)

  • not able to create libffmpeg.so for android

    4 janvier 2013, par susheel tickoo

    I have tried to create a video from images and i haven done it successfully with MPEG4 codec and .m4v extension.Using this link

    now i want to use H264 codec for android devices.I am able to compile the code but when i use the function avcoded_find_encoder(CODEC_ID_H264). It gives me codec not found.
    I have seen the links for same on stackovrflow but they are of either no use or are not conclusive.

    Please help.
    thanks in advance.

  • Cut a video's start & end time in Xamarin.Android

    16 février 2017, par Remco A

    I am trying to cut a video’s start & end time in Xamarin.Android. I found some libraries like ffmpeg, but they are so complicated that I can’t figure out how to simply cut a video and save it on the device. I found this : https://github.com/neurospeech/xamarin-android-ffmpeg but have no clue how to implement it in my Xamarin.Android project.

    Can anyone clear the sky for me ? Any help will be much appreciated !

  • how to play different video file formats in android

    18 octobre 2012, par koti

    I am developing an android application in which one of the functionality to play video files which are downloaded from server.

    In Server some files are .mp4 files which are supported by android and some files .mov files.

    Here i have to play .mov files also in my application which are not supported by android.So i googled about this and i found using ffmpeg we solve the problem.But i did not found a good tutorial how to include ffmpeg with my android application on Windows.

    Please give some guide lines about this issue.

    Thanks in advance