Recherche avancée

Médias (91)

Autres articles (87)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (11583)

  • I want to Stitch two videos side by side in a view using ffmpeg

    3 septembre 2016, par Shubham Gupta

    I want to Stitch two videos side by side in a view using ffmpeg. Below i have posted ffmpeg command two stitch two videos side by side in a single video.But as i run the command this shows the error bellow

    Command :

    ffmpeg -i California.mp4 -i Something.mp4 -filter_complex "nullsrc=size=640x480 [base]; [0:v] setpts=PTS-STARTPTS, scale=320x240 [left]; [1:v] setpts=PTS-STARTPTS, scale=320x240 [right]; [base][left] overlay=shortest=1 [tmp1]; [tmp1][right] overlay=shortest=1:x=320:y=240;" output.mp4

    Error :

    [AVFilterGraph @ 0x7f8ee85225c0] No such filter : ’’ Error initializing
    complex filters. Invalid argument

    What is the solution for this ? Plz Help me.

  • Révision 20249 : report de r20229 : ne pas proposer la base courante dans la liste des bases exte...

    9 mars 2013, par denisb@a-working-class-hero-is-something-to.be
  • Demos : Add new demo, contributed by Marcus Kästner

    9 juillet 2015, par jzaefferer
    Demos : Add new demo, contributed by Marcus Kästner
    

    Combines a custom method, jQuery UI UI theme and custom error
    positioning in one demo for booking retro cinema tickets.

    Also cleans up the demo index a bit.