| Summary: | Rendering dialog does not recognize "f=mkv" render output format on initial load | ||
|---|---|---|---|
| Product: | [Applications] kdenlive | Reporter: | Jonathan Gilbert <c6kargn6hz> |
| Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 19.08.0 | ||
| Target Milestone: | --- | ||
| Platform: | Microsoft Windows | ||
| OS: | Microsoft Windows | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=414814 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Screenshot of the "Rendering" dialog with "f=mkv" format after restarting kdenlive.
Screenshot of the "Rendering" dialog with "f=mkv" format after editing and saving the format with no changes. |
||
|
Description
Jonathan Gilbert
2019-08-25 05:36:05 UTC
Created attachment 122332 [details]
Screenshot of the "Rendering" dialog with "f=mkv" format after editing and saving the format with no changes.
Turns out that "f=mkv" really is missing from the list that MLT passes back when queried. The fact that the error goes away when editing the profile is the real bug, described in #414814, and it is a secret "feature" of FFmpeg that if you ignore it and say "f=mkv" _anyway_, then it proceeds as though you had used the actual, supported format name, which is "f=matroska". So, the bug as reported here is not actually a bug, and the real bug is accurately described in #414814. |