ffmpeg-normalize 1.28.0__py2.py3-none-any.whl → 1.28.1__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.
@@ -414,7 +414,7 @@ class MediaFile:
414
414
  all_stats = AudioStream.prune_and_parse_loudnorm_output(
415
415
  output, num_stats=len(self.streams["audio"])
416
416
  )
417
- for idx, audio_stream in self.streams["audio"].items():
417
+ for idx, audio_stream in enumerate(self.streams["audio"].values()):
418
418
  audio_stream.set_second_pass_stats(all_stats[idx])
419
419
 
420
420
  # collect all stats for the final report, again (overwrite the input)
@@ -1 +1 @@
1
- __version__ = "1.28.0"
1
+ __version__ = "1.28.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ffmpeg-normalize
3
- Version: 1.28.0
3
+ Version: 1.28.1
4
4
  Summary: Normalize audio via ffmpeg
5
5
  Home-page: https://github.com/slhck/ffmpeg-normalize
6
6
  Author: Werner Robitza
@@ -563,6 +563,11 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
563
563
  # Changelog
564
564
 
565
565
 
566
+ ## v1.28.1 (2024-05-15)
567
+
568
+ * Fix assignment of audio statistics, fixes #257.
569
+
570
+
566
571
  ## v1.28.0 (2024-05-13)
567
572
 
568
573
  * Warn if dynamic mode is used but linear specified (#256)
@@ -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=zvqxGvyAfx1pZr7kSlhHACx5qJC-atlmQpbVIptVHUQ,10346
6
6
  ffmpeg_normalize/_logger.py,sha256=3Ap4Fxg7xGrzz7h4IGuNEf0KKstx0Rq_eLbHPrHzcrI,1841
7
- ffmpeg_normalize/_media_file.py,sha256=o6N_0be1Z4KsuWz5o6IP3gXix4Pqrhvy_roxo06NMic,16298
7
+ ffmpeg_normalize/_media_file.py,sha256=oBZl0wl6XEyJLWNxtyhgZR_9cp22D9-hSUUHDC8LdQo,16310
8
8
  ffmpeg_normalize/_streams.py,sha256=5zLlSK2vMTBs0HzBTmI5UiJVqSp1Nk19TZXpxNtjkIA,19973
9
- ffmpeg_normalize/_version.py,sha256=4uJZcB2NwmcUxmnUm9N9cn2pOxmFcTiUDKF7ilQLWck,23
9
+ ffmpeg_normalize/_version.py,sha256=GNxoM8SI2qRTXk0Hyl17OqL1txdSUOLdXssQ5A6aSVU,23
10
10
  ffmpeg_normalize/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- ffmpeg_normalize-1.28.0.dist-info/LICENSE,sha256=zeqAHGWrSIwdPHsZMZv1_N0gGFO1xxjcZEz9CplR4EM,1086
12
- ffmpeg_normalize-1.28.0.dist-info/METADATA,sha256=iqT0DqRw00W1K8MkeeVSihw2D3bQ_qz-Gc-kvTwCwJk,50864
13
- ffmpeg_normalize-1.28.0.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
14
- ffmpeg_normalize-1.28.0.dist-info/entry_points.txt,sha256=X0EC5ptb0iGOxrk3Aa65dVQtvUixngLd_2-iAtSixdc,68
15
- ffmpeg_normalize-1.28.0.dist-info/top_level.txt,sha256=wnUkr17ckPrrU1JsxZQiXbEBUnHKsC64yck-MemEBuI,17
16
- ffmpeg_normalize-1.28.0.dist-info/RECORD,,
11
+ ffmpeg_normalize-1.28.1.dist-info/LICENSE,sha256=zeqAHGWrSIwdPHsZMZv1_N0gGFO1xxjcZEz9CplR4EM,1086
12
+ ffmpeg_normalize-1.28.1.dist-info/METADATA,sha256=jnU_otZQTVQmuDli7HJrUBF4dnpS4ct5ffq3x5-EaPA,50941
13
+ ffmpeg_normalize-1.28.1.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
14
+ ffmpeg_normalize-1.28.1.dist-info/entry_points.txt,sha256=X0EC5ptb0iGOxrk3Aa65dVQtvUixngLd_2-iAtSixdc,68
15
+ ffmpeg_normalize-1.28.1.dist-info/top_level.txt,sha256=wnUkr17ckPrrU1JsxZQiXbEBUnHKsC64yck-MemEBuI,17
16
+ ffmpeg_normalize-1.28.1.dist-info/RECORD,,