GithubHelp home page GithubHelp logo

iambian / cevidium Goto Github PK

View Code? Open in Web Editor NEW
37.0 10.0 10.0 378 KB

Video encoder and playback for the TI-84 CE graphing calculator

License: MIT License

Batchfile 0.48% Assembly 60.69% Python 30.79% Makefile 0.47% C 7.56%

cevidium's People

Contributors

iambian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cevidium's Issues

Can't find decoder

When ever I try and play my video, it says that it can't find the decoder. I made sure to follow your instructions exactly

CEVIDIUM not starting

hi,
my probleme happened when quiting the exam mode, i wanted to see if all my programs were still in the calculator, but one of them, CESIUM, has desapered. then i did reinstall it and tested CEVIDIUM, and surprise it doesn't work ! (i did install all the libraries "clibs.8xg" btw)
could somebody know a solution ?

thanx

Cannot "make" main program

I navigated to the CEVPLAY folder, ran the "make" command, and it provides the following error:

makefile:33: /include/.makefile: No such file or directory
make: *** No rule to make target `/include/.makefile'.  Stop.

P.S. I'm on Windows, and I tried using both Cygwin and gnuwin32.

CEVENCODER DOESNT HAVE A BIN?

I correctly used BUILD2.BAT (I believe so), and I went to check but there's no bin in the Cevencoder folder??
PLEASE HELP!

Error Trying to Build the Video Player

When I input the make command I get an error like this:
C:\Users\isaac\Documents\calc vid thing\CEVidium-master\CEVPLAY>make C CE SDK Version 8.6 C:\Users\isaac\Documents\calc vid thing\CEVidium-master\CEVPLAY\src\main.c C:\USERS\ISAAC\DOCUMENTS\CALC VID THING\CEVIDIUM-MASTER\CEVPLAY\SRC\MAIN.C (34,9) : ERROR (217) Cannot open include file "decompress.h" make: *** [obj/main.src] Error -1

Build for Linux/macOS

At the moment the build process relies on .bat scripts which do not run on non-Windows OSes. I might look into building this when I have time.

Video encoder/extern.py broken

when i tried running the batch script it spat some errors out saying print was missint the () so I looked at the .py file and it did miss the () but then when i added them it failed to load libraries? i installed all dependencies mentioned by the readme.

File "[FILEPATH]\CEVidium\CEVENCODER\tools\toolkit2.py", line 1 print "Loading libraries..." ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Loading libraries...")?
and after the print fix
Loading libraries... Traceback (most recent call last): File "[FILEPATH]\CEVidium\CEVENCODER\tools\toolkit2.py", line 2, in <module> import sys,os,getopt,Tkinter,struct ModuleNotFoundError: No module named 'Tkinter'

No Command Prompt in CEVENCODER folder

I downloaded all the folders that is required to convert the videos but when the instructions said to look for a command prompt in the CEVENCODER folder, there were none.

Syntax error when running BUILD2.BAT

When I run the BUILD2.BAT file I get the error

C:\Users\James\Downloads\CEVidium-master\CEVidium-master\CEVENCODER>BUILD2.BAT -h
  File "C:\Users\James\Downloads\CEVidium-master\CEVidium-master\CEVENCODER\tools\toolkit2.py", line 1
    print "Loading libraries..."
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Can't figure out how to convert the Bad Apple video using ffmpeg

I have no idea how to use ffmpeg to make the video small enough to fit the calculator screen, or even the calculator itself.
I tried the command 'BUILD2.BAT -i BADAPPLE.mp4 -e M1G4 -d' but this returned:

Unrecognized option 'e'. Error splitting the argument list: Option not found

What command can I use to convert the video to be small enough for the calculator and the calculator screen?

Also, how do you get the 'make gfx' command to work?
It returns:

convpng v7.2 by m.waltz opened convpng.ini --- sprites_gfx (C) --- [error] opening out/sprites_gfx.c for output. make: *** [gfx] Error 1

Thanks.

Video playing extremely fast on calculator

Hello! I got a video to work on the program, it just plays extremely fast (I know basically nothing about python) but I was wondering if there's some kind of fix for it. I had the video at 8fps if that had anything to do with it.

Can't make player

I am getting this error

makefile:33: C:\CEdev/include/.makefile: No such file or directory make: *** No rule to make target 'C:\CEdev/include/.makefile'. Stop.

I have the windows CEdev installed and its in path. I checked the specified folder and there is no .makefile there. Thanks in advance

Getting Error message after running BUILD2.bat with arguments that aren't the help argument

The exact error is

Loading libraries...
External library file loading
Traceback (most recent call last):
  File "G:\CEVidium-master\CEVENCODER\tools\toolkit2.py", line 59, in <module>
    settings = extern.Config(extern.STATUSF)
  File "G:\CEVidium-master\CEVENCODER\tools\extern.py", line 407, in __init__
    self.vname,self.enco,self.titl,self.auth = self.arr
ValueError: not enough values to unpack (expected 4, got 0)

I converted the script to python 3 using 2to3 and this is the error I'm getting

Building Video Player Error

When I try to build the video player, I get this error. Any idea how to fix it? I'm kinda a newbie to CEdev :(

C:\Users\MYUSER\Downloads\ce\CEVidium-master\CEVPLAY>make gfx
[error] Missing input file.
[info] Run C:\CEdev\bin\convimg.exe --help for usage guidlines.
[info] Run C:\CEdev\bin\convimg.exe --create to create a default 'convimg.yaml' file.
make: *** [gfx] Error 1

C:\Users\MYUSER\Downloads\ce\CEVidium-master\CEVPLAY>make
"[compiling C]   src/main.c"
C:\Users\MYUSER\Downloads\ce\CEVidium-master\CEVPLAY\src\main.c
C:\USERS\MYUSER\DOWNLOADS\CE\CEVIDIUM-MASTER\CEVPLAY\SRC\MAIN.C        (88,9) :        ERROR (217) Cannot open include file "gfx/sprites_gfx.h"
make: *** [obj/main.src] Error -1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.