ffmpeg-for-python 0.3.2__tar.gz → 0.3.3__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.
- {ffmpeg_for_python-0.3.2/ffmpeg_for_python.egg-info → ffmpeg_for_python-0.3.3}/PKG-INFO +3 -3
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/README.md +1 -1
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python/__version__.py +1 -1
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python/ffmpeg.py +3 -3
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3/ffmpeg_for_python.egg-info}/PKG-INFO +3 -3
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/MANIFEST.in +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/assets/ffmpeg-for-python-logo.png +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python/__config__.py +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python/__init__.py +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python/__utils.py +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python/exeptions.py +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python/ffmpeg-bin/readme.md +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python.egg-info/SOURCES.txt +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python.egg-info/dependency_links.txt +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python.egg-info/not-zip-safe +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python.egg-info/top_level.txt +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/setup.cfg +0 -0
- {ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/setup.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ffmpeg-for-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Wrapper para o binário FFmpeg
|
|
5
5
|
Author: PauloCesar-dev404
|
|
6
6
|
Author-email: paulocesar0073dev404@gmail.com
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Código Fonte, https://raw.githubusercontent.com/PauloCesar-dev404/ffmpeg-for-python/main/ffmpeg_for_python-0.3.
|
|
9
|
-
Project-URL: lib, https://raw.githubusercontent.com/PauloCesar-dev404/ffmpeg-for-python/main/ffmpeg_for_python-0.3.
|
|
8
|
+
Project-URL: Código Fonte, https://raw.githubusercontent.com/PauloCesar-dev404/ffmpeg-for-python/main/ffmpeg_for_python-0.3.3.tar.gz
|
|
9
|
+
Project-URL: lib, https://raw.githubusercontent.com/PauloCesar-dev404/ffmpeg-for-python/main/ffmpeg_for_python-0.3.3-py3-none-any.whl
|
|
10
10
|
Project-URL: GitHub, https://github.com/PauloCesar-dev404/ffmpeg-for-python
|
|
11
11
|
Project-URL: Bugs/Melhorias, https://github.com/PauloCesar-dev404/ffmpeg-for-python/issues
|
|
12
12
|
Project-URL: Documentação, https://github.com/PauloCesar-dev404/ffmpeg-for-python/wiki
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-

|
|
8
8
|

|
|
9
9
|
[](https://apoia.se/paulocesar-dev404)
|
|
10
10
|
|
|
@@ -134,9 +134,9 @@ class FFmpeg:
|
|
|
134
134
|
self.__command.extend(['-c:a', 'copy', '-c:v', 'copy'])
|
|
135
135
|
return self
|
|
136
136
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
137
|
+
def reset_ffmpeg(self) -> 'FFmpeg':
|
|
138
|
+
"""Reseta o comando para reutilização do objeto,isso é necessário em caso de uso em loops,
|
|
139
|
+
a cada execução execute o reset para ter certeza que estar limpo o cache de comandos"""
|
|
140
140
|
self.__command = [self.__ffmpeg_path]
|
|
141
141
|
return self
|
|
142
142
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ffmpeg-for-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.3
|
|
4
4
|
Summary: Wrapper para o binário FFmpeg
|
|
5
5
|
Author: PauloCesar-dev404
|
|
6
6
|
Author-email: paulocesar0073dev404@gmail.com
|
|
7
7
|
License: MIT
|
|
8
|
-
Project-URL: Código Fonte, https://raw.githubusercontent.com/PauloCesar-dev404/ffmpeg-for-python/main/ffmpeg_for_python-0.3.
|
|
9
|
-
Project-URL: lib, https://raw.githubusercontent.com/PauloCesar-dev404/ffmpeg-for-python/main/ffmpeg_for_python-0.3.
|
|
8
|
+
Project-URL: Código Fonte, https://raw.githubusercontent.com/PauloCesar-dev404/ffmpeg-for-python/main/ffmpeg_for_python-0.3.3.tar.gz
|
|
9
|
+
Project-URL: lib, https://raw.githubusercontent.com/PauloCesar-dev404/ffmpeg-for-python/main/ffmpeg_for_python-0.3.3-py3-none-any.whl
|
|
10
10
|
Project-URL: GitHub, https://github.com/PauloCesar-dev404/ffmpeg-for-python
|
|
11
11
|
Project-URL: Bugs/Melhorias, https://github.com/PauloCesar-dev404/ffmpeg-for-python/issues
|
|
12
12
|
Project-URL: Documentação, https://github.com/PauloCesar-dev404/ffmpeg-for-python/wiki
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{ffmpeg_for_python-0.3.2 → ffmpeg_for_python-0.3.3}/ffmpeg_for_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|