Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (54)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (6140)

  • ffmpeg zoom in for 5 seconds, then zoom out for 15 seconds to repeat the entire video

    24 janvier 2020, par Monso

    I have 1 video, I want to watch 15 seconds, I will zoom in to 5 seconds to repeat the whole video
    Audio and video must be equal

    ffmpeg -y -i 1.mp4 -vf "scale=2*iw:-1, crop=iw/2:ih/2:enable='lt(mod(t,27),3)*gte(t,27,3)'" output.mp4
  • How to ssh vps and play the video ?

    25 juillet 2017, par scrapy

    I build apache2 on vps,start it,and upload test.mp4 into /var/www/html.

    ffplay  http://vps_ip/test.mp4

    I can watch test.mp4 ,maybe there is a other way to play it.

    1.ssh root@vps_ip
    2.mv /var/www/html/test.mp4  /tmp/test.mp4
    3.ffplay /tmp/test.mp4

    Could not initialize SDL - No available video device
    (Did you set the DISPLAY variable?)  

    libsdl2-dev and sdl are all installed on my vps.
    How to ffplay it after sshing login it ?

  • Starting multiple ffmpeg instances

    2 décembre 2011, par Julian Gardner

    New to linux and having problems.

    I am trying to setup a system that will allow me to start multiple ffmpegs to convert live TV so I can archive certain programs. The source is a few TV cards which means I can encode multiple streams at the same time. The PC is an i7 8 core.

    I have tried to write a program that uses threads to start multiple ffmpegs and capture all the ffmpeg messages so I can watch the time elapsed, and when this hits a predetermined time stops the task and ffmpeg and then waits for the next scheduled recording, but I'm stuck on the capture of the ffmpeg output.