Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (73)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (11715)

  • FFMPEG not expected results with blend=screen with 2 video overlay

    8 mai 2021, par david

    i want 2 video overlay with the screen effect ( known in photoshop, aftereffect,canvas etc)

    


    ffmpeg -i input1.mp4 -i input2.mp4 -filter_complex "blend=screen" output.mp4


    


    but the lower layer becomes greyscale
enter image description here

    


    what i want is the expected

    


    PS 2 movie inputs dimensions are the same

    


  • ffmpeg showing really bad results when converting to JPG [duplicate]

    8 avril 2014, par Shazam

    This question already has an answer here :

    I have this simple command :

    ffmpeg -i  movie_file -f image2 ./%d.jpg

    The result with JPG is really really bad, and in PNG is much better.
    The problem us that the png is 197KB and JPG is 7.1KB.

    Is there anyway to compress the PNG more ?
    what can be done about this ?

    see bellow, png on the right, jpg on the left.
    what can be done about this ?
    Thanks

    enter image description here

  • Ffmpeg : Improve results with h264_nvenc video codec

    7 avril 2024, par Sulli

    I was very happy to discover ffmpeg is compatible with Cuda as using a GPU speeds up my processing time by 10 at least. But I was very sad to discover codec libx264 can’t be used and h264_nvenc is of much poorer quality (my videos are visibly pixelated, to the point I actually don’t see why ffmpeg was made compatible with Cuda in the first place :) ).

    


    I did not tweak my ffmpeg commands at all when I switched from libx264 to h264_nvenc, but maybe there are some parameters I could add to get a better quality ? Even if it leads to longer processing time, I don’t mind trading a bit of that for a better quality. Or maybe another video codec I wouldn’t know about ?

    


    I usually run my scripts on Google Colab if that matters (tesla T4 graphics card, Driver Version : 535.104.05, CUDA Version : 12.2)