-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
feat(server,web): system config for admin #959
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
export const SystemConfigKey = { | ||
Crf: 'ffmpeg_crf', | ||
Preset: 'ffmpeg_preset', | ||
TargetVideoCodec: 'ffmpeg_target_video_codec', | ||
TargetAudioCodec: 'ffmpeg_target_audio_codec', | ||
TargetScaling: 'ffmpeg_target_scaling' | ||
} as const; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The keys in this generated enum don't have the ffmpeg prefix, do you have any idea why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about that.
8e3a092
to
00b11e9
Compare
@jrasm91 Can you help me resolve the merge conflict? It is good to merge if @zackpollard doesn't have any other concerns |
Should be good to go now. |
My attempt to finish the system config PR.