Elliott Balsley (2018-07-23):
> Ah, I figured it out!  It works in ffmpeg, not in ffplay.

ffplay can only play one input. But you can have two streams in a single
lavfi definition.

ffplay -f lavfi 'testsrc[out0];sine[out1]'

>                                                           Now is
> there any way to make the sine filter output 24bit?

No. sine uses bit-exact integer arithmetic that would overflow for
larger numbers, and using a larger type would make it slower.

Why would you want 24 bits for that anyway?

> > On Jul 23, 2018, at 2:02 PM, Elliott Balsley <[email protected]> 
> > wrote:

Please remember that top-posting is forbidden on this list; if you do
not know what it means, look it up.

> > ffplay -f lavfi -i testsrc=s=1920x1080 -i sine=frequency=800

This command also has the flaw of forgetting "-f lavfi" for the second
input; it would not have worked with ffmpeg for that reason, but you
fixed it.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
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