Changes between Version 2 and Version 3 of HowToRemoveAdvertising
- Timestamp:
- Nov 15, 2021, 6:30:11 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToRemoveAdvertising
v2 v3 16 16 17 17 Use 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 {{{ 19 ffmpeg -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 }}} 18 21 19 22 == Second stage ==
