Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (105)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • 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 ;

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8318)

  • doc/general.texi : Adjust the notes on AviSynth

    12 mars 2014, par Stephen Hutchinson
    doc/general.texi : Adjust the notes on AviSynth
    

    FFmpeg provides local copies of these headers in compat/avisynth/,
    and there is no restriction against using 2.5.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/general.texi
  • Access to motion vector's (x, y) coordinate while using libx264 encoder

    8 mars 2022, par Rockland

    I want to know if it is possible to get motion vectors values (x, y) somehwhere in the enconding process while using libx264 encoder.

    &#xA;

    I have a project where I need to modify motion vectors values during encoding process.&#xA;What I want to do concretly is for exemple : motion_x = motion_x &#x2B; 1 and/or motion_y = motion_y -1

    &#xA;

    I want to know if it is possible to get motion vectors values (x, y) somehwhere in the enconding process while using libx264 encoder.

    &#xA;

    I have a project where I need to modify motion vectors values during encoding process.&#xA;What I want to do concretly is for exemple : motion_x = motion_x &#x2B; 1 and/or motion_y = motion_y -1

    &#xA;

    I know that it is possible to do that while using the standards ffmpeg encoders. Precisily in the function static int encode_picture(MpegEncContext *s, int picture_number) in the file mpegvideo_enc.c located in the ffmpeg's libavcodec directory, we can get and modify motion vector's values in the struct MpegEncContext (->current_picture.motion_val).&#xA;When I use libx264 encoder, this function is not called so I don't know where and how to do that.

    &#xA;

    Your help will be verry appreciated.

    &#xA;

  • doc/general.texi : clarify FDK-AAC licensing & usability

    7 juin 2018, par Gyan Doshi
    doc/general.texi : clarify FDK-AAC licensing & usability
    

    Mnetion it can be used to decode as well.

    • [DH] doc/general.texi