remove old file

pull/276/head
Mikael Finstad 2020-02-19 13:02:45 +08:00
rodzic 85c8d47058
commit e4ebd604cc
2 zmienionych plików z 1 dodań i 15 usunięć

15
TODO.md
Wyświetl plik

@ -1,15 +0,0 @@
## TODO / ideas
- Visual feedback on button presses
- support for previewing other formats by streaming through ffmpeg?
- Slow scrub with modifier key
- show frame number (approx?)
- ffprobe show keyframes (pprobe -of json -select_streams v -show_frames file.mp4)
- Shortcut Cmd+o also triggers o (cut end)
- Travis github deploys https://docs.travis-ci.com/user/deployment
- react video ref="video" this.refs.video.play()
## Links
- http://apple.stackexchange.com/questions/117306/what-options-are-available-to-losslessly-trim-mp4-m4v-video-on-10-8-or-above
- http://superuser.com/questions/554620/how-to-get-time-stamp-of-closest-keyframe-before-a-given-timestamp-with-ffmpeg/554679#554679
- http://www.fame-ring.com/smart_cutter.html
- https://github.com/electron/electron/issues/2538

Wyświetl plik

@ -9,6 +9,7 @@ body {
background: black;
}
/* https://github.com/electron/electron/issues/2538 */
:not(input):not(textarea),
:not(input):not(textarea)::after,
:not(input):not(textarea)::before {