MCJack123 / sanjuuni

Converts images and videos into a format that can be displayed in ComputerCraft.
GNU General Public License v2.0
32 stars 5 forks source link

Got error when running a player #20

Closed Douilol closed 5 months ago

Douilol commented 5 months ago

Can someone tell me why im getting these errors?

image

MCJack123 commented 5 months ago

Because you didn't give them a path to a file.

Douilol commented 5 months ago

Because you didn't give them a path to a file.

Yes but where i need to give it the path to the file

MCJack123 commented 5 months ago

After the command name, like any other command: 32vid-player-mini video.32v

Douilol commented 5 months ago

ok thx

Douilol commented 5 months ago

After the command name, like any other command: 32vid-player-mini video.32v

Do you know why I'm getting this error? image

MCJack123 commented 5 months ago

Your video is too big. Large files take a long time to decode and decompress, which causes CC to kill it. Reduce the resolution of the file with -W/-H, and potentially disable compression with -c none when encoding.

Alternatively, use the latest build and 32vid-player-mini, which uses a more efficient compression scheme that decodes in real-time.

Douilol commented 5 months ago

Your video is too big. Large files take a long time to decode and decompress, which causes CC to kill it. Reduce the resolution of the file with -W/-H, and potentially disable compression with -c none when encoding.

Alternatively, use the latest build and 32vid-player-mini, which uses a more efficient compression scheme that decodes in real-time.

okay and is there any other way (Like Raw) to run a long movie(Big size) except your Websocket and Http?

Douilol commented 5 months ago

I have to say. Very impressive work you have done! And still trying to help with issues. Thank you for your hard work!