Recherche avancée

Médias (91)

Autres articles (56)

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

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (5884)

  • BlueImp Fileupload - do action after single file upload when uploading multiple files ?

    11 juillet 2014, par Mr Pablo

    Is there anyway to get the event after a single file has finished uploading, when adding multiple files to the uploader ?

    I want to do some processing (converting video files with FFMPEG) after each file is uploaded.

    Currently, when uploading multiple files, with my conversion script fired in the "done" event, only one file is being converted, despite the script being fired in a $.each() loop.

    I can’t seem to find the event for finding out when a single file has finished uploading, in the documentation.

  • avfilter/vf_rotate : increase fixed point precision

    19 avril 2014, par Michael Niedermayer
    avfilter/vf_rotate : increase fixed point precision
    

    This ensures int_sins output doesnt have "random" lsbs

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_rotate.c
    • [DH] tests/ref/fate/filter-pixfmts-rotate
  • avformat/mpsubdec : Remove floating point usage

    30 juillet 2019, par Michael Niedermayer
    avformat/mpsubdec : Remove floating point usage
    

    This makes the code bitexact between platforms.
    Intermediate timestamps between frames are preserved.
    The timebase is simplified.
    Rounding differs from doubles in cases where timestamps/durations
    are "funny"

    Suggested-by : jb
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mpsubdec.c
    • [DH] tests/ref/fate/sub-mpsub-frames