You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--list print the list of clips instead of actually exporting
102
-
them.
103
102
--clipname CLIPNAME specify which clip name you want to export.
104
103
--minrating {1,2,3,4,5,6,7,8,9,10}
105
104
only export clips with rating >= minrating.
@@ -116,14 +115,22 @@ optional arguments:
116
115
--maxt1 MAXT1 only export clips with t1 <= maxt1.
117
116
--mint2 MINT2 only export clips with mint2 <= t2.
118
117
--maxt2 MAXT2 only export clips with t2 <= maxt2.
119
-
--filetype {mp3,mp4} filetype to export as either mp3 or mp4.
120
-
--normalizeaudio normalize the audio of the output clip, which will
121
-
make the clipper take longer. this only works with mp4
122
-
at the moment.
118
+
--prepad PREPAD pads the start of the clip with <prepad> seconds.
119
+
--postpad POSTPAD pads the end of clip with <endpad> seconds.
120
+
--filetype {mp3,mp4,gif,wav}
121
+
filetype to export as either mp3, mp4 or gif.
122
+
--normalizeaudio normalize the audio of the output clip. this only
123
+
works with mp4 at the moment.
123
124
--noprefix include prefix specifying info about the clip.
124
125
--clearexport clear the export folder before exporting.
125
-
--silent if --silent is passed, then progress is not printed to
126
-
the console.
126
+
--silent if --silent is passed, nothing is printed to the
127
+
console.
128
+
--list prints the list instead of clipping.
129
+
--loadempty if --loadempty is passed, then csvs located in the
130
+
"empty" csv folder are also loaded.
131
+
--includeplaceholder if --includeplaceholder is passed, then placeholders
132
+
are included.
133
+
--threads THREADS Amount of threads used to download clips, default 4
127
134
```
128
135
129
136
### Examples Using Optional Arguments
@@ -139,12 +146,11 @@ optional arguments:
139
146
| Export clips from E19 |``python main.py --tag E19* ``|
140
147
| Export clips from the first 60 seconds of all lectures (e.g. "Godmorgen"-clips) |``python main.py --maxt1 60``|
141
148
142
-
143
149
If you have any ideas for useful optional arguments, please feel free to reach out to me or request a feature [here](https://github.com/vstenby/Best-of-Mat-1/issues).
144
150
145
151
## Special Thanks 🙏
146
152
147
-
I would like to thank Jonas ([@YoonAddicting](https://github.com/YoonAddicting/DTU-Video-Downloader)) for his DTU-Video-Downloader. Without his downloader, Best of Mat 1 would not have happend after DTU changed over to video.dtu.dk.
153
+
I would like to thank Jonas ([@YoonAddicting](https://github.com/YoonAddicting/DTU-Video-Downloader)) for his DTU-Video-Downloader. Without his downloader, Best of Mat 1 would not have happend after DTU changed over to video.dtu.dk. While we're at the technical thanks, a huge shout-out to Lucas ([@TheLucanus](https://github.com/TheLucanus)) for his implementation of multi-threading, which helped tremendously with speeding up the downloader!
148
154
149
155
Furthermore, I would also like to thank Rasmus ([@rasgaard](https://github.com/rasgaard)) for many lively discussions on the software and for many hours of watching lectures.
0 commit comments