Hi,
I need to erase titles from a video. I am thinking of a filter that could do it. In principle that should be possible. As normally titles are made using a single color (unless there is a border), one could specify the color and then the filter could detect all pixels with that color and replace them with the nearest background. But does a filter like that exist? (I tried average and blur filters but the effect was not exactly as I would like.) Maybe there are some third party filters that could do this?
Would appreciate any suggestions
Is there a way to erase titles from a video?
-
- Posts: 1946
- Joined: Wed Mar 14, 2012 3:28 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- Location: Deep River, Ontario, Canada
Re: Is there a way to erase titles from a video?
Your best bet is to google for "remove text from video". You will get lots of hits
-
- Posts: 885
- Joined: Thu Jul 16, 2015 12:23 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- processor: i7-3632QM 2.2 GHz
- ram: 16GB
- Hard_Drive_Capacity: 1TB
- Corel programs: X4, X5, X6, X7, X8, X9, X10, 2018, 2019
- Location: Canada
Re: Is there a way to erase titles from a video?
Without seeing a captured frame, it's hard to say. That being said, if the text is at the bottom of the frames then perhaps you could simply crop it out. An alternative would be the brute force approach of overlaying an object or text on top of the existing text.ldor wrote:I need to erase titles from a video.
Your filter idea sounds dubious, since for example, if the text was white and the frames contained scenes with snow and/or clouds, then you'd end up with a mess.ldor wrote:As normally titles are made using a single color (unless there is a border), one could specify the color and then the filter could detect all pixels with that color and replace them with the nearest background
tletter
https://www.youtube.com/user/tletter
- Davidk
- Posts: 1792
- Joined: Wed Nov 26, 2008 12:08 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: Gigabyte H97M-D3H
- processor: Intel core i3 3_7ghz dual core processor
- ram: 8Gb
- Video Card: on-motherboard Intel HD 4400 graphics chipset
- Hard_Drive_Capacity: 5_8Tb
- Monitor/Display Make & Model: HP E240c video conferencing monitor
- Corel programs: VideoStudio X9,X10,2018,2019,2020
- Location: Brisbane Australia
Re: Is there a way to erase titles from a video?
In addition . . assuming the video in question has been captured from somewhere like YT
It depends on where in the video the titles occur, and for how long:
1. at the start - for a few seconds? just trim them out.
2. at the bottom - as for example the progress/duration time in a YT clip - the cropping suggestion already made is how I get rid of them when I have to do this.
If the titles are not large, are all the same colour and they stand out from the background (sort of basic but needs saying) you could try a green screen approach, but what would you replace them with would not equally stand out??
It depends on where in the video the titles occur, and for how long:
1. at the start - for a few seconds? just trim them out.
2. at the bottom - as for example the progress/duration time in a YT clip - the cropping suggestion already made is how I get rid of them when I have to do this.
If the titles are not large, are all the same colour and they stand out from the background (sort of basic but needs saying) you could try a green screen approach, but what would you replace them with would not equally stand out??