开发者

Send an email when video encoding ends?

开发者 https://www.devze.com 2023-03-12 15:24 出处:网络
I want to send an email to user when ffmpeg开发者_StackOverflow中文版 encoding process ends. How can I understand that his/her video is ready?Take a look at FAM, which can be used for monitoring dire

I want to send an email to user when ffmpeg开发者_StackOverflow中文版 encoding process ends.

How can I understand that his/her video is ready?


Take a look at FAM, which can be used for monitoring directory changes. I suspect that you can use fam_monitor_file. It will give you one event when the file is initially created by the encoder, and a second once it's done writing (encoding).

0

精彩评论

暂无评论...
验证码 换一张
取 消