Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (48)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (9156)

  • FFmpeg : calculate time to convert images and .mp3 to a video

    22 novembre 2018, par domi

    Is there any formula that I can use to calculate the time that FFmpeg uses to convert a single .jpg image and .mp3 song to a video ?

    I am using the following code :

    ffmpeg -loop 1 -r ntsc -i image.jpg -i song.mp3 -c:a copy -c:v libx264 \
      -preset fast -threads 0 -shortest
    

    Lets say we have an image with X resolution and .mp3 length of L. Would the formula be :

    time = X * L(in seconds) ?

    Thanks for any tips.

  • Get framerate of video over time

    1er août 2016, par user2025983

    I would like to get a graph of the framerate of a video file over time.

    I have noticed when taking long movies (>10 mins) with many cellphones they get quite hot and the framerate of the movies recorded by the app start to get choppy and the FPS drops. This happens in the actual video file as I check them by transferring the videos off the phone onto a PC. I wanted to analyze when this happens for various phones. Any suggestions on how to automatically generate this data ?

  • how to merge video clips at the time given by the user in c# winforms

    10 juillet 2018, par Muhammad Rizwan

    i have 5 mp4 clips to merge using ffmpeg. my task is to merge the clips but on that time which is given by the user. if my first clip start at 3 pm and last clip finish at 3.25 pm. now the output clip should be the time from 3.10 to 3.20 that is given by the user. can someone help me in this task. thanx in advance