Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (90)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (13043)

  • FFmpeg to trim, pause and speed up

    4 septembre 2020, par João Abrantes

    I have a single video and I want to transform it in the following way :

    


    From the beginning of the video until the end_of_part_1 I want the video to be at 1x speed.
Then I want the frame of the video at end_of_part_1 to be rendered for one second (with silent audio).
From the next frame to the end_of_part_2 I want the video to be played at 2x speed.
From the frame after end_of_part_2 to the end I want the video to be played at 1x.

    


    What is the best way to achieve this with FFmpeg ?

    


  • Revision 7a33712475 : Change last_partition_redo_frequency for speed 3 From 3 to 2, which seems to be

    3 septembre 2014, par Yaowu Xu

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



    Change last_partition_redo_frequency for speed 3

    From 3 to 2, which seems to be slightly positive on compression for
    all test sets, also reduces encoding time by 2%-5%, varying on the
    test clips.

    Change-Id : If045417bd27311700c919b4a335eff0dc1130ae0

  • can we runtime change video playback speed using ffmpeg ? [closed]

    17 février 2021, par vbv_at_gd

    I am trying to create video player application which has one feature that change runtime playback speed for example if user set playback speed (using seekbar value) then video play in slow-motion of fast forward for that particular time.

    


    But FFMPEG create new video and so i want to avoid new video creation every time.