Recherche avancée

Médias (91)

Autres articles (73)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (6919)

  • Revision 06b59299c8 : Don't waste time partitioning skip superblocks. Force 64x64 partitioning when a

    9 mars 2015, par Alex Converse

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Don’t waste time partitioning skip superblocks.

    Force 64x64 partitioning when a whole superblock is SEGMENT_LVL_SKIP. This
    drops encode times of screens mostly at rest by 20%.

    Change-Id : Ieba554b0b8a0c1679aae784a8bd11f038ab942c3

  • converting audio from mp4 to wav and croping in the process using python

    7 mars 2019, par fastali

    I am looking for a package where I can use to convert the audio file from mp4 to wav simultaneously while also cropping the file using python.

    I have seen some posts about using ffmpeg to do the conversion but I dont seem to be able to run ffmpeg within python, and when converted to wav the files become around 10 times bigger which is kind of a storage issue.

    Does anyone have any suggestions except for pipelining it ?

  • Invalid stream specifier : metadata [closed]

    12 mai 2021, par Orsu

    I have this command :

    


    ffmpeg -i video.format -movflags use_metadata_tags -map metadata 0 -vcodec libx265 -acodec copy output.mp4


    


    I get this error :

    


    [avi @ 0x559845f9c480] Invalid stream specifier: metadata.
    Last message repeated 3 times
Stream map 'metadata' matches no streams.
To ignore this, add a trailing '?' to the map.


    


    Any ideas ?