Skip to content

Commit

Permalink
Add CLI example of output args
Browse files Browse the repository at this point in the history
  • Loading branch information
lay295 authored Jun 25, 2021
1 parent 958de17 commit ef308ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TwitchDownloaderCLI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,6 @@ Render a chat with defaults
Render a chat with different heights and values

TwitchDownloaderCLI -m ChatRender -i chat.json -h 1440 -w 720 --framerate 60 --outline -o chat.mp4
Render a chat with custom ffmpeg arguments

TwitchDownloaderCLI -m ChatRender -i chat.json --output-args='-c:v libx264 -preset veryfast -crf 18 -pix_fmt yuv420p "{save_path}"' -o chat.mp4

0 comments on commit ef308ad

Please sign in to comment.