Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (104)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (7804)

  • png : Set the color range as full range

    8 mai 2015, par wm4
    png : Set the color range as full range
    

    The format uses full range for the gray formats.

    CC : libav-stable@libav.org

    • [DBH] libavcodec/pngdec.c
  • Auto Splitting full video using MP4Box

    30 avril 2015, par Luna

    Is there any method to achieve auto-splitting of whole video into equal chunks using MP4Box in Ubuntu as we get same using FFMPEG by specifying segments as following

    ffmpeg -i input.mp4 -c copy -map 0 -segment_time 8 -f segment output%03d.mp4

  • Revision 427cdf0a41 : Reduce the number of full block SAD calls This commit uses a 6-point 1-step ref

    13 mars 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_mcomp.c



    Reduce the number of full block SAD calls

    This commit uses a 6-point 1-step refine motion search in the
    integral projection based full pixel motion estimation, to replace
    the current 9-point search.

    It reduces runtime cost of speed -6 on some noisy clips, e.g.,
    dark720p single thread
    33314 b/f, 40.076 dB, 18231 ms ->
    33307 b/f, 40.067 dB, 17768 ms

    The compression performance for rtc set remains unchanged.

    Change-Id : I194ea5a9ce52e5a10baeee36338633adc22f764c