diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-01-15 10:05:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-15 10:05:35 -0500 |
| commit | 3b3718e43749871c6c7e79bb62ffa1a382100728 (patch) | |
| tree | e6931c99c245086f778dd1054c1fdd835a188c65 | |
| parent | 3ab979c6ba6351c2c0cf2bd2030de2c1e6bdc92e (diff) | |
| parent | 2cad58e5cd4c16dfe9e3ad2267d4f5734dc9d7a1 (diff) | |
Merge pull request #2275 from Artiume/patch-1
Explicitly ask for ffmpeg logs
| -rw-r--r-- | .github/ISSUE_TEMPLATE/media_playback.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/media_playback.md b/.github/ISSUE_TEMPLATE/media_playback.md index 93af33fbf..b51500f87 100644 --- a/.github/ISSUE_TEMPLATE/media_playback.md +++ b/.github/ISSUE_TEMPLATE/media_playback.md @@ -11,7 +11,10 @@ assignees: '' <!-- Use the Media Info tool (set to text format, download here: https://mediaarea.net/en/MediaInfo) or copy the info from the web ui for the file with the playback issue. --> **Logs** -<!-- Please paste any log message from during the playback issue, for example the ffmpeg command line can be very useful. --> +<!-- Please paste any log messages from during the playback issue. --> + +**FFmpeg Logs** +<!-- Please paste any FFmpeg logs if remuxing or transcoding appears to be part of the issue. --> **Stats for Nerds Screenshots** <!-- If available, add screenshots of the stats for nerds screen to help show the issue problem. --> @@ -29,4 +32,3 @@ assignees: '' - Client: [e.g. Web/Browser, webOS, Android, Android TV, Electron] - Browser (if Web client): [e.g. Firefox, Chrome, Safari] - Client and Browser Version: [e.g. 10.3.4 and 68.0] - |
