Commit Graph

31 Commits (5d979f5c1a1ac5b54a4552c987b027b824285056)

Author SHA1 Message Date
Mikael Finstad 57ecaf13c2 Improve messages
Also add report error function
6 years ago
Mikael Finstad e66acc7f98 Improvements
- Fix issue with html5ify on new mac ffmpeg
- Improve output directory logic on mac
6 years ago
Mikael Finstad 3a76aa0812 - Support Mac app store
- Disable version check for Mac app store and windows store
- restore windows targets
6 years ago
Mikael Finstad 9ea2cedeff add initial support for i18n (incomplete) #29 6 years ago
Mikael Finstad 676f92c803 Build with create-react-app #108 6 years ago
Mikael Finstad 3b22fb3852 Improvements:
- Implement jump prev/next keyframe
- improve help screen
- improve menu
6 years ago
Mikael Finstad c731e0790f remove double extension #265 6 years ago
Mikael Finstad b2705bacb6 Improvements:
- Allow toggle sidebar
- Allow zoom with CTRL+mousewheel #254
- Improve performance
- modularize code
- remove standalone fontawesome
6 years ago
Mikael Finstad 56dcfc1cbf add missing 6 years ago
Mikael Finstad 74abd81dcc improvements:
include segment name in output file name #251
6 years ago
Mikael Finstad fc817f3f75 Implement save/load csv and autosave project #199 #251 #181 #58
Also show up to date segment list under help
6 years ago
Mikael Finstad 16edb60e95 fix buggy frame numbers 6 years ago
Mikael Finstad 296a3a2ad5 fix bug 6 years ago
Mikael Finstad e913982dc4 Many UI improvements #189
- support arbitrary stream selection #214
- implement mute playbakc #125
6 years ago
Mikael Finstad d91ca6373a improve feedback 6 years ago
Mikael Finstad 085b72591e suppor timecode running time #211 6 years ago
Mikael Finstad 6b67f6546d rewrite to modern hooks 7 years ago
Mikael Finstad 736ed005b2 fix strange bug 7 years ago
Mikael Finstad b388d4f47c allow selecting output format #173 7 years ago
Mikael Finstad 0051e4d289 implement multi cut feature 🎉
#12
8 years ago
Mikael Finstad 75839487b0 change menu text 8 years ago
Mikael Finstad cfaa11028e Implement merge function
Also upgrade to react 16, sweetalert2 8 and refactor a bit
8 years ago
Mikael Finstad 8817c2c80b modernize code and use sweetalert2 8 years ago
Mikael Finstad 68da79caf9 upgrade eslint and fix 8 years ago
Mikael Finstad 17ee2798ec Implement manual input field for cutting range
Format duration with : in GUI (still . in files)
Minor improvements
Move cut time indicators for more horizontal space
8 years ago
Erik Fonselius 8b54a7cc2d Offset modified date to respect the frame offset (#55) 9 years ago
Mikael Finstad 60060d4b73 Preserve file modification time when cutting/screenshotting 9 years ago
Mikael Finstad f70c994b9f Also save to custom output dir when capturing frame
(Make common method)
9 years ago
Mikael Finstad b622df997e Fix env detection
It was not working..
Use Sindre's module 🦄
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