Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (107)

  • La gestion des forums

    3 novembre 2011, par

    Si les forums sont activés sur le site, les administrateurs ont la possibilité de les gérer depuis l’interface d’administration ou depuis l’article même dans le bloc de modification de l’article qui se trouve dans la navigation de la page.
    Accès à l’interface de modération des messages
    Lorsqu’il est identifié sur le site, l’administrateur peut procéder de deux manières pour gérer les forums.
    S’il souhaite modifier (modérer, déclarer comme SPAM un message) les forums d’un article particulier, il a à sa (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • ffmpeg not working after update to Mavericks

    26 février 2015, par Hudson Buddy

    After recently updating to Mavericks 10.9.5, my installation of ffmpeg has been bugging out

    Error :

    dyld: Library not loaded: /usr/local/lib/libx264.142.dylib
     Referenced from: /usr/local/bin/ffmpeg
     Reason: image not found
    Trace/BPT trap: 5

    Any thoughts ? I’m not very familar with manual compiling and I installed ffmpeg through Homebrew.

    I tried uninstalling and doing :

    brew install ffmpeg --HEAD
    brew install ffmpeg --build-from-source

    but it spits back a ./configure error

    ==> ./configure --prefix=/usr/local/Cellar/ffmpeg/2.4.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample
    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solve the problem.

    READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting

    These open issues may also help:
    gpac 0.5.0 doesn't build against ffmpeg 2.4.1 (https://github.com/Homebrew/homebrew/issues/32978)
  • ffmpeg not working after update to Mavericks

    26 février 2015, par Hudson Buddy

    After recently updating to Mavericks 10.9.5, my installation of ffmpeg has been bugging out

    Error :

    dyld: Library not loaded: /usr/local/lib/libx264.142.dylib
     Referenced from: /usr/local/bin/ffmpeg
     Reason: image not found
    Trace/BPT trap: 5

    Any thoughts ? I’m not very familar with manual compiling and I installed ffmpeg through Homebrew.

    I tried uninstalling and doing :

    brew install ffmpeg --HEAD
    brew install ffmpeg --build-from-source

    but it spits back a ./configure error

    ==> ./configure --prefix=/usr/local/Cellar/ffmpeg/2.4.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample
    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solve the problem.

    READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting

    These open issues may also help:
    gpac 0.5.0 doesn't build against ffmpeg 2.4.1 (https://github.com/Homebrew/homebrew/issues/32978)
  • Revision f7f0eaa581 : Add adaptation option for VBR. Allow min and maxQ to creep when the undershoot

    13 octobre 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_firstpass.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Add adaptation option for VBR.

    Allow min and maxQ to creep when the undershoot
    or overshoot exceeds thresholds controlled by the
    command line under_shoot_pct and over_shoot_pct
    values.

    Default is 100%,100% which disables adaptation.

    Derf results for example undershoot% / overshoot% :-

    Head :- Mean abs (%rate error) = 14.4%

    This check in :-
    25%/25% - Mean abs (%rate error) = 6.7%
    PSNR hit -1% SSIM -0.1%

    5% / 5% - Mean abs (%rate error) = 2.2%
    PSNR hit -3.3% SSIM - 1.1%

    Most of the remaining error and most of the quality hit is
    at extreme data rates. The adaptation code still has an
    exception for material that is in effect static so that we
    don’t over adjust and over spend on YT slide show type
    content.

    (Rebase of If25a2449a415449c150acff23df713e9598d64c9
    to resolve a auto-merge error)

    Change-Id : Iec4e1613ef0d067454751d8220edb7058dfbd816