Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (62)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

Sur d’autres sites (8105)

  • Alternate 2 videos with ffmpeg

    2 juin 2012, par enzo.rivello

    Here is the problem :

    i got 2 videos, and 3 intervals ;
    i need to create one video by mixing this 2 videos switching video A to B at interval 1, B to A at interval 2 and again A to B at interval 3.

    Switching needs to be done along the audio files .

    Right now the only solution i came up was to cut the 2 videos and then chain them in the right order, but i was asking if there's a more elegant way to do this !

    Thank you everyone in advance !

  • fluent-ffmpeg no way to speed up GIF

    4 septembre 2018, par cdoern

    With the node.js package fluent-ffmpeg, there seems to be no way to speed up the video/gif I’m taking. I know you can use setpts with regular ffmpeg but whenever I try to incorporate that command into the programmatic usage of fluent-ffmpeg by saying something like : .outputOption("-vf", "setpts=0.5*PTS") the program throws an error saying I’m using the command incorrectly. Am I incorporating it wrong or is there no way to use this command in fluent-ffmpeg ?

    This is what I currently have for the file conversion from h264 to gif. The output options written below are working as they should :

    var inFilename = "/home/pi/Videos/video.h264";
    var outFilename = "/home/pi/Videos/video.gif";
    ffmpeg(inFilename)
     .outputOption("-vf", "scale=320:-1:flags=lanczos,fps=75")
     .save(outFilename)
     .run()  
  • vp9 encoder : use a decent default speed setting

    6 juin 2014, par Rafaël Carré
    vp9 encoder : use a decent default speed setting
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DH] libavcodec/libvpxenc.c