fid-ffmpeg 0.3.6__py3-none-any.whl → 0.3.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- fid/fid.py +1 -1
- fid/welcome.py +16 -0
- {fid_ffmpeg-0.3.6.dist-info → fid_ffmpeg-0.3.7.dist-info}/METADATA +1 -1
- fid_ffmpeg-0.3.7.dist-info/RECORD +9 -0
- fid_ffmpeg-0.3.6.dist-info/RECORD +0 -8
- {fid_ffmpeg-0.3.6.dist-info → fid_ffmpeg-0.3.7.dist-info}/WHEEL +0 -0
- {fid_ffmpeg-0.3.6.dist-info → fid_ffmpeg-0.3.7.dist-info}/entry_points.txt +0 -0
- {fid_ffmpeg-0.3.6.dist-info → fid_ffmpeg-0.3.7.dist-info}/licenses/LICENSE +0 -0
- {fid_ffmpeg-0.3.6.dist-info → fid_ffmpeg-0.3.7.dist-info}/top_level.txt +0 -0
fid/fid.py
CHANGED
fid/welcome.py
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
from rich.console import Console
|
|
2
|
+
from rich.panel import Panel
|
|
3
|
+
from rich.text import Text
|
|
4
|
+
console = Console()
|
|
5
|
+
def welcome():
|
|
6
|
+
logo = Text("fid-ffmpeg", style="bold gradient(blue , magenta)")
|
|
7
|
+
console.print(logo ,justify="center")
|
|
8
|
+
console.print( Panel.fit("[bold] fid-ffmpeg Helper [/bold]\n\n"
|
|
9
|
+
"[green]Commands:[/green]\n"
|
|
10
|
+
" • info Show video info\n"
|
|
11
|
+
" • audio Extract audio\n"
|
|
12
|
+
" • frames Extract frames\n"
|
|
13
|
+
" • gif Create gif\n"
|
|
14
|
+
" • mute Remove audio\n"
|
|
15
|
+
" • compress Compress video\n\n"
|
|
16
|
+
"[dim]Run : fid <command> <video path>[/dim]", border_style="cyan",))
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
fid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
fid/fid.py,sha256=o9o5y_s_2lR2bBrBP9FgH8VMr5nyQJt5_c6HrVRQw6Q,2094
|
|
3
|
+
fid/welcome.py,sha256=gexzBqRn7Qi5__iurmk2_SVw47qxdruYcESBkvZRqtY,639
|
|
4
|
+
fid_ffmpeg-0.3.7.dist-info/licenses/LICENSE,sha256=8HFb3MtS3r_RTfGUr8mm6IbZocu4o4vc2f2U00Z3Tmc,255
|
|
5
|
+
fid_ffmpeg-0.3.7.dist-info/METADATA,sha256=1rNFmoAeaKa57o6K04RqHSxNg0nJniq9wcdkrcTtjW4,1126
|
|
6
|
+
fid_ffmpeg-0.3.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
7
|
+
fid_ffmpeg-0.3.7.dist-info/entry_points.txt,sha256=wc8Iju3nkXAuyqF5NB1276l_AGtakuifMGR3D42dqB8,36
|
|
8
|
+
fid_ffmpeg-0.3.7.dist-info/top_level.txt,sha256=5jgogeo314G3j_oXUp3BE4wBE3t82ijRwLwF1KnYiDg,4
|
|
9
|
+
fid_ffmpeg-0.3.7.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
fid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
fid/fid.py,sha256=VE9zX5ZX-v3Q9yLUtBMklqRddzAjFfZoqqOPfYeBZVo,2093
|
|
3
|
-
fid_ffmpeg-0.3.6.dist-info/licenses/LICENSE,sha256=8HFb3MtS3r_RTfGUr8mm6IbZocu4o4vc2f2U00Z3Tmc,255
|
|
4
|
-
fid_ffmpeg-0.3.6.dist-info/METADATA,sha256=fj46bqysH7XGTWIIgUWtvDQrm4pcNeod56w6HY7m5nw,1126
|
|
5
|
-
fid_ffmpeg-0.3.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
6
|
-
fid_ffmpeg-0.3.6.dist-info/entry_points.txt,sha256=wc8Iju3nkXAuyqF5NB1276l_AGtakuifMGR3D42dqB8,36
|
|
7
|
-
fid_ffmpeg-0.3.6.dist-info/top_level.txt,sha256=5jgogeo314G3j_oXUp3BE4wBE3t82ijRwLwF1KnYiDg,4
|
|
8
|
-
fid_ffmpeg-0.3.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|