chenjoya commited on
Commit
1968eed
·
1 Parent(s): 229d737
app.py CHANGED
@@ -41,7 +41,6 @@ with gr.Blocks() as demo:
41
  )
42
  gr_examples = gr.Examples(
43
  examples=[
44
- 'demo/sources/howto_fix_laptop_mute_720p.mp4',
45
  'demo/sources/howto_fix_laptop_mute_1080p.mp4',
46
  ],
47
  inputs=[gr_video],
 
41
  )
42
  gr_examples = gr.Examples(
43
  examples=[
 
44
  'demo/sources/howto_fix_laptop_mute_1080p.mp4',
45
  ],
46
  inputs=[gr_video],
demo/sources/howto_fix_laptop_mute_1080p.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:88ba48f81d1035c0d583ba3a58b596ac06b9b813069dc6ed6d8b70405c01c05a
3
- size 29220566
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e398d2c0661dd0915adaae77e6af448b91cad8238e851c6294b7ace3412b767d
3
+ size 9533715
ffmpeg_720p.sh DELETED
@@ -1 +0,0 @@
1
- ffmpeg -ss 0 -t 30 -i demo/sources/howto_fix_laptop_mute_1080p.mp4 -vf "scale='if(gt(a,1),-2,720)':'if(gt(a,1),720,-2)'" -an demo/sources/howto_fix_laptop_mute_720p.mp4 -y
 
 
ffmpeg_preprocess.sh ADDED
@@ -0,0 +1 @@
 
 
1
+ ffmpeg -ss 0 -t 40 -i howto_fix_laptop_mute_1080p.mp4 -vf "scale='if(gt(a,1),-2,720)':'if(gt(a,1),720,-2)'" -an demo/sources/howto_fix_laptop_mute_1080p.mp4 -y