-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support/pass through other ffmpeg flags #37
Comments
https://github.com/arciisine/vscode-chronicler/blob/master/src/config.ts#L36-L44 There is a flags object that should get passed through to the recording instance. I specifically added that for being able to manipulate the color profile as QuickTime works differently from most everything else. |
I've been using
Out of the 3 entries under
That records in
That works as documented - README.md only mentions passing through |
Could it be this definition that filters the flags? https://github.com/arciisine/vscode-chronicler/blob/master/src/types.ts#L3 |
Hi Timothy,
Thank you for Chronicler.
It already passes in some of
flags
(pix_fmt, c:v, preset
). Could it also pass any other flags that the user enters? Likecrf
to override the default of10
, orcolor_range
(as suggested by FFMPEG team themselves when capturing/recording from a screen, please.The text was updated successfully, but these errors were encountered: