Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit cab8d31

Browse files
committed
actually fix path issue
1 parent 5f2029b commit cab8d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Scripts/Miscellaneous/Unwrap_video/unwrap.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
try:
1010
cwd = os.getcwd()
1111
path = cwd + '/' + video
12-
result = subprocess.run(['ffprobe', '-v', 'error', '-select_streams', 'v:0', '-show_entries', 'stream=width,height', '-of', 'csv=s=,:p=0', path],check=True,stdout=subprocess.PIPE)
12+
result = subprocess.run(['/usr/bin/ffprobe', '-v', 'error', '-select_streams', 'v:0', '-show_entries', 'stream=width,height', '-of', 'csv=s=,:p=0', path],check=True,stdout=subprocess.PIPE)
1313
except Exception:
1414
print('Error running ffprobe.')
1515
sys.exit()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /