Skip to content
/ TIGIF Public

A software to convert .mp4 , .gif, .mov and .mkv to .8xp (and play them)

License

Notifications You must be signed in to change notification settings

alexdieu/TIGIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :

start

OPTIONS :

RESOLUTION_OF_GIF = 64

SCALE = 4

RESULT :

start

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 )