From e4ebd604cc206ea3adca1315ad027e51e31b20d6 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Wed, 19 Feb 2020 13:02:45 +0800 Subject: [PATCH] remove old file --- TODO.md | 15 --------------- src/main.css | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 8715d8f9..00000000 --- a/TODO.md +++ /dev/null @@ -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 diff --git a/src/main.css b/src/main.css index 69100ba4..cb720a28 100644 --- a/src/main.css +++ b/src/main.css @@ -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 {