We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee2e5a commit 95c2b04Copy full SHA for 95c2b04
CHANGES
@@ -1,3 +1,7 @@
1
+Version 0.4.2 (11.06.2021)
2
+
3
+- Fixed crash with newer ffmpeg versions, caused by ffprobe changing it’s XML output format.
4
5
Version 0.4.1 (30.04.2020)
6
7
- Fixed parser issue with custom ffmpeg arguments that contain nested quotation marks with spaces
av1transcoder/constants.py
@@ -13,7 +13,7 @@
13
# You should have received a copy of the GNU General Public License
14
# along with this program. If not, see <http://www.gnu.org/licenses/>.
15
16
-__version__ = "0.4.1"
+__version__ = "0.4.2"
17
18
19
PROGRAMNAME = "av1transcoder"
0 commit comments