Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (99)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

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

  • Updated SWFs with version info in context menu

    9 juin 2010, par Scott Schiller

    m swf/soundmanager2.swf m swf/soundmanager2_debug.swf m swf/soundmanager2_flash9.swf m swf/soundmanager2_flash9_debug.swf Updated SWFs with version info in context menu

  • avdevice/dshow : add media type info to get_device_list

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : add media type info to get_device_list
    

    The list returned by get_device_list now contains info about what media
    type(s), if any, can be provided by each device.

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow.c
  • How to add seek info to WebM file with ffmpeg ?

    18 décembre 2018, par Iceman

    I have few WebM files recorded during live stream. The ebml segment of each file contains only SegmentInfo, 2 tracks (video/audio) and multiple clusters with simple blocks. Each cluster starts with a key frame, the length of segment is unknown (marked as 0xFF).

    I need to speed up seeking through file - to add "Meta Seek Information" and/or "Cueing Data" (BTW, which of this elements should I use to speed up seeking ?).

    Can I add this info to file with ffmpeg tools ? If yes, what command(s) to use ?