Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Extract video encoding info (motion vector, skip mode, CU/PU/TU partitions) from H.265/HEVC stream

Notifications You must be signed in to change notification settings

mintaka33/extract-h265-encode-mode

Repository files navigation

extract-h265-encode-mode

Extract video encoding info (like motion vector, skip mode, CU/PU/TU partitions) from H.265/HEVC stream

Build HM

cd build
cmake ..\HM-master

generate encode mode dump log

TAppDecoder.exe -b test.265 >dump.log

convert dump to map

python convert.py dump.log

result

skip mode map (each pixel/flag represents one 4x4 block)

skip

zero mv map (each pixel/flag represents one 4x4 block)

zeromv

skip + zeromv map (each pixel/flag represents one 4x4 block)

skip+zeromv

About

Extract video encoding info (motion vector, skip mode, CU/PU/TU partitions) from H.265/HEVC stream

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

AltStyle によって変換されたページ (->オリジナル) /