Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (101)

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

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

  • Revision 4e30565a9f : Fix bug 837 : realloc mode info buffers on resize The test to determine if the m

    12 août 2014, par Adrian Grange

    Changed Paths :
     Modify /vp9/common/vp9_alloccommon.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodeframe.c


     Modify /vp9/encoder/vp9_bitstream.c



    Fix bug 837 : realloc mode info buffers on resize

    The test to determine if the mode info buffers need
    to be resized when the frame size changes was
    incorrect, as per bug 837.

    By storing the size of the allocated data structure,
    a simple test determines whether to allocate more
    memory when the frame size changes.

    Change-Id : I1544698f2882cf958fc672485614f2f46e9719bd