Posts: 309
Threads: 32
Joined: 2017 Oct
Thanks: 73
Given 148 thank(s) in 85 post(s)
Country:
Thanks, spoRv.
That would be the goal, but the other known HDTV source of the uncut version has the same logos (appears to be either a different capture of the same airing or a different airing of the same cut). The easily attainable HDTV versions are of the shorter cut, which wouldn't be helpful for a few other reasons (different colours, cropping).
Posts: 7,153
Threads: 601
Joined: 2015 Jan
Thanks: 1081
Given 1466 thank(s) in 963 post(s)
Country:
If the logo is transparent, there are good chances to remove it; if not, it would be harder... there are some delogo avisynth plugins, as well as virtualdub.
Posts: 309
Threads: 32
Joined: 2017 Oct
Thanks: 73
Given 148 thank(s) in 85 post(s)
Country:
Thanks spoRv. To me it doesn't look quite transparent, but there's more side text that may be. I'll make a project thread with some screenshots, we can discuss it there rather than derail the discussion here.
Posts: 309
Threads: 32
Joined: 2017 Oct
Thanks: 73
Given 148 thank(s) in 85 post(s)
Country:
Just as a follow up related to AutoOverlay, I'm at the point now where I have both my sources in 1080p but haven't yet tried to align them, and I have a few thoughts/queries.
1. Both sources have an extraneous screen at the beginning (logos that aren't important to the film, they're not the same between versions). Can something like MPEG Streamclip remove them (preferably without a reencode) before I get to the AutoOverlay stage itself?
2. Can AutoOverlay be tweaked so it can potentially use the SD source to mask the hardcoded subtitles? Or would something like DeSub be better for that?
Thanks!
Posts: 191
Threads: 2
Joined: 2017 Dec
Thanks: 12
Given 234 thank(s) in 86 post(s)
Country:
Posts: 7,153
Threads: 601
Joined: 2015 Jan
Thanks: 1081
Given 1466 thank(s) in 963 post(s)
Country:
Thanks!
What is number 2: Color interpolation disabling?
Posts: 193
Threads: 3
Joined: 2017 Sep
Thanks: 174
Given 162 thank(s) in 83 post(s)
Country:
I'm just imagining the future where we would open the AutoOverlay app, pull two or three video sources into the appt, select the masking parameters and the appt AutoAligns all of them into one video file...
Posts: 191
Threads: 2
Joined: 2017 Dec
Thanks: 12
Given 234 thank(s) in 86 post(s)
Country:
(2021-12-29, 09:27 PM)spoRv Wrote: Thanks!
What is number 2: Color interpolation disabling?
Possibility to exclude the colors which are not contained in the intersection area from color correction with interpolation="none".
Posts: 84
Threads: 1
Joined: 2020 Dec
Thanks: 87
Given 267 thank(s) in 49 post(s)
Country:
2022-01-17, 01:32 PM
(This post was last modified: 2022-01-17, 01:32 PM by Klexos.)
(2021-12-29, 09:25 PM)random.next Wrote: v0.5.1 released: https://github.com/introspected/AutoOver.../tag/0.5.1
@random.next
There might be bug with mode 5 in the latest version, instead of being like Mode 3 but filling out all the space around including border with ambilight, as it was before and described in the documentation, now it zooms in and crops the picture. Similar to mode 2.
Example:
Mode 2:
Mode 3:
Mode 5 in latest version (Broken?):
Posts: 191
Threads: 2
Joined: 2017 Dec
Thanks: 12
Given 234 thank(s) in 86 post(s)
Country:
2022-01-17, 06:45 PM
(This post was last modified: 2022-01-17, 06:49 PM by random.next.)
Code: a=ColorBars.Crop(100,0,-100,0)
b=ColorBars.Crop(0, 100,0,-100)
OverlayEngine(a, b).OverlayRender(a, b, debug=true, mode=5, width=b.Width, height=a.height)
Looks like there is no bug.
Let's try to reproduce it in sample script.
|