Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (79)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (12128)

  • python simple web app stack [on hold]

    8 septembre 2013, par Shonu93

    I am currently learning python and have written an app that I would like to put out on the web and/or Facebook platform. My script for the app is around 50-100 lines. The things I would like to implement are :

    1.HTML5 and CSS3

    • I'm good with this and would like to make the front end really appealing.

    2.Database

    • A simple database that keeps some basic info of the users who have used this app. (Either
      through their Facebook account or something else ! )
    • I would also like to have the option of storing 30 second mp3 clips. Say around 50 of
      these clips which the user can select and download.

    3.Python Backend

    • My python script should process user input on the server and send the output to the user.
    • My server should also have ffmpeg and lame libraries installed. (As my app requires this !)

    NOTE ** I would like to develop the complete web app locally first, before deploying it on the web **

    I really have no idea how to go about this. My app works like a charm on my Mac OSX and I really want to deploy this app on the web to make others happy too ! Do help me out guys !

  • Why does -filter:v fps=60 need re-encoding ?

    16 avril 2024, par kwjsksai

    I mean, let's say 30 fps -> 60 fps. You just need to duplicate frames.
    
Decode a frame and present it at 2 timepoints.
    
I know mp4 can present a frame at different timepoints, right ?
    
So why is re-encoding needed ? with h264 codec and heavy computing...
    
I thought it could be just some metadata work.

    


    ffmpeg -i 30fps.mp4 -filter:v fps=60 out.mp4

    


  • image transitions using ffmpeg

    9 octobre 2015, par red-banana

    I am looking to use ffmpeg to create a slideshow with transitions using 10 jpg images.

    i.e. 1.jpg, 2.jpg, 3.jpg...

    using 10 frames per transitions.

    I can get a slideshow happening but cannot seem to get hot to have the transitions going down.

    On another note, I asked a friend how he thought it could be done and he stated it would take 2-4 minutes per video because it seems kind of outrageously long for nothing. (I can output HD video in premiere faster than that WITH color correction...) So I did not bother checking his code.

    If anyone can help, it would be appreciated.