Selur's Little Message Board

Full Version: Couldn't set property: maximum in cropWidth
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After opening this file:

Quote:Couldn't set property: maximum in cropWidth - FilteringModel to 50 tb
Quote:Disabled cropping since autocrop on source change is disabled and crop resolution is greater than input resolution.

Mediainfo


Quote:Format profile :  High 4:2:2@L4

Width : 1 920 pixels

Height : 1 080 pixels
That input file seems to be broken:
Code:
"C:\Program Files\Hybrid\ffmpeg.exe" -i "D:\Encode\2017.02.24\Eurovision.2016\2nd final\old\demux\Eurovision 2016.track_4113.264"
throws tons fo errors,...
ffmpeg reports:
Code:
Stream #0:0: Video: h264, none, 25 fps, 25 tbr, 1200k tbn, 50 tbc
note: there is no resolution info, which is why Hybrid runs into problems.

Cu Selur
Is it possible to set the desired resolution manually or to fix the original file?
Nope, since if ffmpeg/libav can't get the resolution most decoders won't be able to handle the file.
It would require a custom build decoder + there are probably other problems with the file too.