What's the method to dull the harcoded sutitles to 70% in CFFMprg GUI
Like this
ffmpeg -i in.mp4 -vf "drawbox=x=0:y=ih-160:w=iw:h=160:color=black@0.35:t=fill" -c:v libx264 -crf 18 -preset slow -c:a copy out60.mp4
+ Reply to Thread
Results 1 to 6 of 6
-
-
Is already implemented for text subtitles.
Set background to 2 (50% transparent).
I'll implement a additional transparency control (from 0 to 100%). -
I am talking about hard code subs in the video.
ffmpeg -i "input.mp4" -vf "eq=brightness=-0.05
aturation=0.7" -c:a copy -preset ultrafast "dimmed_subs.mp4"
[Attachment 89477 - Click to enlarge] -
Me too.
Video encoding, Various, Burn_in Subtitle.
Drag your text subtitle, make your settings, click ok, click encode.
[Attachment 89489 - Click to enlarge] -
How can I drag the subs when they are already hardcoded in the video itself. I have to reencode the video to dull those hardcoded subs already present in the video. Is there some way to do that in CFFMpeg GUI. For e.g: Korean,Hebrew subs hardcoded....Without External File.Drag your text subtitle, make your settings, click ok, click encode.
-
Using 3.4.7 ver. I don't see any option of Transparent below Background for External File.
Tell me the way to dull the hard coded subs which are already present in the video just on or just above black bars ...dimming them
ffmpeg -i "input.mp4" -vf "drawbox=y=ih-100:color=black@0.3:t=fill" -c:a copy -preset ultrafast "dimmed_subs.mp4"
Similar Threads
-
Clever FFMpeg Gui Syncronization
By sam12345 in forum Video ConversionReplies: 1Last Post: 26th Oct 2025, 03:10 -
Custom Command in Clever FFmpeg GUI
By sam12345 in forum Video ConversionReplies: 21Last Post: 22nd Oct 2025, 12:39 -
Clever FFmpeg Gui Language Support
By sam12345 in forum Video ConversionReplies: 1Last Post: 19th Oct 2025, 11:28 -
Clever FFmpeg GUI Batch Mux
By Tom Saurus in forum Video ConversionReplies: 16Last Post: 29th Jun 2025, 09:49 -
Clever FFmpeg GUI doesn't work
By BenBen21 in forum EditingReplies: 29Last Post: 30th Jan 2025, 04:46


Quote