Commit Graph

54 Commits (v3.7.0)

Author SHA1 Message Date
Mikael Finstad ea222ad12a show ffmpeg command log 6 years ago
Mikael Finstad fc4c8873ac checkbox for merge all streams 6 years ago
Mikael Finstad 76995daee4 export data streams as separate files by default 6 years ago
Mikael Finstad 85c8d47058 fix division by zero 6 years ago
Mikael Finstad dbb58053ed use correct extension for format 6 years ago
Mikael Finstad f73f7691e1 many improvements
- allow include streams from other files #214
- confirm on replace existing file
- allow select more formats
- fix output extension issue
- confirm open and close when editing existing file #229
- improve ui
6 years ago
Mikael Finstad fa65b283ae add hevc as output codec 6 years ago
Mikael Finstad bab424131f UI improvements #128 #189 6 years ago
Mikael Finstad e913982dc4 Many UI improvements #189
- support arbitrary stream selection #214
- implement mute playbakc #125
6 years ago
Mikael Finstad 5b69fd9a3b cleanup some deps 6 years ago
Mikael Finstad 9ed3b4a40e Implement convert with audio #94 6 years ago
Mikael Finstad 085b72591e suppor timecode running time #211 6 years ago
Mikael Finstad 0c65d6eee5 extract also raw data streams 6 years ago
Mikael Finstad 6b67f6546d rewrite to modern hooks 6 years ago
Mikael Finstad ee3d7eb6ae include all streams also in merge #227 6 years ago
Mikael Finstad b33df356d5 Fix #195 6 years ago
Mikael Finstad f9e43a3bb4 upgrade build system
- change to electron-builder
- upgrade electron to 7
- use ffmpeg-static
6 years ago
Mikael Finstad f4fb54fff6 Improvements
- add low FPS support for HEVC/H265 and PRORES using ffmpeg per-frame rendering
- rotation previews
- refactoring
6 years ago
Mikael Finstad 73482bdf52 Fix for TS with unknown streams #170 6 years ago
Mikael Finstad 02a10bc306 attempt to fix https://github.com/mifi/lossless-cut/issues/141 6 years ago
Mikael Finstad 7c34b50f7f allow custom output dir for merge and extract also 6 years ago
Mikael Finstad 397b8b6bf8 Auto delete segments on merge #147 6 years ago
Mikael Finstad e16d235a38 allow merge with multi cut
should cover #98
7 years ago
Mikael Finstad 0051e4d289 implement multi cut feature 🎉
#12
7 years ago
Mikael Finstad 461e909e47 add default subtitle codec too 7 years ago
Mikael Finstad 9dc15267c8 fix merge extension 7 years ago
Mikael Finstad e7f61dca61 implement extract all streams #106 7 years ago
Mikael Finstad cfaa11028e Implement merge function
Also upgrade to react 16, sweetalert2 8 and refactor a bit
7 years ago
Mikael Finstad 8817c2c80b modernize code and use sweetalert2 7 years ago
Mikael Finstad 31c8b86e50 Allow for testing keyframe cut
This means a button for toggling whether -ss should be before -i or after (default)
See discussion #13 and #79
Also some text/button enchancements
7 years ago
Mikael Finstad 197c2f9418 transfer timestamp when html5ifying also 7 years ago
Mikael Finstad c13e54f5a3 Don't set cutEndTime when duration arrives
Instead make cutEndTime === undefined mean that there is no cut end
The problem was that duration can change later
...when starting to playback
7 years ago
Mikael Finstad a75e47432f Add button to strip audio (#71) 7 years ago
matdv 0a3b716591 Add option to include all streams (#76)
* Add option to include all streams
7 years ago
Mikael Finstad ef54e1b29f Allow pre-formatting or pre-encoding the video for more format support
Will still cut in original file.
7 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
7 years ago
Mikael Finstad 4493aa5572 Bugfixes
Fix issue with two dots in extension
Also don't cut end if endpoint is the end of the video
8 years ago
rarosalion 653d6b9936 Now copies subtitles, too (#66)
The exiting version drops subtitle streams. Added flags to ffmpeg to copy subtitles (if they exist)
8 years ago
Mikael Finstad 7962e174e6 Implement lossless rotation
Allow for setting rotation metadata
8 years ago
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
8 years ago
Mikael Finstad 61a13ceabe Make ffmpeg map metadata 8 years ago
Mikael Finstad 60060d4b73 Preserve file modification time when cutting/screenshotting 8 years ago
Mikael Finstad d208270cd0 Implement progress 8 years ago
Mikael Finstad f70c994b9f Also save to custom output dir when capturing frame
(Make common method)
8 years ago
Mikael Finstad 9d061ac5c3 Be a bit smarter about aac/m4a files
See #28
9 years ago
Mikael Finstad 21898711dc Support more mkv files
https://github.com/mifi/lossless-cut/issues/15
9 years ago
Mikael Finstad 08d9976482 Implement custom output dir button 9 years ago
Mikael Finstad 3a79af75fa Remove extraneous dot 9 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.
9 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
9 years ago