add -skip_initial_bytes recipe
Note to self to add something along the lines of:
ffmpeg -skip_initial_bytes 44 -f s24le -ar 96000 -ac 2 -i BAD-WAV -c:a pcm_s24le -ar 96000 -ac 2 -rf64 auto NEW-FILE
for skipping a WAV header and creating a new file from the contained pcm.
Use case here is extracting audio from files that were created by an apparent bug in audacity that allows people to export audio as WAV even if it is too large to fit in WAV. This apparently throws no errors, but creates a jacked up file that isn't fixable with a simple rewrap!
Note to Andrew
hi
I actually have a branch for this like half done - I'll get back to it this week
On Sun, May 31, 2020 at 9:33 AM Ashley [email protected] wrote:
hi
— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/amiaopensource/ffmprovisr/issues/365#issuecomment-636494791, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADCXTA4MJSIISNCQPES5DELRUKBFXANCNFSM4GSPMBZQ .