Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC extract parse index #84

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Conversation

msg7086
Copy link
Member

@msg7086 msg7086 commented Feb 10, 2025

No description provided.

@msg7086 msg7086 force-pushed the feature/extract_parse_index branch from 2cae9f0 to 6197801 Compare February 10, 2025 06:52
@Asd-g
Copy link
Contributor

Asd-g commented Feb 12, 2025

From quick test with double parsing ~1.61s, without double parsing ~1.51s.

You can set default value for the audio gaps and may be revert back the LWINDEX_INDEX_FILE_VERSION to 17.

This could be used to avoid the double parsing (https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/blob/feature/extract_parse_index/common/lwindex.c#L3411):

const int video_indexing = opt->force_audio_index == -2;
lwindex_data_t *data = lwindex_parse(index, video_indexing, !video_indexing);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants