Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (90)

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

  • Revision ae5442f50b859d0ba0a34415e247c9a20acc306e : Report de r16849. Pas d’année 0000 en Postgres. Résoud #1987. git-svn-id : ...

    27 décembre 2010, par Committo,Ergo:sum — Log

    Report de r16849. Pas d’année 0000 en Postgres. Résoud #1987. git-svn-id : svn ://trac.rezo.net/spip/branches/r16004+plugins@16850 caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d

  • How to cut a Video and mute it in one step with FFmpeg ?

    6 mars 2016, par user3037960

    I tried this :

    "ffmpeg -i input.mp4 -ss 00:00:50.0 -vcodec copy -an -t 20 output.mp4"

    Because I know this is for cutting a s

    "ffmpeg -i input.mp4 -ss 00:00:50.0 -codec copy -t 20 output.mp4"

    And I know this is for muting (deleting the all the sound from the video) :

    "ffmpeg -i input.mp4 -ss 00:00:50.0 -vcodec copy -an -t 20 output.mp4"

    from here : http://unix.stackexchange.com/a/33864

    It doesnt work. naturally. otherwise I wouldnt ask here.

    Who knows the answer ? thx

  • Revision b7050c0be3 : Motion compensated reference refinement This commit applies one-step refinement

    23 février 2015, par Jingning Han

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



    Motion compensated reference refinement

    This commit applies one-step refinement search to the resulting
    motion vector of the integral projectiion based motion estimation,
    per 64x64 block. It improves the coding performance of speed -6.

    pedestrian 1080p 500 kbps
    51735 b/f, 36.794 dB, 16044 ms ->
    51382 b/f, 36.793 dB, 16282 ms

    cloud 1080p 500 kbps
    24081 b/f, 37.988 dB, 14016 ms ->
    23597 b/f, 38.076 dB, 12774 ms

    vidyo1 720p 1000 kbps
    16552 b/f, 40.514 dB, 8279 ms ->
    16553 b/f, 40.543 dB, 8510 ms

    The rtc set compression performance is improved by 0.5%.

    Change-Id : I3d09bea2caf58b2a4f3b38aa26fffafcbe9a2c17