File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ vic http://example.com/video.avi -w 20
55
55
-w <int> Max output width, in columns.
56
56
Use -w 9999 for fullscreen.
57
57
Defaults to 40.
58
+
58
59
--hide-controls Hide helper text below the video.
59
60
```
60
61
@@ -65,11 +66,18 @@ vic http://example.com/video.avi -w 20
65
66
66
67
space ... play/pause
67
68
j/l ..... seek back/forwards
68
- s ....... remove/keep segment
69
69
m ....... make marker
70
70
q ....... finish
71
71
```
72
72
73
73
## Notes
74
74
75
75
Here's a blog post: https://wonger.dev/posts/chafa-ffmpeg-progress
76
+
77
+ My main focus for now is fiddling with GitHub Actions and building static binaries.
78
+
79
+ The other big task is to add audio.
80
+
81
+ There's several quality-of-life improvements to work on.
82
+
83
+ Pull requests welcome :)
You can’t perform that action at this time.
0 commit comments