Emily Bowman

Results 66 comments of Emily Bowman

Since OG rapidjson doesn't do releases anymore, does anyone have a specific fork that keeps up on handling and maintaining releases?

Can you add a wav or flac of the first ~10 seconds of a file that clearly shows the problem? That would be a lot simpler than trying to source...

Can you tell us any more about your environment, the architecture and compiler involved? That might help resolve it for more people. That said, it's been a long time since...

That's a tricky proposition, since the subtitle filter has to be seeked for each slice. Most likely it is burning as well as reattaching them, there are just no subtitles...

Use Docker or Sandboxie. Or just launch the process with a custom path, you can do that by [editing the shortcut](https://stackoverflow.com/a/34769146/321935), or with a batch file, or however you like...

ffmpeg libraries are versioned based on their API compatibility -- substituting a higher or lower numbered one will probably cause a crash or corruption. It's some work to modify and...

Something weird is happening, I wonder if it's silently crashing or something. That would show in the event log. Try with --verbose to see how far it gets.

VS is very tied to Python internals, but the 3.10 version should work with any 3.10.x. Both should be either portable or All Users installed. There could also be a...

It looks like the Details have changed meaning to be a trace mode? It used to be that they were just something with more details, in between basic output and...

That will need to get into LLVM and Capstone first: https://github.com/aquynh/capstone/issues/560