Selur's Little Message Board

Full Version: Support formats, codecs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I have a problem with some MOV (all) and MKV (some) files. It ends with an error message.

I want to ask how can I solve the problem? And if there is a problem with codecs then does Hybrid use codecs installed on the system or does it have its own libraries that it uses to process videos?

version: 2020.06.21
Quote:I want to ask how can I solve the problem?
No details, no debug output, no sample -> no clue how to help Smile
In general: if the file is broken in any way, Hybrid is the wrong tool to process it. Hybrid assumes that there are no problems with the source.

Quote:version: 2020.06.21
-> sorry, you are on your own. I only help with the latest version of Hybrid not with older ones.

Quote:does Hybrid use codecs installed on the system or does it have its own libraries that it uses to process videos?
codecs = (en-)coders and decoders

decoders:
Hybrid uses:
- vfw decoders from the system for .avi input if Avisynth and AviSource are used (Windows only)
- hardware decoders thought ffmpeg/nvenc and filters in Avisynth and Vapoursynth
- uses DirectShow filters if DirectShowSource is enforced in Avisynth (Windows only)
- other than that it only uses decoders that come with Hybrid

encoders:
Hybrid supports using some audio encoders which do not come with Hybrid (NeroAACEnc, fhgenc, quicktime audio encoder through qaacenc). (Windows only)
Other than that Hybrid only uses audio encoders that come with Hybrid.

Cu Selur