Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

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

Autres articles (52)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Video generated with Jcodec does not work in IOS device

    6 avril 2023, par Fagun Thakkar

    I have developed application which generates video with the help of Jcodec. But generated videos does not play in ios.Anyone know reason behind it ?
Also anyone know any good alter native for genrating video which works fine in al systems.

    


    I have tried jcodec and ffmpeg.
fmpeg takes lot of time while generating videos.
So i need solution in either jcodec or good new library.

    


  • Revision 64279307c4 : Using vpx_codec_err_t instead of int. This fixes errors generated by c++ compil

    6 février 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vpx/src/svc_encodeframe.c


     Modify /vpx/src/vpx_encoder.c



    Using vpx_codec_err_t instead of int.

    This fixes errors generated by c++ compiler.

    Change-Id : I0f792371790b5e6462b77c8d7fabab0db30b11eb

  • Twitter gives error on ffmpeg generated video “The media you tried to upload was invalid.”

    9 mai 2018, par TrooPHP Developer

    ffmpeg generated video gives error while sharing on twitter. the error is :

    “Cannot read property ‘code’ of undefined”

    I am generating video from audio.
    my sample code Example is :

    ffmpeg -i audio.webm -i image.png -vcodec libx264 -pix_fmt yuv420p -strict -2 -acodec aac video.mp4

    I am directly trying to upload generated video to twitter website and video size is just 6 seconds.