Hello guest, if you like this forum, why don't you register? https://forum.fanres.com/member.php?action=register (December 14, 2021) x


Help needed to remove hard-coded subtitles

5 Replies, 6508 Views

The movie Symbol has had only one Blu-ray release in Japan. Unfortunately, it has hard-coded subtitles on the non-Japanese speaking dialogue. [Image: eef4c1405709121.jpg]

There is, however, a PAL DVD of this movie which doesn't have hard-coded subs.
[Image: a69d63405709126.jpg]

I would like to use the DVD to patch over the subtitles, keeping most of the BD resolution, but removing the subtitles.
[Image: 99527b405709132.jpg]

Unfortunately, I don't know how to do this with video. Can someone give me some helpful information on how to do this?
First, you have to align both temporally and spatially; then, you must find the best de-logo filter - there are many, but you must test them, as they are usually used to remove TV stations logo... but AFAIR they were used to remove hardcoded subs, too!
Sadly my projects are lost due to an HDD crash... Sad
Fundamental Collection | Vimeo channel | My blog
don't know if this will help, but in cases like this it helps to see if there is an HDTV or web-dl version as it would be better quality than upscaling dvd footage. depending on what method you use to get rid of the subtitles, you will have a crappy to "so-so" result. It can be done, but it would be relatively time-consuming as unlike getting rid of a tv-logo, (which is usually stationary) here the subtitles are constantly changing, therefore your adjustments for the de-logo script or manual patching with alternate footage (i.e. dvd or other) will constantly be changing. how much of the footage (in real-time) is there actually in this movie? is it just a few scenes or is it most of the movie? if it's just a few scenes then invest the time into using google searching for something like "de-logo avisynth" or similar and take the time to learn a little bit about how to do this. I did something similar myself a while back and discovered that you really have to do some homework because one method that might work for me on one type of footage will produce garbage on others. you need to do some tests and determine what works best for your footage. i know it's not the answer you were looking for, but it's an honest answerWink
I've found an avisynth script that seems to do a pretty good job. I need to do further testing, though.
Found lately a new filter, that could help you: exinpaing - really promising, give it a try!
Sadly my projects are lost due to an HDD crash... Sad
Fundamental Collection | Vimeo channel | My blog
Here's the AviSynth script I've been using:

bg = AviSource("Clip1.avi").ConvertToRGB32()
mk = Imagesource("mask.jpg").ConvertToRGB32()
top = AviSource("Clip2.avi").ConvertToRGB32().Mask(mk)
Layer(bg, top)

It uses a mask layer defined by the JPEG, which allows you to control which part of the top layer is visible. It's a good and simple way of layering the DVD footage over the subtitles.

I was going to post a clip here, but it was blocked on YouTube on copyright grounds. Sad

Possibly Related Threads…
Thread Author Replies Views Last Post
  [Help] UltraHD Blu-ray player owners needed! spoRv 13 1,298 2021-12-06, 12:48 PM
Last Post: spoRv
  minimum audio bit-depth needed... spoRv 10 2,049 2021-09-02, 11:24 PM
Last Post: spoRv
  HDD/SSD speed needed for 4K and 8K spoRv 6 3,419 2019-03-08, 12:53 AM
Last Post: TomArrow
Information there are certainly areas that a 10K rpm hard drive would offer benefits over an SSD spoRv 0 1,185 2019-02-18, 03:01 AM
Last Post: spoRv
  Hard disk configuration spoRv 8 5,785 2018-04-05, 10:44 AM
Last Post: Booshman
Sad Help! Hard disk death... spoRv 5 4,185 2017-06-15, 07:33 PM
Last Post: Feallan
  Strange hard disk behaviours... spoRv 10 6,293 2017-02-05, 04:08 AM
Last Post: spoRv



Users browsing this thread: 1 Guest(s)