Nwagyu!Nwagyu!
App installer
  • English
  • Français
GitHub
App installer
  • English
  • Français
GitHub
  • Introduction
  • Apps
    • Lua
    • Peanut GB
    • Periodic
    • KhiCAS
    • Nofrendo
    • Wabbitemu
    • Playa
    • PNG Viewer
    • Mandelbrot
    • Sierpinski
    • Storage
  • Help
    • Enlarge your memory!
    • How to install
    • How to uninstall
    • FAQ (Frequently Asked Questions)
  • Documentation

Playa

Playa is a video player for NumWorks! With this app, you can load a video on your calculator and play it!

How to get videos

You can't use traditional video files. Instead, you need to convert your video to a sequence of images. An already converted video is called a available there.

To convert a video, you can use the ffmpeg command line tool. Here is an example command assuming that your video is called input.mp4 in the current directory:

ffmpeg -i input.mp4 \
  -vf scale=320:240,setsar=1:1,fps=15 \ # Resize video to 320x240@15fps
  -t 00:00:10 \ # Only keep the first ten second
  -vcodec mjpeg \ # Use the MJPEG codec
  output.mjpeg

This command will convert your input.mp4 file into a output.mjpeg one. Then you can simply upload the playa.nwa along with the output.mjpeg video from NumWorks’ installer. See the how to install guide for more information.

Download

You can download the Playa app from this link:

  • Playa

Installation

To install the Playa app, follow the instructions in the how to install guide.

Edit this page
Last Updated:
Contributors: Yaya-Cout
Prev
Wabbitemu
Next
PNG Viewer