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?
Moderator: Ken Berry
-
canuck
- Posts: 2037
- 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
-
tletter
- Posts: 1278
- Joined: Thu Jul 16, 2015 12:23 am
- System_Drive: C
- 32bit or 64bit: 64 Bit
- processor: i7-3632QM
- ram: 16GB
- Video Card: NVIDIA RTX 3080
- Hard_Drive_Capacity: 1TB
- Corel programs: X4,X5,X6,X7,X8,X9,X10,2018,2019,2021
- 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: 2090
- Joined: Wed Nov 26, 2008 12:08 pm
- System_Drive: C
- 32bit or 64bit: 64 Bit
- motherboard: ASUS Prime B660M-K D4
- processor: Intel core i3-12100 3_3ghz quad core processor
- ram: 16Gb
- Video Card: on-motherboard Intel UHD 730 graphics chipset
- Hard_Drive_Capacity: 6Tb
- Monitor/Display Make & Model: HP E240c video conferencing monitor
- Corel programs: VideoStudio: 2022, 2023
- 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??
