Skip to content

DNAScanner/Image-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image & Video Viewer by DNA

Hello, this is a project I made just for fun, which allows you to view images and from now on videos too in the terminal. Written in TypeScript with Deno

How to use

  • I recommend using Windows-Terminal
  • In Windows-Terminal, in order to get the automatic zoom (for better resolution) working, you'll need to create a specific keybind.
deno run -A img.ts <path to image>
      -> deno run -A img.ts C:\Users\DNA\Downloads\Test.png
      -> deno run -A img.ts test.png

deno run -A video.ts <path to video>
      -> deno run -A video.ts C:\Users\DNA\Downloads\Test.mp4
      -> deno run -A video.ts test.mp4
  • To exit, press any key
  • For video.ts, you can press F1 in to open info menu

Setting up Windows-Terminal

Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7

Upcoming features

Video Viewer

  1. Nicer way of changing FPS-limit
  2. Sync framerate with video
  3. Add audio

Releases

No releases published

Packages

No packages published