0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

バッチファイルで%をエスケープする方法

Posted at

**%の後に^**を入れる。

@echo off
REM 連番画像を動画に変換する
ffmpeg -r 30 -i img%%^03d.png -vcodec libx264 -pix_fmt yuv420p -r 60 30out.mp4

pause
0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?