easyrip 4.13.0__py3-none-any.whl → 4.13.1__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.
- easyrip/global_val.py +1 -1
- easyrip/ripper/ripper.py +4 -4
- {easyrip-4.13.0.dist-info → easyrip-4.13.1.dist-info}/METADATA +1 -1
- {easyrip-4.13.0.dist-info → easyrip-4.13.1.dist-info}/RECORD +8 -8
- {easyrip-4.13.0.dist-info → easyrip-4.13.1.dist-info}/WHEEL +0 -0
- {easyrip-4.13.0.dist-info → easyrip-4.13.1.dist-info}/entry_points.txt +0 -0
- {easyrip-4.13.0.dist-info → easyrip-4.13.1.dist-info}/licenses/LICENSE +0 -0
- {easyrip-4.13.0.dist-info → easyrip-4.13.1.dist-info}/top_level.txt +0 -0
easyrip/global_val.py
CHANGED
|
@@ -4,7 +4,7 @@ from functools import cache
|
|
|
4
4
|
from pathlib import Path
|
|
5
5
|
|
|
6
6
|
PROJECT_NAME = "Easy Rip"
|
|
7
|
-
PROJECT_VERSION = "4.13.
|
|
7
|
+
PROJECT_VERSION = "4.13.1"
|
|
8
8
|
PROJECT_TITLE = f"{PROJECT_NAME} v{PROJECT_VERSION}"
|
|
9
9
|
PROJECT_URL = "https://github.com/op200/EasyRip"
|
|
10
10
|
PROJECT_RELEASE_API = "https://api.github.com/repos/op200/EasyRip/releases/latest"
|
easyrip/ripper/ripper.py
CHANGED
|
@@ -660,7 +660,7 @@ class Ripper:
|
|
|
660
660
|
)
|
|
661
661
|
|
|
662
662
|
encoder_format_str_list = [
|
|
663
|
-
get_vs_ff_cmd(f
|
|
663
|
+
get_vs_ff_cmd(f"-c:v {preset_name.value} {_param}")
|
|
664
664
|
]
|
|
665
665
|
|
|
666
666
|
case Ripper.Preset_name.svtav1:
|
|
@@ -678,7 +678,7 @@ class Ripper:
|
|
|
678
678
|
(f"-{key} {val}" for key, val in _option_map.items() if val)
|
|
679
679
|
)
|
|
680
680
|
|
|
681
|
-
encoder_format_str_list = [get_vs_ff_cmd(f
|
|
681
|
+
encoder_format_str_list = [get_vs_ff_cmd(f"-c:v libsvtav1 {_param}")]
|
|
682
682
|
|
|
683
683
|
case Ripper.Preset_name.vvenc:
|
|
684
684
|
_option_map = {
|
|
@@ -694,7 +694,7 @@ class Ripper:
|
|
|
694
694
|
(f"-{key} {val}" for key, val in _option_map.items() if val)
|
|
695
695
|
)
|
|
696
696
|
|
|
697
|
-
encoder_format_str_list = [get_vs_ff_cmd(f
|
|
697
|
+
encoder_format_str_list = [get_vs_ff_cmd(f"-c:v libvvenc {_param}")]
|
|
698
698
|
|
|
699
699
|
case Ripper.Preset_name.ffv1:
|
|
700
700
|
_option_map = {
|
|
@@ -706,7 +706,7 @@ class Ripper:
|
|
|
706
706
|
(f"-{key} {val}" for key, val in _option_map.items() if val)
|
|
707
707
|
)
|
|
708
708
|
|
|
709
|
-
encoder_format_str_list = [get_vs_ff_cmd(f
|
|
709
|
+
encoder_format_str_list = [get_vs_ff_cmd(f"-c:v ffv1 {_param}")]
|
|
710
710
|
|
|
711
711
|
case Ripper.Preset_name.subset:
|
|
712
712
|
encoder_format_str_list = []
|
|
@@ -4,7 +4,7 @@ easyrip/easyrip_command.py,sha256=AifME_dEPHzUAGJVFqwdIDE6RItOk2TO8QsKYV1kLYQ,29
|
|
|
4
4
|
easyrip/easyrip_log.py,sha256=R-dM3CWUBFITtG7GSD1zy4X4MhZqxkoiBPjlIpI76cY,15573
|
|
5
5
|
easyrip/easyrip_main.py,sha256=LnMRaUC0qZm4cN5aSoUOVPZ6QvCqjRQZI9khzF5vf_s,46980
|
|
6
6
|
easyrip/easyrip_prompt.py,sha256=3or0Vt4s6L53MCJtQmSylrTADZIIjX5gvpSb-JRe2P4,4844
|
|
7
|
-
easyrip/global_val.py,sha256=
|
|
7
|
+
easyrip/global_val.py,sha256=VFXvnK5HZjFTilBbqMrB_5L-2_y-ebJ6wCJwYq_FufE,866
|
|
8
8
|
easyrip/utils.py,sha256=N1rMF1MyoC-YFBgy10_u29cFoowfhR-5Viea93O7wQ4,8750
|
|
9
9
|
easyrip/easyrip_config/config.py,sha256=KWXZMEYxdXYUGLQ-MR0A7nnOwR6QZdVrWBopfb2QZSA,9869
|
|
10
10
|
easyrip/easyrip_config/config_key.py,sha256=_jjdKOunskUoG7UUWOz3QZK-s4LF_x6hmM9MKttyS2Q,766
|
|
@@ -19,14 +19,14 @@ easyrip/easyrip_web/http_server.py,sha256=iyulCAFQrJlz86Lrr-Dm3fhOnNCf79Bp6fVHhr
|
|
|
19
19
|
easyrip/easyrip_web/third_party_api.py,sha256=GhP6LmR1sVMeLLbnj82r-QYjoUdSnyaU9xp0LRnRLsw,4623
|
|
20
20
|
easyrip/ripper/media_info.py,sha256=mQq_vbQ7S9fWpb39HLkoZlAL-pqNfwxewv6X776Nf50,5078
|
|
21
21
|
easyrip/ripper/param.py,sha256=PfJzJz9LPCB5hAM9G4GjPxdn_EZRgAz-vxYzuHGQLp8,13084
|
|
22
|
-
easyrip/ripper/ripper.py,sha256=
|
|
22
|
+
easyrip/ripper/ripper.py,sha256=4u-Rx1AMD9LjAsEkwOuJTPTAKEiDz5cuAlSaF73rnV4,52630
|
|
23
23
|
easyrip/ripper/sub_and_font/__init__.py,sha256=cBT7mxL7RRFaJXFPXuZ7RT-YK6FbnanaU5v6U9BOquw,153
|
|
24
24
|
easyrip/ripper/sub_and_font/ass.py,sha256=EhDkVY5JXU77euWPId7H2v85j444m8ZLm7wUid7TYd8,35307
|
|
25
25
|
easyrip/ripper/sub_and_font/font.py,sha256=X2dPcPzbwQf3fv_g_mxO-zY7puVAX9Nv-9QHn88q4oA,7745
|
|
26
26
|
easyrip/ripper/sub_and_font/subset.py,sha256=--rAA3VH1rm_jBOC3yMs3rOJpn3tPuvfXqkimbBtx3s,18653
|
|
27
|
-
easyrip-4.13.
|
|
28
|
-
easyrip-4.13.
|
|
29
|
-
easyrip-4.13.
|
|
30
|
-
easyrip-4.13.
|
|
31
|
-
easyrip-4.13.
|
|
32
|
-
easyrip-4.13.
|
|
27
|
+
easyrip-4.13.1.dist-info/licenses/LICENSE,sha256=hIahDEOTzuHCU5J2nd07LWwkLW7Hko4UFO__ffsvB-8,34523
|
|
28
|
+
easyrip-4.13.1.dist-info/METADATA,sha256=4D-2WPxCi3IHV_WfPBRKBhnSreiKvD_cdQikdlOaKgs,3507
|
|
29
|
+
easyrip-4.13.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
30
|
+
easyrip-4.13.1.dist-info/entry_points.txt,sha256=D6GBMMTzZ-apgX76KyZ6jxMmIFqGYwU9neeLLni_qKI,49
|
|
31
|
+
easyrip-4.13.1.dist-info/top_level.txt,sha256=kuEteBXm-Gf90jRQgH3-fTo-Z-Q6czSuUEqY158H4Ww,8
|
|
32
|
+
easyrip-4.13.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|