Recherche avancée

Médias (91)

Autres articles (46)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (5195)

  • Revision e3e6e06155 : Re-factor and simplify arnr filter. Use a weaker filter for second level arf fr

    3 juillet 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_temporal_filter.c


     Modify /vp9/encoder/vp9_temporal_filter.h



    Re-factor and simplify arnr filter.

    Use a weaker filter for second level arf frames.
    Average gain across all sets and metrics 0.3%

    Remove code for arnr_type which is no longer
    supported in VP9 which always uses a centered blur.

    Re-factor and some cleanup.

    Change-Id : Ieb4b8940e99e4e02b3fcc9fca6f2d4109e6ed639

  • downloading and concatenating parts of videos from youtube

    17 octobre 2018, par amit

    I’m trying to create a video quiz, that will contain small parts of other videos, concatenated together (with the purpose, that people will identify from where these short snips are taken from).

    For this purpose I created a file that contain the URL of the video, the starting time of the "snip", and its length. for example :

    https://www.youtube.com/watch?v=5-j6LLkpQYY   00:00   01:00
    https://www.youtube.com/watch?v=b-DqO_D1g1g   14:44   01:20
    https://www.youtube.com/watch?v=DPAgWKseVhg   12:53   01:00

    Meaning that the first part should take the video from the first URL from its beginning and last for a minute, the second part should be taken from the second URL starting from 14:44 (minutes:seconds) and last one minute and 20 seconds and so forth.

    Then all these parts should be concatenated to a single video.

    I’m trying to write a script (I use ubuntu and fluent in several scripting languages) that does that, and I tried to use youtube-dl command line package and ffmpeg, but I couldn’t find the right options to achieve what I need.

    Any suggestions will be appreciated.

  • how Youtube Ios app is playing 1080p and above ?

    19 septembre 2018, par user10387397

    I have been going through video codecs and ffmpeg .

    Understood everything between vp9 , HEVC(h.265) and H264 , webm dash streaming , and hls streaming.

    As far as i have read and understood that youtube stopped encoding for 1080p and higher in H264 and made it available only in webm VP9. Thus safari is limited by 720p.

    However, in IOS native app of youtube , they are providing 1080p and 1440p . Are they encoding it in different format ?

    The main question i would want to ask is how are they able to play 1080p and above in ios app when they were encoding this only in VP9 webm , whereas ios doesnot support VP9.