Is there any method to removed hardcoded subtitles without cropping? are there any AI tools that can do it effectively?
+ Reply to Thread
Results 1 to 7 of 7
-
-
-
To remove hardcoded subtitles without cropping, you can use video editing tools that support subtitle detection and removal.
Here are a few options:
1. Adobe Premiere Pro: Use the "Remove Subtitles" effect to detect and remove subtitles.
2. HandBrake: Use the "Subtitle Removal" filter to remove hardcoded subtitles.
3. FFmpeg: Use the `delogo` filter to remove subtitles by specifying the coordinates.
For FFmpeg, here's a basic example command:
Code:ffmpeg -i input.mp4 -vf "delogo=x=100:y=100:w=500:h=50" -c:a copy output.mp4
As always .. there is nothing wrong with my environment -
He asked for EFFECTIVELY remove subtitles.. not.. having artifacts on video where the subtitles were.
There is NOTHING to remove EFFECTIVELY even the simplest (totally plain) hardcoded text from a video. -
To remove the hardcoded text from a video cleanly, is still possible. you would need to use an AI based service like this:
https://anieraser.media.io/remove-subtitles-from-video.html
As always .. there is nothing wrong with my environment -
Here are some AI services that can help remove hardcoded captions from videos, along with their pricing information:
1. Runway ML (Paid)
- Offers a video editing tool that can remove hardcoded captions using AI.
- Pricing starts at $12 per month.
2. Descript (Paid)
- Provides video editing features, including the ability to remove hardcoded captions.
- Pricing starts at $12 per month.
3. Kapwing (Free and Paid)
- Offers a video editing tool that can remove hardcoded captions using AI.
- Free plan available with watermark.
- Paid plans start at $24 per month.
4. Adobe Premiere Pro (Paid)
- A professional video editing software that can remove hardcoded captions using AI-powered tools.
- Pricing starts at $20.99 per month.
5. RemoVed (Paid)
- A specialized tool for removing hardcoded captions from videos.
- Pricing starts at $19.99 per month.
6. Veed.io (Free and Paid)
- Offers video editing features, including the ability to remove hardcoded captions.
- Free plan available with watermark.
- Paid plans start at $18 per month.As always .. there is nothing wrong with my environment -
Similar Threads
-
Unable to remove subtitles with ffmpeg
By the_steve_randolph in forum Newbie / General discussionsReplies: 60Last Post: 23rd Feb 2024, 18:46 -
remove all subtitles name/titles
By grimeire in forum Newbie / General discussionsReplies: 5Last Post: 1st Dec 2023, 06:17 -
How Can I Translate Chinese Hardcoded Subtitles to English?
By may5224 in forum SubtitleReplies: 11Last Post: 4th May 2023, 01:52 -
remove sprite.vtt subtitles
By frant in forum Video Streaming DownloadingReplies: 2Last Post: 8th Sep 2022, 09:11 -
--
By Anonymous84 in forum EditingReplies: 1Last Post: 11th Nov 2020, 10:07