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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -