Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (84)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (9800)

  • aacenc_tns : tune and reduce artifacts

    6 décembre 2015, par Rostislav Pehlivanov
    aacenc_tns : tune and reduce artifacts
    

    There are a couple of major changes here :

    1. Start using TNS coefficient compression.
    2. Start using 3 bits per coefficient maximum for short windows.
    The bits we save from these 2 changes seem to make a nice impact on the
    rest of the file/windows.

    3. Remove special case gain checking for short windows.
    4. Modify the coefficient loop to support up to 3 windows.
    The additional restrictions on TNS were something that was no in the
    specifications and furthermore restricting TNS to only low energy short
    windows was done to compensate for bugs elsewhere in the code.

    Overall, the improvements here reduce crackling artifacts heard in very
    noisy tracks.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc_tns.c
  • Why is ffmpeg not showing SSIM results when I do -tune ssim ?

    4 février 2016, par Melanie Sclar

    I’m trying to benchmark for SSIM in FFmpeg. If I do this

    ffmpeg -i input.mp4 -vf vidstabtransform,unsharp=5:5:0.8:3:3:0.4 -psnr -ssim 1 output.mp4

    ...
    [libx264 @ 0x7fe85b007600] SSIM Mean Y:0.9898484 (19.935db)
    [libx264 @ 0x7fe85b007600] PSNR Mean Y:47.666 U:54.805 V:54.799 Avg:49.010 Global:48.071 kb/s:2595.20

    I get the SSIM and PSNR in the command line. If I add the -tune, I don’t get these results anymore. What is happening ?

  • Fine-tune of frame’s size predictors at ratecontrol start

    16 juillet 2015, par Anton Mitrofanov
    Fine-tune of frame’s size predictors at ratecontrol start
    

    This is attempt to improve VBV at start of video with a lot of threads which
    delay feedback for predictors.

    • [DH] encoder/ratecontrol.c