![]() |
[BUG] Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - 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: [BUG] Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. (/thread-3858.html) |
Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - tailland - 06.09.2024 Used: Hybrid_dev_2024.09.05-185959.exe - Loading an .mkv with prores+dts inside (previously created by hybrid) - Want to passthrough video+audio to save it into a new file because it's not yet accepted in topaz ("colorspace error") - Extraction of video stream fails. RE: Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - Selur - 06.09.2024 Quote:Error: Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported.Is an error thrown by mkvextract. Can't change mkvextract, but maybe I can find a workaround. Does it work if you enable "Config->Extraction->Stream extraction with ffmpeg"? Cu selur RE: Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - tailland - 06.09.2024 indeed it does make a difference - it works. thank you for the hint. RE: Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - Selur - 06.09.2024 Nice, I'll adjust Hybrid to automatically use ffmpeg when extracting ProRes from mkv tomorrow. Cu Selur RE: Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - tailland - 06.09.2024 can you make sense of this? extracting doesn't work but frameserving works? mhmok...? Quote:Nice, I'll adjust Hybrid to automatically use ffmpeg when extracting ProRes from mkv tomorrow.if it doesn't have any disadvantages ok.. i'm saying this because normally, extracing/passing through prores content is not a problem.. it only seems to become a problem if the prores profile/bit depth is too high. RE: Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - Selur - 06.09.2024 Quote:can you make sense of this?In one screenshot you are re-encoding and in the other you are re-muxing both seem to work. Quote:extracting doesn't work but frameserving works? mhmok...?Before extraction was done with mkvextract which does not support ProRes. (Mosu, the mkvtoolnix author, probably doesn't use ProRes. ![]() (If you ask for it over at https://gitlab.com/mbunkus/mkvtoolnix/-/issues, Mosu might look into it, or say that he doesn't plan to support it.) Decoding for the encoding is done through libav. Extracting with ffmpeg also uses libav. ![]() Quote: it only seems to become a problem if the prores profile/bit depth is too high.iirc anything with an alpha channel is not supported by libav/ffmpeg. Cu Selur Ps.: uploaded a new dev which does force ffmpeg as demuxer for mkv(ProRes). RE: Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - tailland - 07.09.2024 well, that settles it ^^ oh cool, thanks for the new release RE: Extraction of track ID 0 with the CodecID 'V_PRORES' is not supported. - Selur - 07.09.2024 At least now you know for sure the state of things. Cu Selur |