
Recherche avancée
Autres articles (105)
-
Gestion de la ferme
2 mars 2010, parLa 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, parPar 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, parMediaspip 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 -
Access to motion vector's (x, y) coordinate while using libx264 encoder
8 mars 2022, par RocklandI want to know if it is possible to get motion vectors values (x, y) somehwhere in the enconding process while using libx264 encoder.


I have a project where I need to modify motion vectors values during encoding process.
What I want to do concretly is for exemple :
motion_x = motion_x + 1
and/ormotion_y = motion_y -1


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


I have a project where I need to modify motion vectors values during encoding process.
What I want to do concretly is for exemple :
motion_x = motion_x + 1
and/ormotion_y = motion_y -1


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 filempegvideo_enc.c
located in the ffmpeg's libavcodec directory, we can get and modify motion vector's values in the structMpegEncContext
(->current_picture.motion_val)
.
When I use libx264 encoder, this function is not called so I don't know where and how to do that.

Your help will be verry appreciated.


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