On Fri, Apr 28, 2017 at 15:27:27 +0200, Wolfgang Hugemann wrote:
> As you see, I supplied the dimensions of the input video (640x480) in 
> the command line. I would like to turn this into a more general script, 
> determining the dimensions of the input video on the fly, but how do I 
> do that?

showwaves is an audio filter, it has no access to the dimensions of the
video, unfortunately.

Since its output is video though, you could in theory make it very
large and then scale it down, but there's also no way for one video's
filters (such as "scale") to know another video's dimensions. :(

Moritz
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to