Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (73)

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

  • FFMpeg Stream specifier no match

    11 mars 2019, par Amorphis

    Im trying to combine 2 to n videos with various transitions with an audio from mp3 above them (last second is faded).

    ffmpeg -ss 5 -t 10 -i C:\Users\User\source\repos\tryRunFFmpeg\2_snow.mp4  
          -ss 5 -t 10 -i C:\Users\User\source\repos\tryRunFFmpeg\3_sun.mp4
          -i C:\Users\User\source\repos\tryRunFFmpeg\outaudio.mp3
    -filter_complex "[0:v]setpts =PTS-STARTPTS[va0];[1:V]fade=t=in:st=0:d=0.5:alpha=1,fade=t=out:st=9.5:d=0.5,setpts=PTS-STARTPTS+10/TB[va1];[2:a]fade=t=out:st=9.5:d=0.5[aa];[va0][va1]overlay[outv]"
    -map aa -c:a copy  -map [outv] -crf 10 -b:V 10M -shortest C:\Users\User\source\repos\tryRunFFmpeg\testAgaint.mp4

    and I get this error

    Stream specifier ':a' in filtergraph description [0:v]setpts =PTS-STARTPTS[va0];[1:V]fade=t=in:st=0:d=0.5:alpha=1,fade=t=out:st=9.5:d=0.5,setpts=PTS-STARTPTS+10/TB[va1];[2:a]fade=t=out:st=9.5:d=0.5[aa];[va0][va1]overlay[outv] matches no streams.
  • FFMPEG detect position of text and hide/delogo

    9 novembre 2016, par Ates Özen

    I’ve tried a lot of ways to do that. Is it possible to detect the position of a text in a video and hide/watermark it with delogo in ffmpeg ?

    You can see something like what i want in this video at 30th second :
    https://www.youtube.com/watch?v=HxexmWk2Yh0

    In my situation the text is not rectangled.

  • Error converting youtube video to gif using npm

    15 décembre 2015, par user5663488

    I have installed ffmpeg and node.js. Trying to convert youtube video to gif images. In command prompt I have used "youtube-to-gif -u https://www.youtube.com/watch?v=NqxSgp385N0 -b 30 -d 5" command. Its showing error "Cannot find ffmpeg". Please suggest.

    This image displays the error while using the above command