summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2024-03-11 05:09:57 +0100
committerDudemanguy <random342@airmail.cc>2024-03-17 14:59:08 +0000
commit83da97f9558cad7839657635a8969ac87b66a5df (patch)
tree1fd1a396d96d8b453fcc45933eafcc2324620414 /.github/ISSUE_TEMPLATE/2_bug_report_macos.md
parent7265bde26a21448bbc9e7251bf47a6ec2c8ffbe7 (diff)
downloadmpv-83da97f9558cad7839657635a8969ac87b66a5df.tar.bz2
mpv-83da97f9558cad7839657635a8969ac87b66a5df.tar.xz
github/issue_template: add note about --profile=fast and --hwdec
Diffstat (limited to '.github/ISSUE_TEMPLATE/2_bug_report_macos.md')
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_macos.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_macos.md b/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
index e30347a4ae..470b4a0922 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_macos.md
@@ -24,6 +24,10 @@ Releases are listed here: https://github.com/mpv-player/mpv/releases
Try to reproduce your issue with --no-config first. If it isn't reproducible
with --no-config try to first find out which option or script causes your issue.
+If the issue is performance-related, try to reproduce it with --no-config
+--profile=fast, which is designed to work on lower-end mobile devices.
+Additionally, enable hardware decoding with --hwdec=yes or the Ctrl+h shortcut.
+
Describe the reproduction steps as precise as possible. It's very likely that
the bug you experience wasn't reproduced by the developer because the workflow
differs from your own.