mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
pages.*: update outdated translations (#20462)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
- ビデオを GIF として保存する。高さを 1000px に拡大縮小し、フレームレートを 15 に設定:
|
||||
|
||||
`ffmpeg -i {{path/to/video.mp4}} {{[-vf|-filter:v]}} 'scale=-1:{{1000}}' -r {{15}} {{path/to/output.gif}}`
|
||||
`ffmpeg -i {{path/to/video.mp4}} {{[-vf|-filter:v]}} 'scale=-1:1000' -r 15 {{path/to/output.gif}}`
|
||||
|
||||
- 番号付けされた画像(`frame_1.jpg`, `frame_2.jpg` など)を動画または GIF に結合:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user