Commit Graph

3710 Commits (master)
 

Author SHA1 Message Date
Mikael Finstad 9c6d7db4d9 add issue template 10 years ago
Mikael Finstad e389b91cdb Update readme release instructionds 10 years ago
Mikael Finstad e8a0eab280 Update changelog 10 years ago
Mikael Finstad 0b327f5294 1.5.0 10 years ago
Mikael Finstad fdd3a681aa Improve build scripts 10 years ago
Mikael Finstad 742e9c6aa3 Set theme jekyll-theme-minimal 10 years ago
Mikael Finstad aee96f300b Fix capture frame
https://github.com/mifi/lossless-cut/issues/25
10 years ago
Mikael Finstad 87c7db35c9 Merge pull request #24 from vith/master
Specify win32metadata to electron-builder #23
10 years ago
Jason Papakostas 29469ec912 Bump copyright year to 2017 10 years ago
Jason Papakostas 8e5c40b15c Specify app-copyright to electron-builder 10 years ago
Jason Papakostas 0626aa50ba Specify win32metadata to electron-builder #23
Note: the metadata is persistently cached by Windows at
HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache
10 years ago
Mikael Finstad 72090f4ccf update ffmpeg version 10 years ago
Mikael Finstad a3e9c41ffa Update README.md 10 years ago
Mikael Finstad 79b298563e Update README.md 10 years ago
Mikael Finstad 7e8e548567 Update README.md 10 years ago
Mikael Finstad 246c18c28b 1.4.0 10 years ago
Mikael Finstad 94fabc0120 Implement help sheet (press H) 10 years ago
Mikael Finstad 5d03e9fb0e Use npm file-type 10 years ago
Mikael Finstad 35367991e4 Fix eslint error 10 years ago
Mikael Finstad d7dfac05b8 Update README.md 10 years ago
Mikael Finstad ca858f707c Encode # in filePath
See
https://github.com/mifi/lossless-cut/issues/8
10 years ago
Mikael Finstad 41d6991c11 1.3.0 10 years ago
Mikael Finstad 21898711dc Support more mkv files
https://github.com/mifi/lossless-cut/issues/15
10 years ago
Mikael Finstad 758388a12e Remove unused import 10 years ago
Mikael Finstad 426ff315db Add eslintignore 10 years ago
Mikael Finstad 08d9976482 Implement custom output dir button 10 years ago
Mikael Finstad 3d47759b0f Allow pass filename cmd line
https://github.com/mifi/lossless-cut/issues/9
10 years ago
Mikael Finstad b622df997e Fix env detection
It was not working..
Use Sindre's module 🦄
10 years ago
Mikael Finstad fd03dcc139 Handle ENOENT for cut as well (windows)
Also log stderr and stdout of ffmpeg on error
10 years ago
Mikael Finstad 32c61e2feb Printout version when starting 10 years ago
Mikael Finstad 3a79af75fa Remove extraneous dot 10 years ago
Mikael Finstad f08035dec7 Update README.md 10 years ago
Mikael Finstad 4c579b6073 1.2.2 10 years ago
Mikael Finstad a1a2e0f46c Bug fixes
Fix null error if unknown filetype.
Handle ENOENT:
Windows will throw error with code ENOENT if format detection fails.
10 years ago
Mikael Finstad 37398cd273 1.2.1 10 years ago
Mikael Finstad 62c29af1de Fix file-opened which returns an array
This fixes a crash when cutting after opening with ctrl+O

Also add more intelligent format detection.
Beause ffprobe only returns a list of formats
10 years ago
Mikael Finstad b9019af2ed Better error handling
Wrap in a bluebird.try to catch synchronous errors.
bluebird.resolve doesn't catch those!
10 years ago
Mikael Finstad bf03d60176 Preserve links when zipping
To reduce output file size on mac
10 years ago
Mikael Finstad 4cb7c298f2 Update README.md 10 years ago
Mikael Finstad 1ab8a15d98 Update README.md 10 years ago
Mikael Finstad 0f291483e5 Update README.md 10 years ago
Mikael Finstad 7623370aa9 Try smaller gif
big one broke github
10 years ago
Mikael Finstad 495f45caeb 1.2.0 10 years ago
Mikael Finstad ec875b5c65 - Icon
- Bundle ffmpeg
- Fix menus on windows
- fs-methods seem to hang on windows, so exec instead

Resources:
https://discuss.atom.io/t/information-about-bundled-ffmpeg/28456/6
27730fd269/app/src/scripts/mp4-to-gif.js
https://github.com/orionhealth/electron-packager-plugin-non-proprietary-codecs-ffmpeg
https://github.com/konsumer/easy-ffmpeg
https://github.com/eugeneware/ffmpeg-static
10 years ago
Mikael Finstad cce542af41 Adds support for more formats by detecting format and using same format for output file (don't always use mp4)
Also:
Improve ffmpeg error handling
React enable production
Improve react rendering a bit
10 years ago
Mikael Finstad 3851cb264f Fix whoops 10 years ago
Mikael Finstad 2abacd010d Implement partial speed control
J, K, L, however backward playing is not supported by chromium.
Also bump electron to 1.4.5
And don't use electron-compile anymore as it doesn't really give us anything
10 years ago
Mikael Finstad 95ed72edef 1.1.0 10 years ago
Mikael Finstad 9044f682fd Add new features
Add more hotkeys
More buttons
Show in/out point timestamps and click to jump to these
Scrubbing
Show error for unsupported files
10 years ago
Mikael Finstad e5c81f0ea8 Add alternative method for developing using watch and start-dist
Because of this issue https://github.com/electron/electron-compile/issues/146
10 years ago