Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (102)

  • 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

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (7922)

  • advanced ffmpeg compression control

    18 juillet 2017, par Daniel Mahler

    I am using very aggressive video compression, eg -crf 51. I am using this for ’artistic’ effect, so what I am doing may not make sense from a normal video compression point of view.

    So far I have only been using very basic compression control using only the -crf or -b:v flags. The results look like ffmpeg divides images into square patches and the makes smooth approximations within the patches. This gives 2 control dimensions to the process : the patch size and the aggressiveness of the smoothing within the patches.

    It have found that ffmpeg uses both parameters to some extent, but there appears to be an absolute maximum patch size in pixels beyond which it will not go regardless of the frame size.
    After that it will only increase compression by reducing the detail within the patches.

    This is suboptimal for high resolution video, where this becomes equivalent to reducing the resolution. The problem is particularly noticeable on fractal like images which have large featureless region as well as regions of high detail.

    How can I tell ffmpeg to increase the maximum patch size and retain more detail within the patches ?

  • Error using ffmpeg eq filter [duplicate]

    29 juin 2017, par user3216525

    This question already has an answer here :

    When trying to enhance a video using the following command :

    ffmpeg —i input.mp4 -vf eq=contrast=1.04:brightness=0.0:saturation=1.3:gamma=1.25 output.mp4

    I get the following error message :

    [NULL @ 0x7fe4d900ac00] Unable to find a suitable output format for '—i'
    —i: Invalid argument

    The equivalent ffplay command does work :

    ffplay input.mp4  -vf eq=contrast=1.04:brightness=0.0:saturation=1.3:gamma=1.25

    Any ideas ?

    Thanks in advance !

  • h264_sei : Add namespace prefix to all SEI values

    15 mai 2017, par Mark Thompson
    h264_sei : Add namespace prefix to all SEI values
    

    This avoids confusion with equivalent H.265 SEI values when both are
    being used at the same time.

    • [DBH] libavcodec/h264_parser.c
    • [DBH] libavcodec/h264_sei.c
    • [DBH] libavcodec/h264_sei.h
    • [DBH] libavcodec/h264_slice.c
    • [DBH] libavcodec/vaapi_encode_h264.c