Advanced search

Medias (3)

Tag: - Tags -/plugin

Other articles (46)

  • List of compatible distributions

    26 April 2011, by

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

  • Encoding and processing into web-friendly formats

    13 April 2011, by

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

  • Les autorisations surchargées par les plugins

    27 April 2010, by

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

On other websites (8605)

  • Build: added jquery to the list of required dependencies.

    30 March 2016, by staabm
    Build: added jquery to the list of required dependencies.
    

    Closes #1757.

  • movenc: use correct tag list for AVOutputFormat.codec_tag

    15 June 2017, by John Stebbins
    movenc: use correct tag list for AVOutputFormat.codec_tag
    

    ff_mp4_obj_type contains the wrong type of tags for
    AVOutputFormat.codec_tag. AVOutputFormat.codec_tag is used to
    validate AVCodecParameters.codec_tag so needs to be the same
    type of tag.

    Creates new tag lists for mp4 and ismv. New tag lists support
    same list of codecs found in ff_mp4_obj_type. psp uses the same
    tag list as mp4 since these both use mp4_get_codec_tag to look up tags.

    • [DBH] libavformat/movenc.c
  • Add ken burn effect on video from list of images

    20 December 2015, by Hamza Khan

    I have created video from list of images using ffmpeg

    system("ffmpeg -framerate 1 -pattern_type glob -i '*.jpg' -c:v libx264 out.mp4")

    Now i want to add Ken burn effect, can i do it with ffmpeg or imagemagic or any command line tool on linux.