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

FFMPEG needs to be updated #42

Open
kkartaltepe opened this issue May 23, 2014 · 6 comments
Open

FFMPEG needs to be updated #42

kkartaltepe opened this issue May 23, 2014 · 6 comments

Comments

@kkartaltepe
Copy link

You should update the ffmpeg binary as trying to encode 2 pass with multiple threads fails with the version packaged. Updated ffmpeg binary encoded beautifully with multiple threads

@nixxquality
Copy link
Contributor

Even when using the latest ffmpeg build from http://ffmpeg.zeranoe.com/builds/ I crash with multiple threads.

What version are you using?

@kkartaltepe
Copy link
Author

ffmpeg version N-63378-g1d36def
built on May 22 2014 22:08:41 with gcc 4.8.2 (GCC)

is working for me, however trying the newest build from zeranoe (built on the 24th) is again broken for me as well. Seems I just got lucky when I updated.

@kkartaltepe
Copy link
Author

Ahh, I think the FFmpeg you use should be the same as your given architecture. Just did a quick check downloading from http://ffmpeg.zeranoe.com/builds/win64/static/ and the corresponding win32. All win64 compiled libraries work fine on my win8.1 64-bit machine while the 32-bit libraries crash on multiple threads.

@nixxquality
Copy link
Contributor

Oh, that sucks.

@omgorf
Copy link

omgorf commented May 30, 2014

N-62162-gec8789a is working for me too, not had issues with multi-thread 2-pass with any ffmpeg though

@nixxquality
Copy link
Contributor

My fork now supports threaded encoding. Thanks for pointing out why threads didn't work.

https://github.com/nixxquality/WebMConverter/releases/

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

No branches or pull requests

3 participants