Using a filter_complex in ffmpeg with '[1][0]scale2ref[i][m];[m][i]overlay[v]', where I'm overlaying a png on top of a video and scaling down to the size of the video. Is there an avconv equivalent to use scale2ref like this?
Asked
Active
Viewed 227 times
0
Daniel Jacob Archer
- 69
- 3
- 9
1 Answers
1
Is there an avconv equivalent to use scale2ref like this?
The answer is simply "no". Use ffmpeg instead.
llogan
- 59,497