Selur's Little Message Board
[HELP] Indexer didn't create: ffindex - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: [HELP] Indexer didn't create: ffindex (/thread-2245.html)

Pages: 1 2


Indexer didn't create: ffindex - Miranda - 17.01.2022

Apple OS 12.0.1
Hybrid 2021.12.12.1

Can anyone help with this? I am trying to de-interlace an AVI file.

Thanks,


RE: Indexer didn't create: ffindex - Selur - 17.01.2022

The used source filter does not seem to support the format of you .avi file.
Normalls ffms2.Source should be able to decode "dvvideo". No clue what the issue is. (opened a few dv files here without a problem)
If you can share a small file that causes this issue, I or other users can at least say whether this is a general problem of the source filter, or whether this is somehow related to your system (or MacOS).

Cu Selur


RE: Indexer didn't create: ffindex - Miranda - 17.01.2022

It is also happening with every other file. Strange!


RE: Indexer didn't create: ffindex - Selur - 18.01.2022

That really is strange, since ffms2.Source usually shouldn't be used for every file.
-> Does this also happen with mov, mkv, mp4, ts files?
Checking the Vapoursynth Script View is ffms2.Source always used?

Cu Selur


RE: Indexer didn't create: ffindex - Miranda - 18.01.2022

It seems to be happening with all jobs now. Just tried a Prores .mov file.


RE: Indexer didn't create: ffindex - Selur - 18.01.2022

Again ffms2 is used.
Seems like the filter broken somehow.
May be reinstalling the Vapoursynth filters helps,..
Also does calling:
"/usr/local/bin/ffmsindex" -f -t 0 "/Volumes/Drobo/MyJobs/SEVERIN/-FUTURE/Severin- Cliff Twemlow/TARGET EVE ISLAND/SUPPLIED/Eve Island from VHS CompleteSound.avi" "/Volumes/Drobo/Hybrid/Hybrid-Temp/2022-01-17@18_45_13_6610.ffindex"
inside a terminal show any errors?


RE: Indexer didn't create: ffindex - Miranda - 19.01.2022

I've re-installed Hybrid but I still get the same error.

I was unable to run these commands, Terminal doies not recognise them.

6. Disable quarantine for Hybrid, DV2Witch and the Vapoursynth filters.

Open Terminal and call the following commands:

sudo xattr -d com.apple.quarantine /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/*
sudo xattr -r -d com.apple.quarantine /Applications/Hybrid.app/
sudo xattr -r -d com.apple.quarantine /Applications/D2VWitch.app/




xattr: /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/dotkill64.dylib: No such xattr: com.apple.quarantine


RE: Indexer didn't create: ffindex - Selur - 19.01.2022

Quote:I was unable to run these commands, Terminal doies not recognise them.
That is one command.
"/usr/local/bin/ffmsindex" is hardcoded for MacOS and should be added by the installer,...
You could also download it from https://www.mediafire.com/folder/wvdlnjapm1vvw#9xlcajx3o6114 and extract the ffmsindex file into /usr/local/bin/ and libffms2.dylib into the /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/ folder.


RE: Indexer didn't create: ffindex - Miranda - 19.01.2022

I am still getting the same error.

Is this correct?

I have placed ffmsindex in:

Macintosh HD/Users/MyUsername/bin/ffmsindex

------

libffms2.dylib into the /Library/Frameworks/VapourSynth.framework/lib/vapoursynth/

This file was already present.


RE: Indexer didn't create: ffindex - Selur - 19.01.2022

Quote:Is this correct?

I have placed ffmsindex in:

Macintosh HD/Users/MyUsername/bin/ffmsindex
No.
"/usr/local/bin/ffmsindex" is a totally different location,...

Cu Selur