We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formatting of some DEBUG output appears flawed.
// Handle failure to find decoder if (codec == nullptr) { Error(QStringLiteral("Failed to find appropriate decoder for this codec (%1 :: %2)") .arg(stream()->footage()->filename(), avstream_->codecpar->codec_id)); return false; }
Outputs the following incorrect output via the %2:
%2
[WARNING] "Failed to find appropriate decoder for this codec (/home/aphorism/Downloads/Footage/Fuji-X-T3-Footage-DSCF0666.MOV :: %2)" ((null):0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Formatting of some DEBUG output appears flawed.
Outputs the following incorrect output via the
%2
:The text was updated successfully, but these errors were encountered: