https://github.com/alexdieu/tigif
A software to convert .mp4 , .gif, .mov and .mkv to .8xp (and play them)
https://github.com/alexdieu/tigif
clibs gif mkv mp4 ti-83-premium-ce ti-84-plus-c-silver-edition ti-84-plus-ce ti-84-plus-ce-t ti83pce ti84plusce
Last synced: 7 months ago
JSON representation
A software to convert .mp4 , .gif, .mov and .mkv to .8xp (and play them)
- Host: GitHub
- URL: https://github.com/alexdieu/tigif
- Owner: alexdieu
- License: mit
- Created: 2020-11-10T17:27:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-22T15:38:25.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T19:23:18.851Z (9 months ago)
- Topics: clibs, gif, mkv, mp4, ti-83-premium-ce, ti-84-plus-c-silver-edition, ti-84-plus-ce, ti-84-plus-ce-t, ti83pce, ti84plusce
- Language: C
- Homepage:
- Size: 1.55 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TIGIF
A software to convert .mp4 , .mov and .mkv to .8xp
REQUIRES CLIBS LIBRARY ON YOUR TI(copy clibs.8xg on it with tiConnect) : https://github.com/CE-Programming/libraries/releases/tag/v8.8
WORK ONLY ON : WINDOWS 8/10 64 bit
AND ARTIFICE(if your ti-OS is superior to 5.5): https://yvantt.github.io/arTIfiCE/
THE .8XP IS GENERATED IN `8xp-progs`
USE `convert.py` to generate everything needed and convert it (the conversion is automatic and degrade video to 25x25(in THEORY it could go to 64x64 for vid less than 1 sec) picture , else it would be too big) To CHANGE IT = modify `RESOLUTION_OF_GIF = 25`
`make2.exe` was modified by me for the usage of TIGIF(source code and credits at https://github.com/alexdieu/TIGIF#credits-)
WHY I SHOULD NEVER SEND MY PROGRAMS IN RAM ?
Programs generated by TIGIF softwares are too big . If EVER you put one of this programs in your TI RAM , the calculator will instant reset ! So put it in your ROM ! Normally , you have 2-3mb rom on your TI .
### ERRORS
IF U GOT `make2: *** [bin/TIGIF.8xp] Error 1` THIS MEANS THAT YOUR GIF IS TOO LONG OR HAS TOO MUCH FRAMES (25 FPS MAX)
IF U GOT `[success] bin\TIGIF.8xp, 38165 bytes. [ERROR] COMPILATION FAILED !`
THIS IS BECAUSE YOU HAVE TO EMPTY 8xp directory , anyways you can get you program at `TIGIF-main\build\bin`
## Credits :
Toolchain for `make2.exe` : https://github.com/CE-Programming/toolchain
Convimg for Image palette quantization : https://github.com/mateoconlechuga/convimg
## RESULTS :
**STARING GIF :**

*OPTIONS :*
`RESOLUTION_OF_GIF = 64`
`SCALE = 4`
**RESULT :**

*NOTES : It's the recorder that is at 4 frames/sec ! the gif can be up to 25fps on your screen!*
Try mutiples demos on your TI (IN [releases](https://github.com/alexdieu/TIGIF/releases/tag/1) )