Loading ivas_processing_scripts/processing/chains.py +2 −1 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ def get_processing_chain( elif cond_cfg["type"] == "esdru": tmp_esdru_alpha = cond_cfg["alpha"] elif cond_cfg["type"] == "mono_dmx": # add another postprocessing from in_fmt to mono chain["processes"].append( Postprocessing( { Loading @@ -260,7 +261,6 @@ def get_processing_chain( ) ) tmp_in_fmt = "MONO" # add another postprocessing from in_fmt to mono elif cond_cfg["type"] == "evs": cod_cfg = cond_cfg["cod"] dec_cfg = cond_cfg["dec"] Loading Loading @@ -460,6 +460,7 @@ def get_processing_chain( "in_fmt": fmt_in, "out_fs": tmp_in_fs, "out_fmt": fmt_out, "tx_condition": tx_condition, } ) ) Loading Loading
ivas_processing_scripts/processing/chains.py +2 −1 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ def get_processing_chain( elif cond_cfg["type"] == "esdru": tmp_esdru_alpha = cond_cfg["alpha"] elif cond_cfg["type"] == "mono_dmx": # add another postprocessing from in_fmt to mono chain["processes"].append( Postprocessing( { Loading @@ -260,7 +261,6 @@ def get_processing_chain( ) ) tmp_in_fmt = "MONO" # add another postprocessing from in_fmt to mono elif cond_cfg["type"] == "evs": cod_cfg = cond_cfg["cod"] dec_cfg = cond_cfg["dec"] Loading Loading @@ -460,6 +460,7 @@ def get_processing_chain( "in_fmt": fmt_in, "out_fs": tmp_in_fs, "out_fmt": fmt_out, "tx_condition": tx_condition, } ) ) Loading