sassman / t-rec-rs

Blazingly fast terminal recorder that generates animated gif images for the web written in rust

Home Page:https://crates.io/crates/t-rec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEAT] cli flag for generating a video

sassman opened this issue · comments

As a User
I want to be able to get a video additionally to my gif
So that I can decide which one I want to use

Describe the solution you'd like
a --video cli flag to enable the video option

Additional context
I want to be able to use the videos in tweets, that is why I suggest MP4 (H.264)

On the web, Twitter supports MP4 (H.264/AAC)format. On mobile app, the supported Twitter video formats are MP4 and MOV.

Update: one thing that is for now out of scope here is a different frame rate setting. To be clear I want the same frame rate as used for the gif (so the default behaviour) applied.