View Single Post
Old 26th July 2020, 06:34   #17  |  Link
jlw_4049
Registered User
 
Join Date: Sep 2018
Posts: 391
Updating Release: v2.0
Quote:
Every codec has had a re-work. I double checked every codec and made the following changes:

AAC Encoder:
* Adjusted window size
* Removed some unnecessary row configurations
* Added custom command line for AAC codec
* Added ability to input Title
* Added VBR Toggle Option
* Organized all the AAC window code
* Added all supported channel options
* Added all supported sample rates

AC3 Encoder:
* Added all available bitrates to the drop down menu
* Removed unsupported audio channels and added all missing supported channel selections
* Removed unnecessary code for the 'gain' selection part of the AC3 codec
* Added '32000' to the sample rate drop down menu, completing all supported sample rates for this codec
* Adjusted command line with required changes
* Added 'View Command' Button
* Adjusted 'show commands' command line for the required changes
* Added custom command line input
* Added title entry box
* Added needed 'row configure' to keep buttons nice looking for different sized DPI settings (based on OS)
* Resized AC3 Settings window
* Set 'Apply' button in 'AC3 Settings' to close any/all 'View Command' windows that may or may not be up

DTS Encoder:
* Added Gain Options
* Added the option to encode
* Added Sample rate options
* Added custom command line input
* Set program to disable and set default unsupported options when using 'Reduce to Core' and 'Extract HD Track'
* Added the ability to 'View Commands' in the DTS Codec Menu
* Added audio channel options (This is limited by FFMPEG. There is only mono/stereo to choose from. IF you leave this set to
'Original' and your track is 5.1 then when it encodes it will be 5.1)
* Updated main GUI show command line feature for this codec and all of it's selections

Opus Encoder:
* Added Constrained VBR to the list of VBR options, completeing Opus codecs vbr options
* Adjusted Audio Channel choices to only supported channels
* Removed 'Original' from the channels, as Opus requires channels to be specified, regardless of input.
The default is now set to stereo, but can be changed to any of the supported channel layouts in the sub-menu.
I am going to work on some work around to this in the future, but for a while this is how it will be. This is
a limitation of FFMPEG/LibOpus.
* Removed unnecessary code from the 'Gain Choices' drop down menu
* Organized "Opus" code
* Added Custom Command line input
* Added a 'View Command' button
* Added sample rate drop down menu with all supported sample rates
* Adjusted window size of Opus codec
* Added Packet Loss spinbox (default is 0)
* Added Frame Duration spinbox (default is 20)
* Worked all new settings/features into the 'View Command' button in the 'Opus Settings' window
* Opus doesn't support holding 'Title' information so this feature will not be added to this codec
* Corrected supported bitrates from this codec

MP3 Encoder:
* Added all supported sample rates
* Added all supported bitrates for CBR
* Average bitrate choices will be based off of the CBR choices
* Added average bitrate check button
* Added VBR check button (This is enabled by default. Once you disable this you will have access to CBR/ABR options)
* Added ABR check button
* Added all options to "View Commands" in the MP3 Audio Settings window
* Added all options to the 'Show Commands' button in the main GUI
* Removed code that was no longer needed/shared with other codecs
* Resized the window to make everything look nice

FDK-AAC Encoder:
* Added custom title input
* Added custom command line
* Resized window
* Added view command button
* Adjusted command line viewer for main gui
* Adjusted start job command line

E-AC3 Encoder:
* Added all supported channels
* Added all supported sample rates
* There will be no 'Title' entry for this codec, as AC3 doesn't support holding that information
* Added all of the advanced settings: (All these are set to default)
-Per Frame Metadata
-Mixing Level
-Room Type
-Copyright Bit
-Dialogue Level
-Dolby Surround Mode
-Original Bit Stream
-Stereo Downmix Mode
-Lt/Rt Center Mix Level
-Lt/Rt Surround Mix Level
-Lo/Ro Center Mix Level
-Lo/Ro Surround Mix Level
-Dolby Surround EX Mode
-Dolby Headphone Mode
-A/D Converter Type
-Stereo Rematrixing
-Channel Coupling
-Coupling Start Band
-Custom Command Line
* Added a view command button
* Resized the window to hold all of the new selections. I will organize and adjust this window potentially later
* Updated both view commands button, one on main GUI and the button inside of the "Audio Settings" window for this codec

QAAC Encoder:
* Added custom command line input
* Added title entry input
* Adjusted disabled color of the spinboxs
* Added No Delay Check Box
* Added VBR Mode Selection
* Added QAAC Gain instead of FFMPEG
* Added Normalize toggle
* Added No Dither Toggle
* Added No Delay toggle
* Added No Optimize Toggle
* Added High Efficeincy Toggle
* Added Threading Toggle
* Added Limiter Toggle
* Added Gapless Mode Drop Down Menu
jlw_4049 is offline   Reply With Quote