Skip to content

Commit

Permalink
Don't need to duration to be specific value
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jun 14, 2022
1 parent 8ec2d39 commit 6f45e25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions auto_editor/subcommands/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def example_tests():
assert video.width == 1280
assert video.height == 720
assert video.codec.name == "mpeg4"
assert float(video.duration * video.time_base) == 17.333333333
assert cn.streams.audio[0].codec.name == "aac"
assert cn.streams.audio[0].rate == 48000

Expand All @@ -253,7 +252,6 @@ def example_tests():
assert video.width == 1280
assert video.height == 720
assert video.codec.name == "h264"
assert float(video.duration * video.time_base) == 17.333333333
assert cn.streams.audio[0].codec.name == "aac"
assert cn.streams.audio[0].rate == 48000
assert video.language == "eng"
Expand Down

0 comments on commit 6f45e25

Please sign in to comment.