Recherche avancée

Médias (91)

Autres articles (63)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

Sur d’autres sites (9422)

  • how to change the frame rate for a part of video using ffmpeg

    19 août 2013, par Aditya Shanker Tagirisa

    I want to change the frame rate of a video from 20 seconds to 30 seconds and want to keep the rest of the video running with the default frame rate using ffmpeg.

    is it possible to do the specified action using ffmpeg. if so please specify the command to do the same or else please help me to find the correct software in ubuntu to do the same.

    thanks in advance.

  • swscale/arm/yuv2rgb : make the code bitexact with its aarch64 counter part

    28 mars 2016, par Matthieu Bouron
    swscale/arm/yuv2rgb : make the code bitexact with its aarch64 counter part
    
    • [DH] libswscale/arm/swscale_unscaled.c
    • [DH] libswscale/arm/yuv2rgb_neon.S
  • Remove specific part from multiple videos using ffmpeg

    28 avril 2022, par che10

    I am new to ffmpeg and I am trying to cut the first 20 seconds of each video in a folder. So the output videos will be without the first 20 seconds. I know how to do it for 1 video but how to do it in a batch for multiple videos ? I am using windows 10. Thanks in advance !

    


    what I am using for 1 video file is :
ffmpeg -i "filename.mkv" -ss 00:00:20 output.mkv