Recherche avancée

Médias (91)

Autres articles (36)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (8292)

  • Added imageQuality option, which is passed to the canvas.toBlob method to save resized images.

    8 novembre 2013, par blueimp
    Added imageQuality option, which is passed to the canvas.toBlob method to save resized images.
    

    Removed mozGetAsFile code from the image processing plugin, as Firefox
    supports setting the FormData filename since version 22 (current
    version being 25).

  • How to use gstreamer to save webcam video to file ?

    21 juin 2017, par sav

    I’ve been trying to get emgu to save same webcam video to file

    The problem is opencv only ssupports avi, and avi does not seem to suit a format like X264 very well.

    Could I use Gstreamer to do this for me in C ?

    It would be good if I could choose the file format and container type too. It would be good if I could use a format like schrodinger dirac.

    I’m new to GStreamer so I’m not quite sure if I’m on the right track here.

    EDIT

    I’ve managed to capture the webcam video using

    gst-launch-0.10 ksvideosrc ! autovideosink

    Now how to transcode this to a format like H264 or dirac ...?

    EDIT

    gst-launch-0.10 ksvideosrc num-buffers=10 ! decodebin2 !
    ffmpegcolorspace ! x264enc ! matroskamux ! filesink
    location=video.mkv

    This seems to create a file, but VLC player can’t read it.

  • How to use gstreamer to save webcam video to file ?

    2 mars 2015, par sav

    I’ve been trying to get emgu to save same webcam video to file

    The problem is opencv only ssupports avi, and avi does not seem to suit a format like X264 very well.

    Could I use Gstreamer to do this for me in C ?

    It would be good if I could choose the file format and container type too. It would be good if I could use a format like schrodinger dirac.

    I’m new to GStreamer so I’m not quite sure if I’m on the right track here.

    EDIT

    I’ve managed to capture the webcam video using

    gst-launch-0.10 ksvideosrc ! autovideosink

    Now how to transcode this to a format like H264 or dirac ...?

    EDIT

    gst-launch-0.10 ksvideosrc num-buffers=10 ! decodebin2 !
    ffmpegcolorspace ! x264enc ! matroskamux ! filesink
    location=video.mkv

    This seems to create a file, but VLC player can’t read it.