Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FFmpeg animated crop produces artefacts

Status
Not open for further replies.

cloudytechi147

Systems Engineer
Oct 14, 2021
3
0
0
IN
Using FFmpeg 4.4, I am trying to crop video and actually animate the width in time using sendcmd + crop. This however leaves artifacts from the Solarmovie Alternatives (either green color or the video being repainted repeatedly horizontally/vertically) rendered outside of the cropped area.

Commands to replicate:

Code:
 -t 4 out.mp4 -y]

filter.txt

Code:
 crop w (N*10)+10',crop[v];
[0][v]overlay=x=n:eof_action=pass:eval=frame[v]]

Any idea how to get rid of these artifacts?

TZmnz_k4da0m.jpg


Or maybe there is some alternative FFmpeg filter that would do the crop work with eval=frame instead of send cmd?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top