jbilcke-hf HF staff commited on
Commit
ba98e69
Β·
1 Parent(s): 22efb88

try to fix

Browse files
src/postprod/{interpolate.mts β†’ interpolate.txt} RENAMED
@@ -1,4 +1,4 @@
1
- import { interpolateVideo } from "./interpolateVideoCLI.mts"
2
 
3
  // to test this file:
4
  // npm run postprod:interpolate sandbox/video/raccoon.mp4 sandbox/video/output.mp4
 
1
+ import { interpolateVideo } from "./interpolateVideoCLILegacy.mts"
2
 
3
  // to test this file:
4
  // npm run postprod:interpolate sandbox/video/raccoon.mp4 sandbox/video/output.mp4
src/postprod/{interpolateVideoCLI.mts β†’ interpolateVideoCLI.txt} RENAMED
File without changes
src/postprod/{InterpolateVideoCLI_legacy.mts β†’ interpolateVideoCLILegacy.mts} RENAMED
File without changes
src/postprod/interpolate_legacy.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { interpolateVideo } from "./InterpolateVideoCLI_legacy.mts"
2
 
3
  // to test this file:
4
  // npm run postprod:interpolate sandbox/video/1688471841394.mp4 sandbox/video/output.mp4
 
1
+ import { interpolateVideo } from "./interpolateVideoCLILegacy.mts"
2
 
3
  // to test this file:
4
  // npm run postprod:interpolate sandbox/video/1688471841394.mp4 sandbox/video/output.mp4
start.sh CHANGED
@@ -8,10 +8,10 @@ bash ./scripts/init.sh
8
  # bash scripts/download_fresh_music.sh
9
 
10
  # ---------- CONTENT ALIGNMENT ---------
11
- bash scripts/censorship.sh
12
 
13
  # ----------- ARCHIVE OLD, UNINTERESTING VIDEOS -------
14
- bash scripts/decimate_content.sh
15
 
16
  # ------ background processes ---------
17
 
 
8
  # bash scripts/download_fresh_music.sh
9
 
10
  # ---------- CONTENT ALIGNMENT ---------
11
+ # bash scripts/censorship.sh
12
 
13
  # ----------- ARCHIVE OLD, UNINTERESTING VIDEOS -------
14
+ # bash scripts/decimate_content.sh
15
 
16
  # ------ background processes ---------
17