I'm trying to debug the partitioning process in aomenc, specifically to gather information about partition modes, block sizes, and block positions within the frame. I believe the correct approach is to configure the build with:
After compiling with these options, I understand that a file named part_timing.csv is generated, which should contain the relevant partitioning data.
However, I have a few questions:
Any guidance or additional documentation pointers would be greatly appreciated.
I'm trying to debug the partitioning process in aomenc, specifically to gather information about partition modes, block sizes, and block positions within the frame. I believe the correct approach is to configure the build with:
-DCMAKE_BUILD_TYPE=Debug -DCONFIG_COLLECT_PARTITION_STATS=1After compiling with these options, I understand that a file named part_timing.csv is generated, which should contain the relevant partitioning data.
However, I have a few questions:
- Is this the correct way to enable partition debugging in aomenc?
- What exactly does the part_timing.csv file contain? How can I interpret the values related to partition modes, block sizes, and block positions?
- Are there any additional build or runtime flags required to ensure that all the detailed partitioning information is captured?
Any guidance or additional documentation pointers would be greatly appreciated.
--
You received this message because you are subscribed to the Google Groups "AV1 Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to av1-discuss...@aomedia.org.
To view this discussion visit https://groups.google.com/a/aomedia.org/d/msgid/av1-discuss/599c0abd-6189-4082-986e-9b6b377aed09n%40aomedia.org.