1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00
Commit Graph

204 Commits

Author SHA1 Message Date
Mikael Finstad
4493aa5572 Bugfixes
Fix issue with two dots in extension
Also don't cut end if endpoint is the end of the video
2018-02-18 13:59:42 +01:00
Mikael Finstad
305fae7a94 Upgrade build process
Use babel-preset-env
Upgrade icon-gen
add package.lock (i also tried yarn but it doesnt work well with electron packager)
extract version field in bash scripts
2018-02-17 17:42:59 +01:00
Mikael Finstad
5bf0c15d3e Implement version check 2018-02-17 15:15:30 +01:00
Mikael Finstad
e2e8d14946 add linguist hint 2018-02-11 16:22:30 +01:00
Erik Fonselius
8b54a7cc2d Offset modified date to respect the frame offset (#55) 2018-02-11 14:09:01 +01:00
Mikael Finstad
8b62183501
Update README.md 2018-02-11 13:44:34 +01:00
Mikael Finstad
0e23be39d1 Reset title too when dragging file 2018-02-11 13:30:38 +01:00
rarosalion
653d6b9936 Now copies subtitles, too (#66)
The exiting version drops subtitle streams. Added flags to ffmpeg to copy subtitles (if they exist)
2018-02-11 13:07:25 +01:00
Mikael Finstad
7962e174e6 Implement lossless rotation
Allow for setting rotation metadata
2018-01-23 18:00:25 +07:00
debuggeek
988584591a Update release script ffmpeg versions (#59) 2018-01-19 18:07:38 +07:00
knewzen
c440951c16 remove codesponsor (#57) 2018-01-07 22:28:00 +08:00
Mikael Finstad
7fa2b7ce0a 1.9.0 2017-11-21 22:58:30 +01:00
Mikael Finstad
d5d5c998b8 update changelog 2017-11-21 22:56:54 +01:00
Mikael Finstad
67e87881b1 Make more room in UI by moving icons a bit
Status icons on the left, action icons on the right
2017-11-21 22:54:08 +01:00
Mikael Finstad
fdd0794a13 Don't cut start if start time is 0
To cause issue with black video in the beginning
https://github.com/mifi/lossless-cut/issues/50
2017-11-21 22:28:42 +01:00
Xiang Chen
9bc63240d4 Show input dir in out path when file is loaded (#48) 2017-10-22 17:08:42 +02:00
Mikael Finstad
815fbc082a Remove unused 2017-10-21 19:16:54 +02:00
Mikael Finstad
61323cb1c3 Try codesponsor.io 2017-10-08 23:40:44 +02:00
Mikael Finstad
8edf9446f3 Show file title in window title
https://github.com/mifi/lossless-cut/issues/46
2017-10-08 21:49:43 +02:00
Mikael Finstad
72c182b132 update changelog 2017-09-14 20:00:06 +02:00
Mikael Finstad
b65c416c4e 1.8.0 2017-09-14 19:34:45 +02:00
Mikael Finstad
c86996aa51 Also lint jsx 2017-09-14 19:31:14 +02:00
Mikael Finstad
095ffd6229 Fix indentation 2017-09-14 19:30:34 +02:00
Mikael Finstad
61a13ceabe Make ffmpeg map metadata 2017-09-14 19:15:19 +02:00
Mikael Finstad
60060d4b73 Preserve file modification time when cutting/screenshotting 2017-09-14 19:15:03 +02:00
Mikael Finstad
50f3a5cbae update changelog 2017-08-18 00:05:18 +02:00
Mikael Finstad
b668280177 1.7.0 2017-08-17 23:56:17 +02:00
Mikael Finstad
8fccd53a18 Fix loading of index.html
#40
https://electron.atom.io/docs/tutorial/quick-start/
2017-08-15 14:02:26 +02:00
Mikael Finstad
c2d6bc237f Merge pull request #39 from keen99/patch-1
add docu about -how- to select the cut
2017-08-15 13:49:04 +02:00
david raistrick
33de8bf4e9 add docu about -how- to select the cut
...there might be other ways but I couldn't figure them out.
2017-08-14 22:36:30 -04:00
Mikael Finstad
d208270cd0 Implement progress 2017-08-14 17:18:15 +02:00
Mikael Finstad
af74b7047b Implement select img format 2017-08-14 14:37:57 +02:00
Mikael Finstad
f70c994b9f Also save to custom output dir when capturing frame
(Make common method)
2017-08-14 14:25:27 +02:00
Mikael Finstad
0090bf8573 Don't try to seek when no duration
Also don't allow cuttin without a valid start/end (yes i removed this earlier)

https://github.com/mifi/lossless-cut/issues/10#issuecomment-290183019
2017-03-29 21:01:14 +02:00
Mikael Finstad
ea3c0a21dd Update changelog 2017-03-27 19:38:42 +02:00
Mikael Finstad
3938718406 1.6.0 2017-03-27 19:36:02 +02:00
Mikael Finstad
98ebd8c4fb Merge branch 'cut-end-default' 2017-03-21 10:42:04 +01:00
Mikael Finstad
047abaa960 Update readme 2017-03-19 21:03:40 +01:00
Mikael Finstad
be90a8c7b6 Prevent focus on buttons 2017-03-19 21:02:31 +01:00
Mikael Finstad
b5424b2f7d Make end time the end of video by default 2017-03-19 18:01:38 +01:00
Mikael Finstad
887c17d157 Update TODO.md 2017-03-19 17:33:29 +01:00
Mikael Finstad
9d061ac5c3 Be a bit smarter about aac/m4a files
See #28
2017-03-19 17:25:25 +01:00
Mikael Finstad
664878f591 Make end time the end of video by default 2017-03-19 15:50:43 +01:00
Mikael Finstad
fa6c737bc4 Make clean also delete dist folder 2017-03-19 15:48:55 +01:00
Mikael Finstad
9c6d7db4d9 add issue template 2017-02-27 11:04:05 +01:00
Mikael Finstad
e389b91cdb Update readme release instructionds 2017-02-11 14:56:35 +01:00
Mikael Finstad
e8a0eab280 Update changelog 2017-02-11 14:56:23 +01:00
Mikael Finstad
0b327f5294 1.5.0 2017-02-11 14:47:17 +01:00
Mikael Finstad
fdd3a681aa Improve build scripts 2017-02-11 14:47:04 +01:00
Mikael Finstad
742e9c6aa3 Set theme jekyll-theme-minimal 2017-02-11 13:55:21 +01:00