summaryrefslogtreecommitdiffstats
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
parent7265bde26a21448bbc9e7251bf47a6ec2c8ffbe7 (diff)
downloadmpv-83da97f9558cad7839657635a8969ac87b66a5df.tar.bz2
mpv-83da97f9558cad7839657635a8969ac87b66a5df.tar.xz
github/issue_template: add note about --profile=fast and --hwdec
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_linux.md4
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_macos.md4
-rw-r--r--.github/ISSUE_TEMPLATE/2_bug_report_windows.md4
-rw-r--r--.github/ISSUE_TEMPLATE/3_bug_report.md4
4 files changed, 16 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_linux.md b/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
index 0c62970e7d..e8e30d1931 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_linux.md
@@ -26,6 +26,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.
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.
diff --git a/.github/ISSUE_TEMPLATE/2_bug_report_windows.md b/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
index 18e44cc0b0..d936593615 100644
--- a/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
+++ b/.github/ISSUE_TEMPLATE/2_bug_report_windows.md
@@ -25,6 +25,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.
diff --git a/.github/ISSUE_TEMPLATE/3_bug_report.md b/.github/ISSUE_TEMPLATE/3_bug_report.md
index 73b197fe9c..e33a003cf0 100644
--- a/.github/ISSUE_TEMPLATE/3_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/3_bug_report.md
@@ -25,6 +25,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.