Recherche avancée

Médias (91)

Autres articles (65)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (5811)

  • Revision 90c9ede8e6 : Limit cyclic refresh revisitng blocks at the same quantizer. For screen content

    19 juin 2015, par Alex Converse

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



    Limit cyclic refresh revisitng blocks at the same quantizer.

    For screen content don’t refresh a block at a quantizer higher than
    it was last coded at. PReviosuly at realtime speeds the encoder had a
    tendency to recode a block from GOLDEN with a higher Q than it was last
    coded at.

    Change-Id : Iacd561806c769dcce1a81b9827ffc70090f5ba18

  • ffmpeg rotate and trim video 4k horizontal -> 2k vertical

    19 juillet 2015, par Flash Thunder

    I was looking for solution, but seems that the ones that google finds are not valid anymore... I think that you have to use mapping for that, but not sure how...

    I need to rotate horizontal 4K video and trim it (leaving center part), so the output would be vertical 1080p. Could anybody give me a hand with that ?

    Of course I need to keep the best possible quality.

    PS. ffmpeg compiled from git-8250943 (2015-07-17)

  • How can I specify pixel density in ffmpeg for video captured on retina screen ?

    24 juillet 2015, par hfossli

    I did a screencapture on my retina desktop screen. In QuickTime Player the ⌘1 Actual size is then the half size of the video. After processing the video in ffmpeg it seems to loose this information. How do I specify the pixel density of the video ?

    (Kind of hard to articulate this so please feel free to edit)