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

After Splitting File It's Freeze For Long Time #106

Closed
Daringbaaz opened this issue May 11, 2022 · 4 comments
Closed

After Splitting File It's Freeze For Long Time #106

Daringbaaz opened this issue May 11, 2022 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@Daringbaaz
Copy link

Daringbaaz commented May 11, 2022

Describe the bug
I am trying to encode x264 Video 2 Pass Encoding With avg Bitrate, When I Add a file on Queue It's Split and Freeze for 10-15 Min Before Starting Encoding, I Tried on Multiple PC, Same Issue,

Expected behavior
Freeze on 100% Splitting

Screenshots
If applicable, add screenshots to help explain your problem.

Everything Works Fine, But But It's Waste 10-15 Min, When it's Freeze on 100% Splitting

@Daringbaaz Daringbaaz added the bug Something isn't working label May 11, 2022
@Alkl58
Copy link
Owner

Alkl58 commented May 26, 2022

Hey,

it's technically not freezing. It is actually encoding audio.

With the following commit I fixed that it doesn't display the encoding progress of the audio: Fix: Audio Encoding Progress not shown

The fix will be included in the next release.

Many Greetings

@Daringbaaz
Copy link
Author

yeah, I had Identified that and reported on discord too.

make Sure in the Update Both Audio And Video Encoding Start simultaneously. Audio Encoding Speed is very slow, Fix that too

@Alkl58
Copy link
Owner

Alkl58 commented May 26, 2022

Encoding Audio and Video in parallel is not possible with the way how the entire logic works.

It would require deep and complex changes.

Improving Audio speed is not something I can do - thats soley dependant on the audio codec and not NEAV1E.

If you want to imrove that, the only possible / viable option is to use "Copy Audio".

Many Greetings

@Alkl58
Copy link
Owner

Alkl58 commented Jun 3, 2022

Fixed not showing Audio Progress in Release v2.0.8

@Alkl58 Alkl58 closed this as completed Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants