gpt4 book ai didi

FFMPEG - 显示转换所用的时间

转载 作者:行者123 更新时间:2023-12-04 23:00:47 26 4
gpt4 key购买 nike

如何显示使用 FFMPEG 转换视频所花费的时间?

我正在使用以下命令,作为基准返回的时间并不完全是完成转换所花费的时间。我很困惑,这么好的工具怎么会丢失它。

ffmpeg -cpuflags -sse-sse2-sse3-sse3slow-sse4.1-sse4.2+mmx -i E:/MSC/test.flv ^
-benchmark E:/MSC/testmmx.mp4

最佳答案

如果你可以使用 Bash,它有 time命令

time: time [-p] pipeline    Report time consumed by pipeline's execution.    Execute PIPELINE and print a summary of the real time, user CPU time,    and system CPU time spent executing PIPELINE when it terminates.

Example

$ time ffmpeg -i infile outfile

real 0m3.682s
user 0m0.015s
sys 0m0.000s

我提供适用于 Windows 的 Cygwin,其中包括 Bash 和 time
bitbucket.org/svnpenn/a/downloads

关于FFMPEG - 显示转换所用的时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17381891/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com