Av1an icon indicating copy to clipboard operation
Av1an copied to clipboard

Zone feature does not work properly

Open Kleinmike123 opened this issue 2 years ago • 0 comments

Initial command and settings: av1an -w 12 -p 2 -m lsmash -c mkvmerge --zones "zones.txt" -i src.mkv

zones.txt:

3621 5778 aom --photon-noise 64 --cq-level=16 --min-q=10
5778 -1 aom --cq-level=10 --min-q=1

Expected behavior: Create scenes for src.mkv scenes in the frame range of 3621 - 5778 should lower the cq values and apply photon noise. Then revert to normal settings without photon noise etc.

Actual behavior: Av1an fails after scene detection with following error: Error: Scene change: Expected 3621 frames but saw 34095. This may indicate an issue with the input or filters.

Kleinmike123 avatar Nov 23 '22 14:11 Kleinmike123