To add multiprocessing, I performed grav1synth diff on multiple clips made from a single video. Specifically I made source and denoised source using av1an and I'm performing the diff operation on the chunks generated before concatenation, and I was hoping to combine the generated tables to apply to the concatenated file. I was hoping I could offset the start and end times of each segment based on the timestamps from the previous grain table file, but the last segment end time of each grain table file is always "9223372036854775807". Here are the first 3 grain table files:
1st Table
To add multiprocessing, I performed grav1synth diff on multiple clips made from a single video. Specifically I made source and denoised source using av1an and I'm performing the diff operation on the chunks generated before concatenation, and I was hoping to combine the generated tables to apply to the concatenated file. I was hoping I could offset the start and end times of each segment based on the timestamps from the previous grain table file, but the last segment end time of each grain table file is always "9223372036854775807". Here are the first 3 grain table files: 1st Table
2nd Table
3rd Table
As is I have no way of telling when the last segment of each file should end and the next segment in the next file should start.