We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81a426 commit c674d00Copy full SHA for c674d00
src/main.rs
@@ -134,15 +134,16 @@ fn main() {
134
[x] Make directory for metadata
135
[x] Store Metadata in JSON
136
137
- [ ] FFMPEG to generate media
+ [x] FFMPEG to generate media
138
[x] thumbnails
139
- [ ] gif
+ xx] gif
140
[x] preview image
141
[x] HLS
142
[x] DASH
143
- [ ] Metadata
+ xx] Metadata
144
+ [ ] Move hard coded path out of functions and into main
145
+ [ ] Refactor to get rid of unwraps and panics
146
[ ] Upload metadata to database
-
147
[ ] Create queue watcher to start running jobs (watches queueu every 5 seconds)
148
- On new item run generator process
149
*/
0 commit comments