mirror of
				https://github.com/gtxaspec/wz_mini_hacks.git
				synced 2025-11-04 06:31:54 +00:00 
			
		
		
		
	Merge pull request #61 from claudobahn/bitrate_fix
Flipped registers for target/max bitrate on V3
This commit is contained in:
		@@ -406,7 +406,7 @@ if [[ "$RTSP_HI_RES_ENABLED" == "true" ]]; then
 | 
			
		||||
		if [[ "$V2" == "true" ]]; then
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 0:28:4:$RTSP_LOW_RES_MAX_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
		else
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 0:48:4:$RTSP_HI_RES_MAX_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 0:52:4:$RTSP_HI_RES_MAX_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
		fi
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
@@ -414,7 +414,7 @@ if [[ "$RTSP_HI_RES_ENABLED" == "true" ]]; then
 | 
			
		||||
		if [[ "$V2" == "true" ]]; then
 | 
			
		||||
			echo "not supported on v2"
 | 
			
		||||
		else
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 0:52:4:$RTSP_HI_RES_TARGET_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 0:48:4:$RTSP_HI_RES_TARGET_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
		fi
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
@@ -475,7 +475,7 @@ if [[ "$RTSP_LOW_RES_ENABLED" == "true" ]]; then
 | 
			
		||||
		if [[ "$V2" == "true" ]]; then
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 1:28:4:$RTSP_LOW_RES_MAX_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
		else
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 1:48:4:$RTSP_LOW_RES_MAX_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 1:52:4:$RTSP_LOW_RES_MAX_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
		fi
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
@@ -483,7 +483,7 @@ if [[ "$RTSP_LOW_RES_ENABLED" == "true" ]]; then
 | 
			
		||||
		if [[ "$V2" == "true" ]]; then
 | 
			
		||||
			echo "not supported on v2"
 | 
			
		||||
		else
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 1:52:4:$RTSP_LOW_RES_TARGET_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
			watch -n30 -t "/system/bin/impdbg --enc_rc_s 1:48:4:$RTSP_LOW_RES_TARGET_BITRATE" > /dev/null 2>&1 &
 | 
			
		||||
		fi
 | 
			
		||||
	fi
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user