10.11.2023, 13:58
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
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:
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.
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.