Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (67)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (8088)

  • Révision 22680 : option peut prendre une valeur ’action’ passee aux pipelines pre/post edition

    16 décembre 2015, par cedric@yterium.com
  • Use jsmpeg.js on the server side

    9 janvier 2016, par davinci

    I use the iOS app Instant Webcam to get a video stream from the camera :

    Instant Webcam encodes video in MPEG1 format and sends the frames over WebSockets to connected Browsers. The Browser then decodes the MPEG Stream in JavaScript and paints into a Canvas. Source : Instant Webcam

    Two things I want to achieve with this :

    1. Save an image of the actual frame on my web server
    2. Save a video clip of the next 2 minutes on my web server

    This JavaScript does exactly this on the client side :
    https://github.com/phoboslab/jsmpeg

    Any idea how I could do this on the server side with php ?

    Thanks for any help

  • Is there a way for a web app to use any version of ffmpeg NOT server side using js ?

    16 janvier 2016, par Allan

    I have done some research on line and have found (this).
    I was wondering if anyone has any experience to use any version of ffmpeg browser side like the above.
    Requirements :
    1-I want the app to be web app not desktop app.
    2- Because that file is too big(25MB), I don’t want the user to download that file each time they use my app.
    Any ideas to make this like an extension for chrome or cache it on the browser or any other ways around this please ?! Any ideas would be greatly appreciated !