10.11.2023, 02:05
Latest Hybrid on macOS Big Sur 11.7.10 (20G1427)
Input file is an avi capture file with HuffYUV.
One filter only to test QTGMC to generate ProRes422 output file.
Job aborts with :
Seem to be a problem with ffmsindex utility returning an error code.
Maybe I am asking too much from Hybrid to transcode HuffYUV based input file to ProRes ?
Or maybe a problem with ffmsindex ?
I ran ffmsindex from Terminal and it throws an error :
...and then ran it again with real parameters that Hybrid was using:
Incompatible version of libffms2.dylib included in Hybrid ?
See attached debug file.
Thanks
UPDATE:
@selur,
I found one of your old posts here and from your Mediafire server, downloaded version 6.0.0 of libffms2.dylib and copied that over 5.0.0.
Now the errors shows:
Conclusion: HuffYUV codec not supported by Hybrid ?
Input file is an avi capture file with HuffYUV.
One filter only to test QTGMC to generate ProRes422 output file.
Job aborts with :
Code:
Aborting '2023-11-09@23_23_16_1410_02_index' due to: Indexer didn't create: /Users/macnb/Movies/Hybrid/tmp/2023-11-09@23_23_16_1410.ffindex!
Seem to be a problem with ffmsindex utility returning an error code.
Maybe I am asking too much from Hybrid to transcode HuffYUV based input file to ProRes ?
Or maybe a problem with ffmsindex ?
I ran ffmsindex from Terminal and it throws an error :
Code:
macnb@MacPro-236 ~ % ffmsindex
dyld: Library not loaded: @loader_path/../lib/vapoursynth/libffms2.dylib
Referenced from: /usr/local/bin/ffmsindex
Reason: Incompatible library version: ffmsindex requires version 6.0.0 or later, but libffms2.dylib provides version 5.0.0
zsh: abort ffmsindex
macnb@MacPro-236 ~ %
...and then ran it again with real parameters that Hybrid was using:
Code:
macnb@MacPro-236 ~ % ffmsindex -f -t 0 "/Users/macnb/Movies/Hybrid/Input/TRV-230E-MX-Small-Test.avi" "/Users/macnb/Movies/Hybrid/tmp/2023-11-09@23_23_16_1410.ffindex"
dyld: Library not loaded: @loader_path/../lib/vapoursynth/libffms2.dylib
Referenced from: /usr/local/bin/ffmsindex
Reason: Incompatible library version: ffmsindex requires version 6.0.0 or later, but libffms2.dylib provides version 5.0.0
zsh: abort ffmsindex -f -t 0
macnb@MacPro-236 ~ %
Incompatible version of libffms2.dylib included in Hybrid ?
See attached debug file.
Thanks
UPDATE:
@selur,
I found one of your old posts here and from your Mediafire server, downloaded version 6.0.0 of libffms2.dylib and copied that over 5.0.0.
Now the errors shows:
Code:
macnb@MacPro-236 ~ % ffmsindex -f -t 0 "/Users/macnb/Movies/Hybrid/Input/TRV-230E-MX-Small-Test.avi" "/Users/macnb/Movies/Hybrid/tmp/2023-11-09@23_23_16_1410.ffindex"
Indexing, please wait... 0%
Indexing error: Could not open video codec
macnb@MacPro-236 ~ %
Conclusion: HuffYUV codec not supported by Hybrid ?