Recherche avancée

Médias (0)

Mot : - Tags -/tags

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

Autres articles (112)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (9616)

  • ffmpeg 'av_seek_frame()' not work in bink video

    19 juillet 2020, par ghoflvhxj

    I'm trying to play video in my game by using ffmpeg-avformatlib library.

    


    'av_seek_frame()' work correctly when open '.avi' file.

    


    but if open .bik file, it's not work however the function return 0(success) and seek to 0 frame.

    


    anyone who know about this problem ? :( please tell me please...

    


    void CMovie::Play(const Time startFrame, const Time endFrame, const bool loop/* = false*/)
{
    ...
    if (m_bStart)
    {
        av_seek_frame(GetFormatContext(), GetVideoStreamIndex(), startFrame, AVSEEK_FLAG_FRAME);
        m_bStart = false;
    }
    ...
}


    


    i uploaded sample video player and video which call 'av_seek_frame()' to seek.

    


    play fire.bik and click left or right button, you can see seek to 0 frame. it's same as my program.

    


    check it please.
https://drive.google.com/file/d/1DVrX3EOzjxSfEA4EYpeSREaE2RLhB28Q/view?usp=sharing

    


  • avcodec/vp3 : Move work after ff_thread_finish_setup

    11 août 2022, par Andreas Rheinhardt
    avcodec/vp3 : Move work after ff_thread_finish_setup
    

    all_fragments is not synced between threads ; resetting it can wait.

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

    • [DH] libavcodec/vp3.c
  • configure : fix —disable-v4l2-m2m can't work

    4 septembre 2019, par Jun Zhao
    configure : fix —disable-v4l2-m2m can't work
    

    Use the command ./configure with/without —disable-v4l2-m2m test.

    Reviewed-by : Aman Gupta <aman@tmm1.net>
    Signed-off-by : Jun Zhao <barryjzhao@tencent.com>

    • [DH] configure