Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (64)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (9984)

  • tests/tiny_ssim : drop isatty() support

    21 février 2014, par Michael Niedermayer
    tests/tiny_ssim : drop isatty() support
    

    tiny_ssim is build on the host, not the target and the HAVE_* are set for the
    target.
    This patch fixes building tiny_ssim when HAVE_* differed between target and host

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

    • [DH] tests/tiny_ssim.c
  • Revision 704028d435 : Experimental rate control change. When the codec in VBR (or cq) mode hits its m

    7 octobre 2013, par Paul Wilkins

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



    Experimental rate control change.

    When the codec in VBR (or cq) mode hits its max q limits and is
    struggling to hit a target bandwidth, the bit target per frame collapses.

    In the first instance normal frames cap out at the maximum allowed
    Q and then the ARF and GFs do the same. This latter behavior is not
    generally desirable as GFs and ARFs are only effective from a quality
    and data rate perspective if they have at lease some level of -Q delta
    compared to the surrounding frames.

    In this patch I define a separate max Q for GFs and ARFs that is
    derived from but somewhat lower than that defined for normal frames.
    In effect there is a minimum Q delta that will always be available for
    GFs and ARFs regardless of the target rate and MAXQ setting.

    This may of course mean that the absolute lowest rate obtainable for
    a given clip is somewhat higher.

    Change-Id : I268868b28401900d0cd87e51e609cd3b784ab54a

  • Piwik is now using Github issues as our Issue Tracker !

    9 juillet 2014, par Matthieu Aubry — Community, Development

    This is an announcement regarding the Issue Tracker used for the Piwik project. We are excited to announce that Piwik has migrated from Trac to now using Github issues for managing our issues !

    More than 5,400 tickets and 20,000+ comments from 1,000+ users were migrated to Github. Read on for more information.

    Where do I find Piwik Issue Tracker ?

    Benefits of using Github Issues for the Piwik project

    There are several advantages of moving to Github issues :

    • Faster and responsive user interface
    • Better cross-project referencing of issues
    • Ability to notify people with the @username functionality
    • No spam
    • Integration with Pull requests and our Git repository

    How do I get notifications for all Piwik tickets ?

    To receive notifications for new tickets or new comments in the Piwik project, go to github.com/piwik/piwik, then click the Watch button at the top of the page.

    In Github, watching a repository lets you follow new commits, pull requests, and issues that are created.

    How do I report a bug in Piwik ?
    See Submitting a bug report.

    How do I suggest a new feature ?
    See Submitting a feature request.

    Next steps

    At Piwik we care a lot about Data ownership. For this reason we need to have an up to date copy of all our tickets and comments out of github.com servers. Our next step will be to create and release as open source a tool to let anyone create a Mirror of their Github issues. See #5299.

    For more information about the Trac->migration, see #5273.

    We look forward to reading your issues on Github !