Changes between Version 2 and Version 3 of HowToRemoveAdvertising


Ignore:
Timestamp:
Nov 15, 2021, 6:30:11 PM (4 years ago)
Author:
Pascal S
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToRemoveAdvertising

    v2 v3  
    1616
    1717Use the '''drawbox''' video filter to check the position and size of the advertising. You may also use the '''-ss''' and '''-t''' options to confirm starting and ending time.
     18{{{
     19ffmpeg -ss 20:45 -t 13 -i "INPUT.mp4" -map 0 -c copy -c:v libx264 -b:v 2400K -vf drawbox=x=740:y=962:w=416:h=44:c=red:t=1 "OUTPUT.mp4"
     20}}}
    1821
    1922== Second stage ==