ffmpeg-normalize 1.29.1__py2.py3-none-any.whl → 1.29.2__py2.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.
@@ -24,6 +24,8 @@ _logger = logging.getLogger(__name__)
24
24
  AUDIO_ONLY_FORMATS = {"aac", "ast", "flac", "mka", "oga", "ogg", "opus", "wav"}
25
25
  ONE_STREAM = {"aac", "ast", "flac", "mp3", "wav"}
26
26
 
27
+ TQDM_BAR_FORMAT = "{desc}: {percentage:3.2f}% |{bar}{r_bar}"
28
+
27
29
 
28
30
  def _to_ms(**kwargs: str) -> int:
29
31
  hour = int(kwargs.get("hour", 0))
@@ -189,7 +191,12 @@ class MediaFile:
189
191
 
190
192
  # run the second pass as a whole
191
193
  if self.ffmpeg_normalize.progress:
192
- with tqdm(total=100, position=1, desc="Second Pass") as pbar:
194
+ with tqdm(
195
+ total=100,
196
+ position=1,
197
+ desc="Second Pass",
198
+ bar_format=TQDM_BAR_FORMAT,
199
+ ) as pbar:
193
200
  for progress in self._second_pass():
194
201
  pbar.update(progress - pbar.n)
195
202
  else:
@@ -225,6 +232,7 @@ class MediaFile:
225
232
  total=100,
226
233
  position=1,
227
234
  desc=f"Stream {index + 1}/{len(self.streams['audio'].values())}",
235
+ bar_format=TQDM_BAR_FORMAT,
228
236
  ) as pbar:
229
237
  for progress in fun():
230
238
  pbar.update(progress - pbar.n)
@@ -1 +1 @@
1
- __version__ = "1.29.1"
1
+ __version__ = "1.29.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ffmpeg-normalize
3
- Version: 1.29.1
3
+ Version: 1.29.2
4
4
  Summary: Normalize audio via ffmpeg
5
5
  Home-page: https://github.com/slhck/ffmpeg-normalize
6
6
  Author: Werner Robitza
@@ -19,6 +19,7 @@ Classifier: Programming Language :: Python :: 3.8
19
19
  Classifier: Programming Language :: Python :: 3.9
20
20
  Classifier: Programming Language :: Python :: 3.10
21
21
  Classifier: Programming Language :: Python :: 3.11
22
+ Classifier: Programming Language :: Python :: 3.12
22
23
  Requires-Python: >=3.8
23
24
  Description-Content-Type: text/markdown
24
25
  License-File: LICENSE
@@ -598,6 +599,13 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
598
599
  # Changelog
599
600
 
600
601
 
602
+ ## v1.29.2 (2024-11-18)
603
+
604
+ * Fix: show percentage with two decimal digits in progress.
605
+
606
+ * Chore: add python 12.
607
+
608
+
601
609
  ## v1.29.1 (2024-10-22)
602
610
 
603
611
  * Fix: override argparse usage.
@@ -4,13 +4,13 @@ ffmpeg_normalize/_cmd_utils.py,sha256=A6quxjOl5tLHxgcs7SdMXzuOCP_JjUTzL1iUD4G7DJ
4
4
  ffmpeg_normalize/_errors.py,sha256=brTQ4osJ4fTA8wnyMPVVYfGwJ0wqeShRFydTEwi_VEY,48
5
5
  ffmpeg_normalize/_ffmpeg_normalize.py,sha256=mARUHvgLwcs0yGsuDkkDZYqE2JJmnEZtkADKUS4giRc,10556
6
6
  ffmpeg_normalize/_logger.py,sha256=3Ap4Fxg7xGrzz7h4IGuNEf0KKstx0Rq_eLbHPrHzcrI,1841
7
- ffmpeg_normalize/_media_file.py,sha256=FgLHy1lwfvI1EpEvLioyBD30Pj4XzMYUceJ3-J_mb80,16434
7
+ ffmpeg_normalize/_media_file.py,sha256=ym9t_J3Z_jCiL0YMGwk0-E0o3qg858d4-3JX7hAiFmk,16651
8
8
  ffmpeg_normalize/_streams.py,sha256=5zLlSK2vMTBs0HzBTmI5UiJVqSp1Nk19TZXpxNtjkIA,19973
9
- ffmpeg_normalize/_version.py,sha256=jl9sqrR0RksKrgJ0uh2M_-o7BYsG7QHE0tRxgQfFH64,23
9
+ ffmpeg_normalize/_version.py,sha256=x7VlhF5gtHvQF5azFyGSActBYj8D2TvquvRXi3DdQdA,23
10
10
  ffmpeg_normalize/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- ffmpeg_normalize-1.29.1.dist-info/LICENSE,sha256=zeqAHGWrSIwdPHsZMZv1_N0gGFO1xxjcZEz9CplR4EM,1086
12
- ffmpeg_normalize-1.29.1.dist-info/METADATA,sha256=adIKSYV75G1uxkpI1n029PFXbAGcTqAinkYcapMyUbs,56152
13
- ffmpeg_normalize-1.29.1.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
14
- ffmpeg_normalize-1.29.1.dist-info/entry_points.txt,sha256=X0EC5ptb0iGOxrk3Aa65dVQtvUixngLd_2-iAtSixdc,68
15
- ffmpeg_normalize-1.29.1.dist-info/top_level.txt,sha256=wnUkr17ckPrrU1JsxZQiXbEBUnHKsC64yck-MemEBuI,17
16
- ffmpeg_normalize-1.29.1.dist-info/RECORD,,
11
+ ffmpeg_normalize-1.29.2.dist-info/LICENSE,sha256=zeqAHGWrSIwdPHsZMZv1_N0gGFO1xxjcZEz9CplR4EM,1086
12
+ ffmpeg_normalize-1.29.2.dist-info/METADATA,sha256=En7t5Ll7zA6K2mbO9nCu5DqjZhHZJlyIPHZlZoW-N6M,56315
13
+ ffmpeg_normalize-1.29.2.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
14
+ ffmpeg_normalize-1.29.2.dist-info/entry_points.txt,sha256=X0EC5ptb0iGOxrk3Aa65dVQtvUixngLd_2-iAtSixdc,68
15
+ ffmpeg_normalize-1.29.2.dist-info/top_level.txt,sha256=wnUkr17ckPrrU1JsxZQiXbEBUnHKsC64yck-MemEBuI,17
16
+ ffmpeg_normalize-1.29.2.dist-info/RECORD,,