Build instructions outdated. Please revise to current usage requirements.
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 35/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- powershell
- Domain
- build-system, documentation
Research direction
Start with the build example in the issue and BuildFFmpeg.ps1, especially the reported lines 114 and 139. Check the current PowerShell requirements and revise the instructions and examples so the documented command matches supported usage; verify the example no longer produces the reported parser errors.
Written by the indexing model from the issue text.
Description
Please update the build instructions and provided examples. Even after peering into the PowerShell build script and using the example given:
.\BuildFFmpeg.ps1 -Architectures x86,x64,arm64 -AppPlatform uwp -CRT dynamic -Settings "--enable-small"
I get this error:
At X:\samples\FFmpegInterop\BuildFFmpeg.ps1:114 char:58
- $hostArch = [System.Environment]::Is64BitOperatingSystem ? 'x64' : 'x ...
-
~
Unexpected token '?' in expression or statement.
At X:\samples\FFmpegInterop\BuildFFmpeg.ps1:139 char:43
- $spectreLibs = $AppPlatform -eq 'onecore' ? '' : 'spectre'
-
~
Unexpected token '?' in expression or statement.
+ CategoryInfo : ParserError: (:) [], ParseException
+ FullyQualifiedErrorId : UnexpectedToken
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from microsoft/FFmpegInterop
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
microsoft/FFmpegInterop#330 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 25/100
microsoft/FFmpegInterop#327 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
microsoft/FFmpegInterop#324 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
microsoft/FFmpegInterop#278 ·
-
Depay Open
Difficulty 5/5 Over a week Newbie friendliness 20/100
microsoft/FFmpegInterop#277 ·
All issues in microsoft/FFmpegInterop
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·