Mikael Finstad
Mikael Finstad
I want this issue to be a place where we can vote and discuss which functions shall be bound to keyboard shortcuts. You can **leave an upvote on the shortcuts/functions...
An often requested feature that would allow a more dynamic timeline, kind of like a traditional editor with multiple files. This is a very big feature, and I'm not sure...
Timecode can be embedded in a file. # Possible features - [x] Set custom time offset automatically to the read timecode when loading a file - [x] View timecode in...
## Format metadata This is metadata that affects presentation of the video, and is stored in the container format (not in the individual streams). ### Display aspect ratio (`-aspect`) From...
Currently there is no way to directly select cover art as a frame from the timeline. As a workaround until this is implemented, you can take a snapshot using the...
There is an issue with iPhone HEVC/H265 videos. Just passing them through `ffmpeg` (even without cutting) causes some issues with the output. More info: https://stackoverflow.com/questions/61390646/how-to-make-ffmpeg-remux-an-iphone-mov-hevc-that-works-on-apple-products I have created an issue...
As more and more of the npm ecosystem is migrating to ES Modules, LosslessCut also needs to do that in order to benefit from newer versions of packages (commonjs is...
When merging video files and enabling chapterization, allow renaming the chapters to something other than the source file names.
There have been many requests for preserving metadata, or some metadata getting lost when exporting. In my experience it seems to happen more often in older or more obscure codecs....
It is currently done like this: https://github.com/mifi/lossless-cut/blob/1a5934124734f5bb34ae142aea0464ae209480ba/src/ffmpeg.js#L536 https://github.com/mifi/lossless-cut/blob/1a5934124734f5bb34ae142aea0464ae209480ba/src/ffmpeg.js#L548 However this causes a major slowdown (when `preserveMetadataOnMerge` = true). Just using `-map_metadata 0` with the `concat` demuxer doesn't seem to preserve...