Skip to content

📺 Cut commercials from TS files of TV recordings with EPGStation, convert to MP4, and rename files as needed

Notifications You must be signed in to change notification settings

tomacheese/cmcutter

Repository files navigation

cmcutter

EPGStation で録画した TV 録画の TS ファイルを CM カットして、MP4 に変換し、必要に応じてファイル名を変更するプログラムです。個人利用目的にのみ使用しています。

Installation

  1. git clone https://github.com/book000/cmcutter.git
  2. cd cmcutter
  3. Download dependencies packages: yarn
  4. Create a new file: config/default.yml, and edit the configuration
  5. Compile & Run: yarn build

Configuration

File: config/default.yml

  • tsFilesDirPath: EPGStation が録画した TS ファイルがあるディレクトリ
  • outputDirPath: 出力先ディレクトリ
  • encodedDataFile: 処理済みファイルの一覧を保持するための JSON ファイルへのパス
  • discordChannelId: 処理が完了したことを通知する先の Discord チャンネル ID
  • discordToken: Discord への通知に使うトークン
tsFilesDirPath: /path/to/recorded-dir/
outputDirPath: /path/to/output-dir/
encodedDataFile: /path/to/encoded.json
discordChannelId: '000000000000000000'
discordToken: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

Other

About

📺 Cut commercials from TS files of TV recordings with EPGStation, convert to MP4, and rename files as needed

Topics

Resources

Stars

Watchers

Forks