This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Job CRASH due to: Indexer didn't create: ...
#3
That's the link I used to get the version 6.0.0 of libffms2.dylib.
There's a version of ffmsindex in that link too but it does not make a difference.

There are two separate problems (and workarounds).

Problem 1:

Hybrid ffmsindex fails to load libffms2.dylib version 5.0.0 for HuffYUV input files

Workaround 1:
Replace version 5.0.0 of this
/Library/Frameworks/VapourSynth.framework/lib/vapoursynth/libffms2.dylib

with version 6.0.0 (attached)

Maybe next version of Hybrid can contain this new version

Problem 2:

ffmsindex does not like the input AVI file.
The reason seems to be with the dimensions of the Horizontal and Vertical pixels.
The input file was CROPPED during capture to 690x562.
Apparently these dimensions are not multiples 4 so ffmsindex fails with : "Indexing error: Could not open video codec".
In the debug file (almost at the beginning) there's a message from ffmpeg about this:
[huffyuv @ 0x7ff801e04640] width must be a multiple of 4 for this combination of colorspace and predictor type.
[avi @ 0x7ff801d04080] Failed to open codec in avformat_find_stream_info
[huffyuv @ 0x7ff801e04640] width must be a multiple of 4 for this combination of colorspace and predictor type.


Workaround 2:
If I capture without cropping so that the input file contains dimension 720x576 then there's no problem.
Or, capture and crop but make sure the dimensions are multiple of 4.
Reply


Messages In This Thread
RE: Job CRASH due to: Indexer didn't create: ... - by MacNB - 10.11.2023, 13:58

Forum Jump:


Users browsing this thread: 1 Guest(s)