video-report

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
When a user reports a video not working, we should download the URL and put it as the
src
in
packages/example/src/NewVideo.tsx
.
Then, in
packages/example
, we should run
bunx remotion render NewVideo --log=verbose
.
当用户反馈视频无法正常播放时,我们需要下载对应的URL,并将其作为
src
填入
packages/example/src/NewVideo.tsx
中。
然后,在
packages/example
目录下,我们需要运行
bunx remotion render NewVideo --log=verbose
命令。