Skip to content

Commit c99c2a6

Browse files
committed
chore: fix 1.50.0 of documentation snapshot
1 parent 34bb63a commit c99c2a6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/documentation/versioned_docs/version-1.50.0/user-guide/installation/installing-connections-and-additional-hardware/ffmpeg-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Some parts of Sofie (specifically the Package Manager) require that [`FFmpeg`](h
1515

1616
![System Properties screenshot](/img/docs/system_properties.png)
1717

18-
5. If you installed `FFmpeg` and `FFprobe` to a system-wide location such as `C:\Program Files\FFmpeg`, select and edit the `Path` variable under the "System variables" heading. Else, if you installed them to some place specific to your user account, edit the `Path` variable under the "User variables for <YOUR ACCOUNT NAME\>" heading.
18+
5. If you installed `FFmpeg` and `FFprobe` to a system-wide location such as `C:\Program Files\FFmpeg`, select and edit the `Path` variable under the "System variables" heading. Else, if you installed them to some place specific to your user account, edit the `Path` variable under the "User variables for \<YOUR ACCOUNT NAME\>" heading.
1919

2020
![Environment Variables screenshot](/img/docs/environment_variables.png)
2121

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"userGuide": [
3+
{
4+
"type": "autogenerated",
5+
"dirName": "user-guide"
6+
}
7+
],
8+
"forDevelopers": [
9+
{
10+
"type": "autogenerated",
11+
"dirName": "for-developers"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)