Recherche avancée

Médias (0)

Mot : - Tags -/médias

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

Autres articles (63)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (10050)

  • lavfi/show_palette : fix memory leak

    4 décembre 2015, par Ganesh Ajjanagadde
    lavfi/show_palette : fix memory leak
    

    Recent commits 6aaac24d72a7da631173209841a3944fcb4a3309 and
    3835554bf8ed78539a3492c239f979c0ab03a15f made progress towards cleaning
    up usage of the formats API, and in particular fixed possible NULL pointer
    dereferences.

    This commit addresses the issue of possible resource leaks when some intermediate
    call fails. Unfortunately, even leaving aside this subtle intermediate
    failure aspect, commit 8087632027d755cd32ccc9e91ea025e276197055 was only
    partially successful in addressing memleaks. Hopefully, this commit
    fixes the issue completely.

    Tested with valgrind —leak-check=full —show-leak-kinds=all, and manual simulation
    of malloc/realloc failures.

    Fixes : CID 1270818.

    Reviewed-by : Clément Bœsch <u@pkh.me>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavfilter/vf_showpalette.c
  • FFmpeg - How do I set audio language and subtitles when converting videos ?

    7 mai 2022, par mereMolf

    I have a handful of mkv video files that happen to have English and Japanese audio tracks along with english subtitles. I want to convert them all to webm files and keep only the Japanese audio with English subtitles.

    &#xA;

    How do I do that ?

    &#xA;

    Specifically, I use QWinFF, a GUI frontend to FFmpeg.&#xA;Under the Advanced options, I use the following parameters

    &#xA;

    -f webm -vcodec libvpx -g 120 -level 216 -profile:v 0 -qmax 25 -qmin 10 -rc_buf_aggressivity 0.95 -vb 480k -acodec libvorbis -aq 90&#xA;

    &#xA;

    Any help would be appreciated.&#xA;Thanks.

    &#xA;

  • avcodec/nvenc : Add bluray_compat basic implementation

    30 décembre 2016, par Miroslav Slugen
    avcodec/nvenc : Add bluray_compat basic implementation
    

    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/nvenc.c
    • [DH] libavcodec/nvenc.h
    • [DH] libavcodec/nvenc_h264.c
    • [DH] libavcodec/nvenc_hevc.c
    • [DH] libavcodec/version.h