Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (58)

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

  • lavc/movtextenc : add option to scale fontsize with height

    5 avril 2020, par John Stebbins
    lavc/movtextenc : add option to scale fontsize with height
    

    If the video dimensions are different than the ASS play_res then the
    font sizes need to be adjusted to get the same apparent render size.

    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] libavcodec/movtextenc.c
  • How can ffmpeg scale videos to the same size, preserving their aspect ratio ?

    4 avril 2020, par GreenTriangle

    (I have searched similar questions and haven't found anything that works the way I describe here.)

    &#xA;&#xA;

    I have a number of videos of varying sample and display aspect ratios(and different framerates and timebases). I want to concatenate them into one long video, like a playlist, which means re-encoding them. I want them to scale up or down to fit within the desired output size (768x432), preserving their aspect ratio by pillarboxing when necessary.

    &#xA;&#xA;

    I've tried -vf scale=768:432:force_original_aspect_ratio=decrease,pad=768:432:(ow-iw)/2:(oh-ih)/2, which produces a 768x432 16:9 video from a 16:9 input... but squishes it vertically and adds pillarboxing anyway. (The input is 720x480 with a 32:27 sample aspect ratio. Input of a 10:11 SAR, 4:3 DAR 704x480 video works.)

    &#xA;

  • avcodec/lagarith : Sanity check scale

    28 janvier 2020, par Michael Niedermayer
    avcodec/lagarith : Sanity check scale
    

    A value of 24 and above can collaps the range to 0 which would not work.

    Fixes : Timeout (75sec -> 21sec)
    Fixes : 18707/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_LAGARITH_fuzzer-5708950892969984

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/lagarith.c