2019-01-06 21:58 GMT+01:00, NDJORE BORIS <[email protected]>: > What I want to edit motion vectors value > while using encode_picture function of mpegvideo_enc.c file. The value of > p_mv_table > <https://www.ffmpeg.org/doxygen/0.6/structMpegEncContext.html#ee8d921a05a0725e94a3b52c4d4998af> > )[2] of MpegEncContext structure is changed. > I don't know how to do then I insert a function in mpegvideo_enc.c file.
Look at the export_mvs decoding flag and the codecview filter to see how to use motion vectors with current FFmpeg. Please do not top-post here, find out what it means if you don't know. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
