Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows version #6

Open
Newerawe opened this issue Jan 17, 2018 · 9 comments
Open

Windows version #6

Newerawe opened this issue Jan 17, 2018 · 9 comments
Labels

Comments

@Newerawe
Copy link

Hello. When windows version will be available? Thank you.

@tomazcdn
Copy link

I want to know too. It would Help a Lot. Today i got 3 vídeos that cant run on littlstar, its up down and i put the right name,but It didnt run and when littlstar recognize It doesnt run properly.

But It would Help on Others cases,i use an tablet to get content,put on HDD and run on my ps4,so It would Help alot because i simples run This app and It correct the name. I simples put direct on HDD.

@Newerawe
Copy link
Author

I use this program as a workaround
http://stormwave.uk/#downloads

@ghost
Copy link

ghost commented May 26, 2018

If you have a recent version of Windows 10, you can install the Ubuntu subsystem under Windows, as a store app, and follow the instructions for Ubuntu. Tried it today and it works fine.

https://www.microsoft.com/store/productId/9N9TNGVNDL3Q

when it's installed, do the following:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gpac ffmpeg npm
sudo npm install littlstar/ls-psvr-encoder -g

that should do it. Why Littlstar aren't publicising this is anyone's guess.

@ghost
Copy link

ghost commented May 26, 2018

Tested these instructions exact;ly as given and it worked fine. Created a pull request to update the readme.

@dawave23
Copy link

dawave23 commented Oct 13, 2018

For anyone that's very unfamiliar with ubuntu like myself. Here is what I did to make it work.

https://www.microsoft.com/store/productId/9N9TNGVNDL3Q

when it's installed, do the following:

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install gpac
sudo apt-get install ffmpeg
sudo apt-get install npm
sudo npm install littlstar/ls-psvr-encoder -g

I had to break the pkg into each one or it created errors when installing ls-psvr-encoder -g.

(If you were stuck like me, feel free to RESET the ubuntu setting from Add/Remove program to start from scratch).

@Yozer
Copy link

Yozer commented Dec 6, 2018

I don't think there is any need to use linux subsystem to run ls-psvr-encoder.
I just installed:

  1. ffmpeg
  2. nodejs
  3. mp4box
  4. ls-psvr-encoder using npm

and everything works :)

Imgur

@Mozkau
Copy link

Mozkau commented Jan 23, 2019

I'm trying to get this working on Windows 10 -> Ubuntu 18.04:

After a few install attempts i get same error:

image

Any help would be appriciated.

@Yozer
Copy link

Yozer commented Jan 23, 2019

Your path is wrong. It should be something like:
/mnt/e/test.mp4

@Bullockmush
Copy link

getting the following error

lee@DESKTOP-H8TBTOR:~$ lspe -i ~/mnt/c/1.mp4 -d 180 -t sbs
internal/modules/cjs/loader.js:638
throw err;
^

Error: Cannot find module './build/Release/pos'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
at Function.Module._load (internal/modules/cjs/loader.js:562:25)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object. (/usr/local/lib/node_modules/ls-psvr-encoder/node_modules/get-cursor-position/index.js:1:12)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants