Recherche avancée

Médias (0)

Mot : - Tags -/publication

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

Autres articles (74)

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (9523)

  • How to optimize/speed up ffmpeg resizing

    16 février 2017, par ALM

    I am trying to quickly compress mp4 videos and wanted to know if there is a better way than I am currently using.

    ffmpeg -i orig.mp4 -preset ultrafast -vf scale=iw/5:-2 out.mp4

    This is currently being run for videos around 2-4 minutes long but I would like to get it as quick as possible. Are there other settings for ffmpeg I should use ?
    This is running on a i7 system with external GPU.

    Thank you

  • vaapi_h264 : Add encode quality option (for quality-speed tradeoff)

    13 avril 2016, par Mark Thompson
    vaapi_h264 : Add encode quality option (for quality-speed tradeoff)
    

    Only supported on VAAPI 0.36 and higher.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/vaapi_encode_h264.c
  • nvenc : Delay frame output to increase encoding speed

    25 juillet 2015, par Timo Rothenpieler
    nvenc : Delay frame output to increase encoding speed
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/nvenc.c
    • [DBH] libavcodec/nvenc.h
    • [DBH] libavcodec/nvenc_h264.c
    • [DBH] libavcodec/nvenc_hevc.c