check front
This commit is contained in:
parent
0d5a6cb6ba
commit
824170afb4
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ def render_all(options):
|
||||||
|
|
||||||
for a, b in (
|
for a, b in (
|
||||||
("back-audio.mp4", "back.mp4"),
|
("back-audio.mp4", "back.mp4"),
|
||||||
("front-5.1.mp4", "back.mp4"),
|
("front-5.1.mp4", "front.mp4"),
|
||||||
):
|
):
|
||||||
duration_a = ox.avinfo(str(fragment_prefix / a))['duration']
|
duration_a = ox.avinfo(str(fragment_prefix / a))['duration']
|
||||||
duration_b = ox.avinfo(str(fragment_prefix / b))['duration']
|
duration_b = ox.avinfo(str(fragment_prefix / b))['duration']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue