Spaces:
Runtime error
Runtime error
fix
Browse files- app.py +0 -1
- demo/sources/howto_fix_laptop_mute_1080p.mp4 +2 -2
- ffmpeg_720p.sh +0 -1
- ffmpeg_preprocess.sh +1 -0
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:
|
| 3 |
-
size
|
|
|
|
| 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
|