Disable an (auto)profile from cli
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 37k
- Forks
- 3.5k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 22
Description
Expected behavior of the wanted feature
I have an autoprofile like this to speed up network files:
[net-speedup]
profile-cond=demuxer_via_network
speed=1.40
But in certain cases I want to avoid this auto profile because I know I don't want the speed up.
--speed 1 doesn't work since auto profile applies later. And there appears to be no --no-profile or similar option to blacklist/disable profile through the cli.
Alternative behavior of the wanted feature
No response
Log File
No response
Sample Files
No response
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.
Research direction
Start by tracing the CLI handling for --speed and profile-cond, focusing on when auto profiles are applied relative to command-line options. Determine how a command-line option could disable a matching auto profile without affecting ordinary profile use. Done means the reported autoprofile can be bypassed from the CLI while the existing speed behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100