Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

关于判定时间与实际不符的问题 #46

Closed
Labels
documentationImprovements or additions to documentation
@williamfzc

Description

@williamfzc

非常值得注意的是,分析结果的准确性与如何录制视频有较大关联性。以android为例,通常使用adb shell screenrecord 录制出来的视频,fps是不稳定的。

The frame rate is variable, not fixed. Every time the screen is updated, one frame is recorded. If the screen is not updated, no frame is recorded. Therefore there is no setting for the frame rate, because it's determined by how quickly the system updates the screen.

而这种不稳定很可能带来非常巨大的误差,绝对不应该被忽视。

image

image

如上述例子,同一个场景下,不同的录制方法导致的误差达到了3s之多。

目前推荐两种视频录制方式:

对于已有视频,请参考:

ffmpeg -i input.mp4 -r 60 output.mp4

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp