Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (45)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6298)

  • how to speed up video and add watermark using ffmpeg

    30 octobre 2017, par 1234567

    How can we speed up video and add watermark using ffmpeg

    for speed up video we have this command

    ffmpeg -i input.mp4 -filter_complex "[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]" -map "[v]" -map "[a]" output.mp4

    for water mark we use

    "-y", "-i", j, "-i", image1, "-i", image2, "-i", image3, "-filter_complex",
                  "[0:v][1:v] overlay=0:0:enable='between(t,1,2)'[tmp];" +
                          "[tmp][2:v] overlay=0:0:enable='between(t,5,7)'[tmp];"+
                          "[tmp][3:v] overlay=0:0:enable='between(t,9,11)'",
                   "-c:v","libx264",  "-preset", "ultrafast", out;

    how can we merge bot commands I have various commands
    like this

       ""-y", "-i", j, "-i", image2, "-i", image2, "-i", image2, "-filter_complex",
        "[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]" +
                "[1:v] overlay=0:0:enable='between(t,1,2)'[tmp];" +
                     "[tmp][2:v] overlay=0:0:enable='between(t,5,7)'[tmp];"+
                       "[tmp][3:v] overlay=0:0:enable='between(t,9,11)'",
               "-map", "[v]", "-map", "[a]", "-b:v", "2097k", "-r", "60", "-vcodec", "mpeg4",
                 "-preset", "ultrafast", out"

    how can we speed video and add watermark

    the error that i get is

    [AVFilterGraph @ 0xac59c530] No output pad can be associated to link label '1:v'.
    Error initializing complex filters.
  • Revision f60a1178c6 : Cleanup motion search speed features. * Replace max_step_search_steps with cons

    1er juillet 2014, par Alex Converse

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


     Modify /vp9/encoder/vp9_mcomp.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h


     Modify /vp9/encoder/vp9_temporal_filter.c



    Cleanup motion search speed features.

    * Replace max_step_search_steps with constant MAX_MVSEARCH_STEPS
    * Fold (reduce_first_step_size + speed > 5) into reduce_first_step_size
    replacing uses of reduce_first_step_size that don’t add the speed
    check with zero.

    Change-Id : Iae46395dbf3eaca138bf4d18b838a9e364b5a198

  • Revision f15cdc7451 : Enable kf restrictions at speed 4 Change-Id : I453409d3be3f5fe118b15affde45cb521

    30 août 2013, par Paul Wilkins

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



    Enable kf restrictions at speed 4

    Change-Id : I453409d3be3f5fe118b15affde45cb52184aef20