Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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