kvazaar
kvazaar copied to clipboard
Extracting each tile separately
Say I specify the 4 X 4 tiles when I am encoding to hevc. Can I specify the tile number and get the video enclosed in that tile for a time period?
Hi,
Never tried to do this so myself.
There is the MCTS Extractor in the HEVC reference software (https://vcgit.hhi.fraunhofer.de/jct-vc/HM/-/raw/master/doc/software-manual.pdf?inline=false) but Kvazaar does not implement the required SEI messages for this to work.
Then there is mp4box that can split the tiles into separate tracks (https://github.com/gpac/gpac/wiki/HEVC-Tile-based-adaptation-guide) but I'm not sure if you can extract the individual tiles in a format that is suitable for your use case.
Say I specify the 4 X 4 tiles when I am encoding to hevc. Can I specify the tile number and get the video enclosed in that tile for a time period?
Hey @mrigankchugh, did you find a way to do this? If yes, please share