Recherche avancée

Médias (91)

Autres articles (55)

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

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

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

Sur d’autres sites (9676)

  • Révision 22127 : Report de r22126 : Report minimal de r22116 r22118 r22119 : #3418 : Octave utilis...

    10 mai 2015, par cedric -
  • How do i convert (pulled from device) individual frames to a video file on linux and push it back to the same directory

    31 mars 2012, par RiASh

    First of all i have frames on my SD Card and frames are there in separate folders for each video..

    what i want to do is that i just want to make REALLY simple Java application for user(just a button to make video files) on the linux OS whose ActionEvent Handler pulls in all the individual frames and converts it to a video..deletes all the frames from the SD Card and then pushes the video file back to the same directory of SD Card..

    i wanted to know how do i pack frames into a video file on Linux(Ubuntu)..i think there is something ffmpeg but i dont know much..
    Can someone provide a example..please .. the images are named as image0000 to image9999

    and is it possible to create video file from those frames AND EVEN having sound in them using ffmpeg..?

    Can adb pull and push files without SD Card being connected..

    And finally wanted to know how do i run shell commands like adb pull, push, ffmpeg from JAVA..

    THERE ARE i think 4 QUESTIONS here but all related so i thought better ask them together..Thanks in advance ! :)

  • How can I add individual thumbnails to several MKV files (possibly using ffmpeg) ? [closed]

    1er juillet 2024, par oli_vi_er

    I would like to add thumbnails to many MKV files.

    


    I know how to use MKVToolnix GUI to achieve this, but I'd need to do it for dozens of files, so I'm wondering if there's a quicker way to do it in batch.

    


    I think that it may be possible with ffmpeg, and I already have the JPEG images with the same name as the MKVs, but I don't really know how to use ffmpeg's command lines, let alone batch processing.

    


    So, is it possible to do this ?