mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-08-01 22:32:49 +00:00
Add input_bitrate to technical for future use.
This commit is contained in:
parent
e26ecad013
commit
613c0d8bb5
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ const ChannelStreams = ({ channel, isExpanded }) => {
|
|||
basic: ['resolution', 'video_codec', 'source_fps', 'audio_codec', 'audio_channels'],
|
||||
video: ['video_bitrate', 'pixel_format', 'width', 'height', 'aspect_ratio', 'frame_rate'],
|
||||
audio: ['audio_bitrate', 'sample_rate', 'audio_format', 'audio_channels_layout'],
|
||||
technical: ['stream_type', 'container_format', 'duration', 'file_size', 'ffmpeg_output_bitrate'],
|
||||
technical: ['stream_type', 'container_format', 'duration', 'file_size', 'ffmpeg_output_bitrate', 'input_bitrate'],
|
||||
other: [] // Will catch anything not categorized above
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue