Skip to content

Commit

Permalink
Update runner_script.py
Browse files Browse the repository at this point in the history
  • Loading branch information
NDCACI authored Dec 12, 2023
1 parent e9d20cf commit fab805b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine_common_sense/scripts/runner_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def __init__(
)
if args.save_videos:
subprocess.call([
'ffmpeg', '-y', '-r', '20', '-i', '-q:v', '1',
'ffmpeg', '-y', '-r', '20', '-i',
scene_name + '/frame_image_%d.png',
'-vcodec', 'h264', '-vf', 'format=yuv420p',
scene_name + '.mp4'
Expand Down

0 comments on commit fab805b

Please sign in to comment.