yta-video-opengl 0.0.27__tar.gz → 0.0.28__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: yta-video-opengl
3
- Version: 0.0.27
3
+ Version: 0.0.28
4
4
  Summary: Youtube Autonomous Video OpenGL Module
5
5
  Author: danialcala94
6
6
  Author-email: danielalcalavalera@gmail.com
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "yta-video-opengl"
3
- version = "0.0.27"
3
+ version = "0.0.28"
4
4
  description = "Youtube Autonomous Video OpenGL Module"
5
5
  authors = [
6
6
  {name = "danialcala94",email = "danielalcalavalera@gmail.com"}
@@ -381,7 +381,7 @@ class EffectsStack:
381
381
 
382
382
  return self
383
383
 
384
- def apply_video_effects(
384
+ def apply_video_effects_at_t(
385
385
  self,
386
386
  frame: 'np.ndarray',
387
387
  t: Union[int, float, 'Fraction']
@@ -406,7 +406,7 @@ class EffectsStack:
406
406
  frame
407
407
  )
408
408
 
409
- def apply_audio_effects(
409
+ def apply_audio_effects_at_t(
410
410
  self,
411
411
  frame: 'np.ndarray',
412
412
  t: Union[int, float, 'Fraction']