jumpcutter icon indicating copy to clipboard operation
jumpcutter copied to clipboard

Executable file

Open uwuplant opened this issue 5 years ago • 36 comments

https://drive.google.com/open?id=1U3KNZlUyaImbub4GhmHu2DY8SEDaWyA0

Hash: 81CB7C1CC4D9B239A82FB65F9F48A8734F3DAECB1ED26A533C2A804D1BADF7D0

uwuplant avatar Apr 10 '19 19:04 uwuplant

Can set this up on jenkins to automatically build executable, is it worth it?

uwuplant avatar Apr 10 '19 19:04 uwuplant

I can help build a standalone linux executable if needed and set up a travis build for that. Having 2 CI's just building executables is great, isn't it?

balsoft avatar Apr 10 '19 19:04 balsoft

building a freebsd package

cthpw103 avatar Apr 10 '19 19:04 cthpw103

This is already better than Premiere and Aftereffects because it has support on all the major platforms!

balsoft avatar Apr 10 '19 19:04 balsoft

i know right 🤠

cthpw103 avatar Apr 10 '19 19:04 cthpw103

also: make an installer with ffmpeg in it.

cthpw103 avatar Apr 10 '19 19:04 cthpw103

also: make an installer with ffmpeg in it.

That's exactly what I'm doing ATM.

balsoft avatar Apr 10 '19 19:04 balsoft

should we make a mac os x port?

cthpw103 avatar Apr 10 '19 19:04 cthpw103

should we make a mac os x port?

Consider this in progress.

balsoft avatar Apr 10 '19 19:04 balsoft

and also we should make a GUI for this!

cthpw103 avatar Apr 10 '19 19:04 cthpw103

yeah with Tkinter, sounds good

cthpw103 avatar Apr 10 '19 20:04 cthpw103

Linux binary

It's just an executable (sort of like AppImage, but without all the fancy squashfs busyness). Download, chmod +x, ./, good to go. ffmpeg and python with all the libraries included. Built with nix.

balsoft avatar Apr 10 '19 20:04 balsoft

Turns out you need a Mac to build stuff for OSX. Too bad.

balsoft avatar Apr 10 '19 20:04 balsoft

Just to double-check that I'm not trying to rm -rf or steal all your precious data, check out #13 to build it yourself (requires POSIX-like system like Linux, OSX or WSL and nix).

balsoft avatar Apr 10 '19 20:04 balsoft

We could make a VM and build it from there, maybe? Possibly? idk, never done anything with OSX

Yeah, VM with hackintosh might work, too much effort tho.

balsoft avatar Apr 10 '19 21:04 balsoft

My windows build works with Python 3. I had an issue with the above one looking for Python 2. Here is the link: https://github.com/will9183/jumpcutter/releases/download/v1.0-beta/jumpcutter-win.zip

wgarrity-1 avatar Apr 11 '19 00:04 wgarrity-1

Sorry, I use python 2 atm, so my executables won't be compatible with 3.x for now. Will figure out tomorrow.

uwuplant avatar Apr 11 '19 00:04 uwuplant

Ya and I think mine doesn't require python to be installed beforehand but ffmpeg. My plan is to make an NSIS installer that does all of this. I have done this in the past.

wgarrity-1 avatar Apr 11 '19 00:04 wgarrity-1

Docker image might also be a good idea

pniedzwiedzinski avatar Apr 11 '19 06:04 pniedzwiedzinski

Docker image might also be a good idea

I can build a docker image from nix expression quite easily if needed. Someone please ping me if this would be helpful.

balsoft avatar Apr 11 '19 10:04 balsoft

I like the idea of building this on Travis, This keeps the build process open source and transparent.

nevercast avatar Apr 11 '19 11:04 nevercast

this is the only good editing software that works on linux

cthpw103 avatar Apr 11 '19 11:04 cthpw103

@cthpw103 and @kbartek05, since you mentioned it, I made a GUI for the program and I've created a pull request at #35.

Edit: I didn't realise there was a new issue for this, whoops.

DeflatedPickle avatar Apr 11 '19 14:04 DeflatedPickle

How does this work? I open it and it just kinda closes...

JettJamez avatar Apr 11 '19 21:04 JettJamez

@JettJamez are you talking about Windows version or Linux version?

balsoft avatar Apr 11 '19 21:04 balsoft

@JettJamez If it is the windows version you have to run it from the command line.

wgarrity-1 avatar Apr 11 '19 23:04 wgarrity-1

I made a very basic installer with @DeflatedPickle GUI: https://github.com/will9183/jumpcutter/releases/download/v1.1-beta/jumpcutter-installer.exe I'm planning on making a better install interface and an option to install ffmpeg

wgarrity-1 avatar Apr 12 '19 21:04 wgarrity-1

i like this progress

cthpw103 avatar Apr 13 '19 14:04 cthpw103

@balsoft and @will9183 thx, sorry i didnt see earlier.

JettJamez avatar Apr 13 '19 18:04 JettJamez

New installer with bug fixes from @DeflatedPickle and I and new installer UI: https://github.com/will9183/jumpcutter/releases/download/v1.2-beta/jumpcutter-installer.exe

wgarrity-1 avatar Apr 14 '19 01:04 wgarrity-1