There is a previous thread I had with help for code of making a black mask for an image (timer running) on lower screen.
I'm making a fresh thread on this because it got too long and I have more questions.
First not directly on topic: It was mentioned that putting ffmpeg in the System32 folder would be beneficial to run the code command I have. I want to put all this together first to avoid a lot of frustrating "everything you know about the command line is wrong" errors. So is that a good thing?
To begin, I have downloaded and installed FFmpeg current 7 to it's folder in Program files. The new mkv I've renamed "Electra.mkv" to avoid long program names to test.
here is the code from previous with only the name change.
ffmpeg -i "ffmpeg -i "Electra.mkv" -map 0:0 -map 0:1 -map 0:2 ^
-vf crop="in_w:in_h-62:0:0",pad="in_w:in_h+62:0:0",atadenoise,unsharp, atadenoise ^
-c:v libx264 -profile:v high -level:v 4.0 -preset medium -crf 22 ^
-c:a copy -ccopy -y "Electra-new.mkv" -map 0:0 -map 0:1 -map 0:2 ^
-vf crop="in_w:in_h-62:0:0",pad="in_w:in_h+62:0:0",atadenoise,unsharp, atadenoise ^
-c:v libx264 -profile:v high -level:v 4.0 -preset medium -crf 22 ^
-c:a copy -ccopy -y "Electra-new.mkv"
Are there changes needed from the MediaInfo of this mkv to execute?
The goal is to mask a current subtitle which is hard coded and add some custom subs which I got some help with here on videohelp to make.
I'm unsure where the Electra.mkv should reside to execute this.
Already I have errors-- some smiley face overwrites and error using the the code # command.
+ Reply to Thread
Results 1 to 2 of 2
Similar Threads
-
Add a black bar on video to mask the area without trimming
By loninappleton in forum EditingReplies: 52Last Post: 17th Dec 2024, 01:44 -
Is there a mask for blend detection?
By Kuronoe in forum Newbie / General discussionsReplies: 0Last Post: 10th Nov 2024, 10:32 -
[InpainDelogo] - crop and mask error
By maudit in forum EditingReplies: 9Last Post: 25th Oct 2023, 17:55 -
need assistance with mask
By Betelman in forum RestorationReplies: 9Last Post: 19th Aug 2021, 20:53 -
Help with My Scriot Motion Mask for two videos
By Kuronoe in forum Newbie / General discussionsReplies: 0Last Post: 28th Jan 2021, 09:46