Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (102)

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

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (11664)

  • Combine multiple videos with specific duration

    11 août 2020, par Armand Kupcis

    I am going to concat multiple videos so I can get one video file with FFmpeg.

    


    I've found several ways to implement this but all ways I found can't concat with specific duration of each video.

    


    It means they only concat whole videos.

    


    Exactly, what I wanted is to insert video1 into video2 with specific time. While searching several articles related with this, I checked many articles say "It is impossible with ffmpeg".

    


    So I am trying to split video2 into two videos( like video2-1,video2-2) and concat video1, video2-1, video2-2.

    


  • How do i extract individual frames from videos using ffmpeg ?

    15 novembre 2015, par yzhu

    I have a bunch of videos downloaded from Youtube and I would like to extract frames from them. The current command I am using is :

    ffmpeg -i input.mp4 -an -s qvga %06d.png

    But I also want to set the -r and -t option. I want the fps to be the fps of each video, and the duration time is their duration. I know that if I don’t set the -r option, the default is 25 fps.

    So could anyone help ? how to add the -r and -t option ? and is there any better and accurate way to obtain individual frames from videos ? Thanks a lot.

  • Revision 19e9714572 : Code cleanup inside findnearmv code. Using predefined clamp function, removing

    17 avril 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/common/vp9_findnearmv.c Modify /vp9/common/vp9_findnearmv.h Code cleanup inside findnearmv code. Using predefined clamp function, removing redundant variables, declare and init on the same line. Change-Id : (...)