jhj0517 commited on
Commit
53979c6
·
1 Parent(s): d697207
Files changed (1) hide show
  1. modules/utils/video_helper.py +1 -1
modules/utils/video_helper.py CHANGED
@@ -227,7 +227,7 @@ def create_video_from_frames(
227
  ]
228
  try:
229
  subprocess.run(command, check=True)
230
- print(f"Video frames extracted to {frames_dir}")
231
  except subprocess.CalledProcessError as e:
232
  print(f"Error occurred while creating video from frames")
233
  raise
 
227
  ]
228
  try:
229
  subprocess.run(command, check=True)
230
+ print(f"Video frames extracted to \"{os.path.normpath(frames_dir)}\"")
231
  except subprocess.CalledProcessError as e:
232
  print(f"Error occurred while creating video from frames")
233
  raise