Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (111)

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • lavf/mpegtsenc : set metadata stream type and write descriptor for ID3 packets

    26 mars 2016, par Stefano Sabatini
    lavf/mpegtsenc : set metadata stream type and write descriptor for ID3 packets
    

    This allow to remux data packets which are then recognized as ID3 packets.

    • [DH] libavformat/mpegts.h
    • [DH] libavformat/mpegtsenc.c
  • ffprobe Fastest way to read video packets

    12 novembre 2018, par secondplace

    I’ve been using ffprobe to read packets from video streams for analysis. However it’s painfully slow. A 30min 720p video takes roughly 8min to read.
    I’m using the following command at the moment :

    ffprobe.exe -i video.mp4 -show_entries packet=size,pts_time,flags,duration_time

    This gives me the following information for every packet :

    [PACKET]
    pts_time=1981.392000
    duration_time=0.032000
    size=1536
    flags=K_
    [/PACKET]

    I did read a fair bit in the documentation but it looks like this is just it or is there a way to make this faster ?

    Or would there be any alternative CLI tool to get the above information from a video faster ?

  • lavd/v4l2 : copy frames into normally allocated packets whenever there is just one...

    14 février 2013, par Giorgio Vazzana

    lavd/v4l2 : copy frames into normally allocated packets whenever there is just one...