Closed nixxquality closed 10 years ago
I'm not sure if the audio dumping even makes much sense anymore. The original idea was that we had to fully decode the audio to be able to index it, so it was wasteful to just discard the decoded result, but that hasn't been totally true ever since lavc switched to outputting planar audio.
I would check it out myself, but I can't compile ffms2 on my PC -- MinGW is being rude.
It still happens in master...or reasonably close, as I doubt the last four commits or so would have changed this at all. r887+41 doesn't dump audio with -d -1.
Turns out, the last time this worked properly was in 2.17.
I tried running both ffmsindex.exe from the releases page of version 2.17 and 2.19 and, using the same arguments, only the 2.17 exe dumped the audio file.
Note that no error message is printed nor is any kind of exception thrown. It just doesn't do anything.
I'm not sure exactly what caused this regression, or if it's still happening in master, but it might be worth looking into.
I would check it out myself, but I can't compile ffms2 on my PC -- MinGW is being rude.