检测视频是否使用 Remotion 制作
要检查某人是否使用 Remotion 生成了视频:
🌐 To check whether somebody used Remotion to generate a video:
检查视频元数据
🌐 Check video metadata
将视频拖入 remotion.dev/convert 并检查左侧面板中的元数据。
如果视频是使用 Remotion 生成的,它将包含诸如 Made with Remotion 4.0.372 的元数据。
🌐 Drag the video into remotion.dev/convert and inspect the metadata in the left panel.
If the video was generated with Remotion, it will include metadata such as Made with Remotion 4.0.372.
或者,你可以在命令行中使用 ffprobe:
🌐 Alternatively, you can use ffprobe in the command line:
ffprobe your_video.mp4输出将包含一行像 comment=Made with Remotion 4.0.372 的内容。
🌐 The output will include a line like comment=Made with Remotion 4.0.372.
寻找 Remotion Player 图标
🌐 Look for the Remotion Player icon
在使用 Remotion 播放器的网站上,播放按钮是圆形的,就像 Remotion 的标志,除非控件被禁用或播放按钮已被自定义。
🌐 On a website that uses the Remotion Player, the Play button is rounded like the Remotion logo, unless the controls are disabled or the play button was customized.
在开发者工具中检查 Remotion
🌐 Check for Remotion in the DevTools
打开开发者工具,检查变量 window.remotion_imported 是否已定义。
🌐 Open the DevTools and check if the variable window.remotion_imported is defined.