Add input_bitrate to technical for future use.

This commit is contained in:
SergeantPanda 2025-07-29 15:43:44 -05:00
parent e26ecad013
commit 613c0d8bb5

View file

@ -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
};