[Feature Request] Filter to exclude "AI Upscaled" sources #124

Closed
opened 2024-09-20 01:15:20 +00:00 by rich333000 · 12 comments
rich333000 commented 2024-09-20 01:15:20 +00:00 (Migrated from github.com)

Hey, was wondering if an option to filter out sources containing "AI Upscaled" in the file name could be implemented, similar to how 3D or CAM sources can be excluded from results. I keep seeing more and more of these lately and I really think they ruin the content to the point of being unwatchable, details like are blurry (watch Hard Rain lol) or usually frames are added for a smooth soap opera effect which can't be disabled.

Hey, was wondering if an option to filter out sources containing "AI Upscaled" in the file name could be implemented, similar to how 3D or CAM sources can be excluded from results. I keep seeing more and more of these lately and I really think they ruin the content to the point of being unwatchable, details like are blurry (watch Hard Rain lol) or usually frames are added for a smooth soap opera effect which can't be disabled.
Tikipeter commented 2024-09-20 01:32:35 +00:00 (Migrated from github.com)

Can you point me directly to an example. I searched the movie "Hard Rain", ran a scrape on the 1998 Thriller, and didn't get any links containing "AI Upscaled"

Maybe post a screen image of that result, or quote the result with more info.

Can you point me directly to an example. I searched the movie "Hard Rain", ran a scrape on the 1998 Thriller, and didn't get any links containing "AI Upscaled" Maybe post a screen image of that result, or quote the result with more info.
rich333000 commented 2024-09-20 02:34:28 +00:00 (Migrated from github.com)

Hard Rain actually just had "Upscaled" in the filename. Othere I've seen usually have "AI Upscaled". Both are bad to watch. I've attached 2 images for example

Hard Rain actually just had "Upscaled" in the filename. Othere I've seen usually have "AI Upscaled". Both are bad to watch. I've attached 2 images for example
rich333000 commented 2024-09-20 02:34:38 +00:00 (Migrated from github.com)

PXL_20240920_022924765 MP~2

![PXL_20240920_022924765 MP~2](https://github.com/user-attachments/assets/97ce8fe6-b40c-4ae9-9598-6e0423895d6b)
rich333000 commented 2024-09-20 02:35:36 +00:00 (Migrated from github.com)

PXL_20240920_022818108 MP~2

![PXL_20240920_022818108 MP~2](https://github.com/user-attachments/assets/c970d994-576a-4663-96f4-12df7eea4581)
Tikipeter commented 2024-09-20 03:21:38 +00:00 (Migrated from github.com)

Upscaled would be fine to identify with. Parsing the name of the file is the only way to identify characteristics. So I need a string that's common, or a list of strings that are common for this type of video. Only then can it be filtered out.

If you notice any other taggings for this type of file other than upscaled let me know.

Maybe that will be enough to idenify these file types.

`Upscaled` would be fine to identify with. Parsing the name of the file is the only way to identify characteristics. So I need a string that's common, or a list of strings that are common for this type of video. Only then can it be filtered out. If you notice any other taggings for this type of file other than `upscaled` let me know. Maybe that will be enough to idenify these file types.
OfficerKD637 commented 2024-09-20 07:00:51 +00:00 (Migrated from github.com)

I've also seen AI Enhanced pop up as one of the tags. The example below is 'Man Of Steel'

image

I've also seen **AI Enhanced** pop up as one of the tags. The example below is 'Man Of Steel' ![image](https://github.com/user-attachments/assets/a7748797-b42b-4aea-8086-f8f44a9da941)
Tikipeter commented 2024-09-20 22:55:01 +00:00 (Migrated from github.com)

If I use upscaled and enhanced (without the ai suffix) do you know of any false positives that may arise? Are those 2 strings used in situations other than this AI tomfoolery?

If I use `upscaled` and `enhanced` (without the `ai` suffix) do you know of any false positives that may arise? Are those 2 strings used in situations other than this AI tomfoolery?
rich333000 commented 2024-09-21 02:45:34 +00:00 (Migrated from github.com)

I've googled around a bit the only other thing I could find of interest is
some are either Enhance or Enhanced and Upscale or Upscaled.

I couldn't think of any false positives.

On Sat, 21 Sept 2024, 12:36 Tikipeter, @.***> wrote:

Closed #124 https://github.com/Tikipeter/tikipeter.github.io/issues/124
as completed.


Reply to this email directly, view it on GitHub
https://github.com/Tikipeter/tikipeter.github.io/issues/124#event-14347633231,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/BEXOLPEQUK7EU5PGXJMQ3TTZXTLTTAVCNFSM6AAAAABORAYZZSVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGM2DONRTGMZDGMI
.
You are receiving this because you authored the thread.Message ID:
@.***
com>

I've googled around a bit the only other thing I could find of interest is some are either Enhance or Enhanced and Upscale or Upscaled. I couldn't think of any false positives. On Sat, 21 Sept 2024, 12:36 Tikipeter, ***@***.***> wrote: > Closed #124 <https://github.com/Tikipeter/tikipeter.github.io/issues/124> > as completed. > > — > Reply to this email directly, view it on GitHub > <https://github.com/Tikipeter/tikipeter.github.io/issues/124#event-14347633231>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/BEXOLPEQUK7EU5PGXJMQ3TTZXTLTTAVCNFSM6AAAAABORAYZZSVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGM2DONRTGMZDGMI> > . > You are receiving this because you authored the thread.Message ID: > ***@***.*** > com> >
Tikipeter commented 2024-09-21 06:14:26 +00:00 (Migrated from github.com)

I appreciate you taking the time. That was good of you.

I will include enhance and upscale in the next update. I've done enough damage today to touch anything now.

I appreciate you taking the time. That was good of you. I will include enhance and upscale in the next update. I've done enough damage today to touch anything now.
OfficerKD637 commented 2024-09-21 15:37:39 +00:00 (Migrated from github.com)

I'm really sorry to comment on a closed issue, but I think 'IMAX ENHANCED' could be one of the false positives that could pop up here.
I will try to find some examples and post here later.

I'm really sorry to comment on a closed issue, but I _think_ 'IMAX ENHANCED' could be one of the false positives that could pop up here. I will try to find some examples and post here later.
Tikipeter commented 2024-09-25 00:52:22 +00:00 (Migrated from github.com)

Thanks OfficerKD637.

I'll check if the file is tagged as IMAX before dealing with the enhanced tags.

Thanks OfficerKD637. I'll check if the file is tagged as IMAX before dealing with the enhanced tags.
OfficerKD637 commented 2024-09-25 07:24:38 +00:00 (Migrated from github.com)

Thank you so much Peter! You're the best!

Thank you so much Peter! You're the best!
Sign in to join this conversation.
No description provided.