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

add -skip_initial_bytes recipe #365

Open
privatezero opened this issue Jan 25, 2019 · 3 comments
Open

add -skip_initial_bytes recipe #365

privatezero opened this issue Jan 25, 2019 · 3 comments
Assignees

Comments

@privatezero
Copy link
Member

privatezero commented Jan 25, 2019

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!

@ablwr
Copy link
Member

ablwr commented Jul 4, 2019

Note to Andrew

@ablwr
Copy link
Member

ablwr commented May 31, 2020

hi

@privatezero
Copy link
Member Author

privatezero commented May 31, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants