Skip to content

Releases: t2t2/pod-knight

1.1.0

19 Jul 20:12
v1.1.0
a8d0deb
Compare
Choose a tag to compare
  • Added option to disable uploading
    "upload": false,
  • Added option to disable uploading raw source file
    "upload": {
      "options": {/* ... */},
      "private": {/* ... */},
      "public": {/* ... */},
      "uploadRaw": false,
    }
  • Added options to skip parts:
    • By adding skip between timestamps
      pod-knight --preset ./my-great-show.json5 ./stream-recording.mp4 MGS002 -s 01:00 02:00 skip 03:00 -e 04:00
      
      Part 1: 00:01:00.000 - 00:02:00.000 (duration: 00:01:00.000)  MGS002_pre
      Part 2: 00:03:00.000 - 00:04:00.000 (duration: 00:01:00.000)  MGS002
      
    • By making it part of the show preset:
      "parts": [
        {"suffix": "_episode"},
        false,
        {"suffix": "_bonus"},
      ],
      pod-knight --preset ./my-great-show.json5 ./stream-recording.mp4 MGS003 -s 01:00 02:00 03:00 -e 04:00
      
      Part 1: 00:01:00.000 - 00:02:00.000 (duration: 00:01:00.000)  MGS003_episode
      Part 2: 00:03:00.000 - 00:04:00.000 (duration: 00:01:00.000)  MGS003_bonus
      

1.0.1

28 Jun 18:55
v1.0.1
b044191
Compare
Choose a tag to compare

Add options for parts and outputs:

  • audio.bitrate: target audio bitrate
  • video.bitrate: target video bitrate
  • video.maxrate: maximum video bitrate
  • video.buffer: bitrate buffer size
  • video.scale: Video framesize, must be in w:h format
  • video.fps: Video fps

Initial release

28 Jun 17:53
v1.0.0
0f506da
Compare
Choose a tag to compare
v1.0.0

1.0.0