Am 29.10.2022 um 12:02 schrieb Paul B Mahol:
On 10/29/22, Michael Koch <[email protected]> wrote:
This command line works as expected:

ffmpeg -f lavfi -i sine,aeval="val(0)|val(0)*sin(2)*sin(2)" -ac 2 -t 5
-y out.wav


Why does it no longer work when I replace sin(2)*sin(2)  by pow(sin(2),2)  ?

ffmpeg -f lavfi -i sine,aeval="val(0)|val(0)*pow(sin(2),2)" -ac 2 -t 5
-y out.wav

Is this a bug? The console output is below.
PEBKAC

Escape ','

now it works, thank you

Michael

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

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

Reply via email to