Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (72)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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 ;

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (12142)

  • Split into video frames and save as jpeg

    3 janvier 2017, par Selman Akbulut

    I want to split all frames and save the jpeg file but Error getBuffredImage

    public static void main( String[] args )
    {
       FFmpegFrameGrabber g = new FFmpegFrameGrabber("C:\1.mp4");
       g.start();

       for (int i = 0 ; i < 50 ; i++) {
           ImageIO.write(g.grab().getBufferedImage(), "png", new File(System.currentTimeMillis() + ".png"));
       }
       g.stop();
    }
  • Save several .ts files in one container, while preserving direct http access

    16 mars 2017, par SebastianB

    For HLS-video-streaming I have several .ts files and a .m3u8 playlist-file on my ftp-server. The .m3u8 file links relative to these .ts files. Because I’m now implementing a more advanced data management on distributed servers and a hashed folder structure, it would be most convinient if these .ts files would stay at the same place in one kind of "container"(e.g. .mp4 ?).

    Is there a way to save several .ts files in another file structure which is then still accessible for the video player directly via http? E.g. http://example.com/container.mp4:video1.ts and the next .ts file like http://example.com/container.mp4:video2.ts ?

    Obviously this access should be possible without loading/unpacking the whole "container". Furthermore it would be even more convinient, if the .m3u8 file would be saved in this "container" as well.

  • Is there a way to save the thumbnail extracted by ffmpeg in the cache ? [closed]

    28 septembre 2022, par L K

    Is there a way to save the thumbnail extracted by ffmpeg in the cache ?

    


    We are building a simple web video editing site.
I'm going to use a thumbnail while making a timeline