Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (56)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (6211)

  • avformat/rawdec : Deduplicate AVClasses based upon ff_rawvideo_options

    7 juin 2021, par Andreas Rheinhardt
    avformat/rawdec : Deduplicate AVClasses based upon ff_rawvideo_options
    

    The child_class_next API relied on different (de)muxers to use
    different AVClasses ; yet this API has been replaced by
    child_class_iterate.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/ingenientdec.c
    • [DH] libavformat/rawdec.c
    • [DH] libavformat/rawdec.h
  • Extract single frame based on position provided by subtitle/srt file and generate video of extracted stills

    22 décembre 2022, par lars.schwarz

    I'm looking into doing something that probably can't be done with simple ffmpeg cli commands :

    &#xA;

      &#xA;
    1. Extract single frames from video based on a provided srt file

      &#xA;

    2. &#xA;

    3. Generate a new video (same length as the original) but generated from the still images extracted with 1.

      &#xA;

    4. &#xA;

    &#xA;

    Example :

    &#xA;

    Video is 1 minute, srt file holds 2 subtitles at 00:00:15 and 00:00:25.

    &#xA;

    Extract 2 stills/frames and save them as still_00_00_15.jpg and still_00_00_25.jpg

    &#xA;

    Generate a new video that is 1 minute and only consits of these 2 images on their respective/original timestamps so the generated video of still images can be used with the original srt file.

    &#xA;

    Is this something that can be achieved using just ffmpeg cli or should I build it using pyffmpeg ? More importantly : is there a name for this type of process and existing tools/libs for doing something like that or is this something so uncommong I need to build it myself anyway ?

    &#xA;

  • Revision a3a4a34c60 : Merge "vp9_ethread : the tile-based multi-threaded encoder"

    5 décembre 2014, par Yunqing Wang

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encoder.c


     Modify /vp9/vp9cx.mk



    Merge "vp9_ethread : the tile-based multi-threaded encoder"