mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-18 15:04:53 -05:00
plugins: Rename audio encoders
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
CoreAudioAAC="CoreAudio AAC encoder"
|
||||
CoreAudioAAC="CoreAudio AAC"
|
||||
Bitrate="Bitrate"
|
||||
AllowHEAAC="Allow HE-AAC"
|
||||
OutputSamplerate="Output Sample Rate"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FFmpegOutput="FFmpeg Output"
|
||||
FFmpegAAC="FFmpeg Default AAC Encoder"
|
||||
FFmpegOpus="FFmpeg Opus Encoder"
|
||||
FFmpegAAC="FFmpeg AAC"
|
||||
FFmpegOpus="FFmpeg Opus"
|
||||
FFmpegOpts="FFmpeg Options"
|
||||
FFmpegOpts.ToolTip.Source="Allows you to set FFmpeg options. This only accepts options in the option=value format.\nMultiple options can be set by separating them with a space.\nExample: rtsp_transport=tcp rtsp_flags=prefer_tcp"
|
||||
Bitrate="Bitrate"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
LibFDK="libfdk AAC Encoder"
|
||||
LibFDK="libfdk AAC"
|
||||
Bitrate="Bitrate"
|
||||
Afterburner="Enable AAC Afterburner"
|
||||
|
||||
Reference in New Issue
Block a user