forked from irungentoo/Xiaomi_Yi_4k_Camera
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganize the repo and merge the 4k and 4k+ bitrate mods.
- Loading branch information
1 parent
22bf4f3
commit 54ced7d
Showing
36 changed files
with
1,093 additions
and
558 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Yi 4k | ||
|
||
Things specific to the yi4k. | ||
|
||
[Ultra Increased Resolution Mod](ultra_increased_resolution/) A script that increases the resolution of the 4k ultra mode to 4000x2700 and the 1080p 90p ultra mode to 2000x1500. | ||
|
||
|
||
For older firmwares see: [1.7.17](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/tree/1.7.17) [1.7.8](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/tree/1.7.8) [1.6.1](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/tree/1.6.1) [1.5.1](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/tree/1.5.1) [1.4.23](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/tree/1.4.23) [1.4.14](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/tree/1.4.14) [1.4](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/tree/1.4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## Increased resolution mod for the Yi 4k on firmware 1.8.9 | ||
|
||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/4k/ultra_increased_resolution/1.8.9/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## Increased resolution mod for the Yi 4k on firmware 1.9.0 | ||
|
||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/4k/ultra_increased_resolution/1.9.0/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#Yi 4k ultra 4000x2700 and 1080p ultra 90p 2000x1500 mod by irungentoo | ||
#For firmware 1.9.0 | ||
#set 4k ultra to 4000x2700 | ||
#NTSC | ||
writel 0xA06CFCAC 0x0A8C0FA0 | ||
writew 0xA06CFCB0 0x0403 | ||
#PAL | ||
writel 0xA06D7EEC 0x0A8C0FA0 | ||
writew 0xA06D7EF0 0x0403 | ||
#set 1080p ultra 90p to 2000x1500 | ||
#NTSC | ||
writel 0xA06D048C 0x05DC07D0 | ||
writew 0xA06D0490 0x0403 | ||
#PAL | ||
writel 0xA06D86CC 0x05DC07D0 | ||
writew 0xA06D86D0 0x0403 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## 4000x2700 4k ultra mod for the Yi 4k | ||
|
||
Makes the 4k ultra mode have a resolution of 4000x2700 and the 1080p ultra mode have a resolution of 2000x1500. |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Bitrate mod for the Yi 4k+ on firmware 1.3.11 | ||
|
||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/4k+/bitrate/1.3.11/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/bitrate/4k+/1.3.11/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
|
||
For an explanation see: [Readme.md](../Readme.md) | ||
For an explanation see: [Readme.md](../../Readme.md) |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
4k+/bitrate/1.3.18_beta/Readme.md → bitrate/4k+/1.3.18_beta/Readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Bitrate mod for the Yi 4k+ on beta firmware 1.3.18 | ||
|
||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/4k+/bitrate/1.3.18_beta/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/bitrate/4k+/1.3.18_beta/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
|
||
For an explanation see: [Readme.md](../Readme.md) | ||
For an explanation see: [Readme.md](../../Readme.md) |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
4k+/bitrate/1.3.22_beta/Readme.md → bitrate/4k+/1.3.22_beta/Readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Bitrate mod for the Yi 4k+ on beta firmware 1.3.22 | ||
|
||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/4k+/bitrate/1.3.22_beta/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/bitrate/4k+/1.3.22_beta/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
|
||
For an explanation see: [Readme.md](../Readme.md) | ||
For an explanation see: [Readme.md](../../Readme.md) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
## Bitrate mod for the Yi 4k+ on firmware 1.3.23 | ||
|
||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/4k+/bitrate/1.3.23/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/bitrate/4k+/1.3.23/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
|
||
For an explanation see: [Readme.md](../Readme.md) | ||
For an explanation see: [Readme.md](../../Readme.md) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## Bitrate mod for the Yi 4k on firmware 1.8.9 | ||
|
||
Put [autoexec.ash](https://github.com/irungentoo/Xiaomi_Yi_4k_Camera/raw/master/bitrate/4k/1.8.9/autoexec.ash) in the root of your sd card. IMPORTANT: if you are on windows you must save page as (download) this file, if you copy paste its contents it will not work because it needs to have unix line endings (and an empty line at the end). If you want to edit this file, get an editor like Notepad++ that supports unix line endings. | ||
|
||
For an explanation see: [Readme.md](../../Readme.md) |
Oops, something went wrong.