0
1

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 3 years have passed since last update.

分割されたtsファイルを合体させるスクリプトを書いてみた

Posted at

分割されたtsファイルを合体させたい

複数の分割されたtsファイルがあったとして、そのままだと見にくいので1つのmp4ファイルにしたい。

作ってみた

https://github.com/MasatoHanayama/cat_ts
(MITライセンスです)

必須要件

  1. Windows (開発環境は10 20H2)
  2. Python3.x
  3. ffmpeg

使用方法

  1. 1つのフォルダに合体させたいtsファイルを保存します
  2. ts_cat.pyを実行します (ここでffmpegに食わせるts_cat.txtが生成されます)
  3. cat.batを実行します (先に生成されたts_cat.txtを元にffmpegをたたきます)
  4. output.mp4ができあがります
0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?