diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-13 12:48:56 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-13 12:48:56 -0500 |
commit | 9ed3dc13721eee5e6debd864f0befc08c7c461a6 (patch) | |
tree | 0c8934ec38f0b2bb41d192f3867a9f35007926c4 /test | |
parent | 582355efdb32368b90ef8f5a189549251aac3502 (diff) | |
download | librevideoconverter-master.tar.lz librevideoconverter-master.tar.xz librevideoconverter-master.zip |
Diffstat (limited to 'test')
-rw-r--r-- | test/test_converter.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test_converter.py b/test/test_converter.py index a57974e..5a605d4 100644 --- a/test/test_converter.py +++ b/test/test_converter.py @@ -1114,7 +1114,6 @@ class TestConverterDefinitions(base.Test): self.check_ffmpeg_arguments('webm1080pvp9', { 'ab': '128k', 'acodec': 'libopus', - 'ar': '44100', 'b:v': '4M', 'cpu_used': '0', 'deadline': 'good', @@ -1138,7 +1137,6 @@ class TestConverterDefinitions(base.Test): self.check_ffmpeg_arguments('webm720pvp9', { 'ab': '112k', 'acodec': 'libopus', - 'ar': '44100', 'b:v': '2M', 'cpu_used': '0', 'deadline': 'good', @@ -1162,7 +1160,6 @@ class TestConverterDefinitions(base.Test): self.check_ffmpeg_arguments('webm480pvp9', { 'ab': '112k', 'acodec': 'libopus', - 'ar': '44100', 'b:v': '768k', 'cpu_used': '0', 'deadline': 'good', |