Skip to content

Use {{ref-framerate}} instead on {{main-framerate}} for distorted files #167

@fifonik

Description

@fifonik

FFMetrics scaling distorted to reference resolution.
It should probably do the same for framerate.

At this moment this can be done by creating FFMetrics.conf with the following content:

{
	"Metric": {
		"Template": "-hide_banner -nostdin -r {{ref-framerate}} -i {{main-src}} -r {{ref-framerate}} -i {{ref-src}} -frames:v {{duration}} -lavfi {{lavfi}} -f null -"
	}
}

Notice -r {{ref-framerate}} before -i {{main-src}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions