I am currently trying to perform secondary editing on videos to test watermark extraction.
I am currently facing a few issues(the following operations are all completed in the "CapCut" application):
- Resized to 50% of its original size, the extracted watermark is garbled
- Rotated 180 degrees, the extracted watermark is garbled
- Flip the video, the extracted watermark text may have some inaccuracies
- Crop the video edges by 15%, and the remaining 75% of the extracted watermark results are correct. The watermark extracted after trimming the edge by 50% appears garbled
I want to know if these results are correct? I tried different videos using 'inference.av. py' to add and extract watermarks, and the results were similar to the above conclusion.