13
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【映画製作】Sora2で10秒以上の動画を作成する方法【無限Sora編】

Last updated at Posted at 2025-10-01

百聞は一見に如かず

作り方

1. Remixを押す

image.png

2. プロンプトを入れて生成しましょう

image.png

3. 動画を結合しましょう

動画結合ツールを開発中です

Windowsの場合

winget install ffmpeg
# Powershellを閉じて開く
@"
file '1.mp4'
file '2.mp4'
file '3.mp4'
"@ | Out-File list.txt -Encoding ascii

ffmpeg -f concat -safe 0 -i list.txt -c copy output.mp4
13
14
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?