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

Merge commit '975fe63ba617fe686851829a7176ec48d2d7ce09'

This commit is contained in:
Mikael Finstad 2019-05-06 21:11:34 +02:00
commit 09922d9b24

View File

@ -53,9 +53,9 @@ Note: The original video files will not be modified. Instead it creates a lossle
Press <kbd>h</kbd> To show/hide list of shortcuts Press <kbd>h</kbd> To show/hide list of shortcuts
## Known issues & limitations ## Known issues & limitations
- Cutting times are not accurate and will be "rounded" to the nearest keyframe. In the future I plan on showing keyframes in the timecale, and eventually implement a "smart cut" feature that re-encodes the part before the keyframe. - **Cutting times are not accurate and will be "rounded" to the nearest keyframe.** In the future I plan on showing keyframes in the timecale, and eventually implement a "smart cut" feature that re-encodes the part before the keyframe. See #126
- H265 is not yet supported natively. You need to convert to friendly codec from the menu, see #88 - H265 is not yet supported natively. You need to convert to friendly codec from the menu, see #88
- If you have trouble cutting, try toggling the button `kc` *(kc cut)* to `nc` *(normal cut)*. Also try to toggle `all` (all streams) to `ps` (primary streams). See discussion in [#13](https://github.com/mifi/lossless-cut/pull/13) GoPro 6/7 seems to require `nc`. - If you have trouble cutting, try toggling the button `kc` *(kc cut)* to `nc` *(normal cut)*. Also try to toggle `all` (all streams) to `ps` (primary streams). See discussion in [#13](https://github.com/mifi/lossless-cut/pull/13). GoPro 6/7 seems to require `nc`. `all` (all streams) seems to cause wrong length in GoPro footage (see [#146](https://github.com/mifi/lossless-cut/issues/146) [#121](https://github.com/mifi/lossless-cut/issues/121))
- If you get an error when cutting any kind of file under Windows, please check your anti-virus. It might be blocking execution of ffmpeg, see [#18](https://github.com/mifi/lossless-cut/issues/18) - If you get an error when cutting any kind of file under Windows, please check your anti-virus. It might be blocking execution of ffmpeg, see [#18](https://github.com/mifi/lossless-cut/issues/18)
## Development building / running ## Development building / running