pages.*: update outdated translations (#20462)

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2026-01-01 02:02:00 +01:00
committed by GitHub
parent 883a80c433
commit 47978f160c
28 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -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 に結合: