ffmpeg - Turn off intra prediction in h265 -
i'm using ffmpeg encode images h265 (hevc) videos , i'm wondering - there way turn off intra prediction, inter prediction used? (edit: or force using inter prediction?) couldn't find among these commands https://x265.readthedocs.org/en/default/cli.html.
you can't that. inter prediction use correlation between pictures (frames) make motion-compensated prediction. in order make inter prediction must have reference frame @ first place. reason first frame inside gop intra , intra frame used inter prediction.
Comments
Post a Comment