Questions tagged [wav]
WAV (or WAVE), short form for Waveform audio format, is a standard format audio file from Microsoft and IBM for storing audio on PCs.
125 questions
1
vote
1
answer
171
views
How do I convert a WAV file to an MP3 file without adding a split second of silence?
I am currently making a mixtape where every song transitions perfectly into the next one.
I made sure to check the zero crossing so that there is no clicks (or silence) at the end of the tracks, and ...
0
votes
0
answers
372
views
Fix "Non-monotonic DTS" Warning Caused By asetnsamples Filter
I'm using the following complex filter to mute certain parts of an audio file and replace those parts with a beep generated by the sine filter:
[0]asetnsamples=n=1,volume=0:enable='between(t,1.57,1.97)...
1
vote
0
answers
123
views
Concatenating multitrack .wav files using ffmpeg
I have 32bit .wav files with around 6 channels, segmented into chunks of 2.15GB. I want to merge the files sequentially, retaining the individual channels. I would assume something like:
ffmpeg -f ...
0
votes
0
answers
314
views
Create a limit frequency response range WAV file FFmpeg
I've been experimenting with using FFmpeg to convert modern high-quality audio (44.1, 48 & 96kHz etc.)into analogue type audio which are the old fashions Hi-Fi sounds like the 20 kHz frequency ...
1
vote
0
answers
462
views
FFMPEG - Converting from WAV to AAC changes the length of the audio file and causes video to be out of sync
Disclaimer: I am a complete novice at computer science, coding, etc.
TLDR: Converting from wav to aac with libfdk_aac is giving me a shorter file, and using aac it turns out longer. How can I preserve ...
1
vote
0
answers
236
views
Trying to convert WAV to HE-AACv2
so I've been trying to figure out how to convert WAVs into HE-AACv2, and nothing seems to be working at all. When I get an output file, it's corrupted. When I don't, it's always some vague error that ...
0
votes
0
answers
236
views
I install ffmpeg in the AWS EC2 environment and convert the audio .wav file to .m4a, but I'm having trouble with loud noise
I install ffmpeg in the aws EC2 environment and convert the audio wav file to m4a, but I'm having trouble with loud noise I don't know how to set parameters without noise.
The ffmpeg version is ffmpeg-...
0
votes
1
answer
383
views
Trying to trim a WAV file with ffmpeg yields a "Unable to find a suitable output format" error
Here's my command:
ffmpeg -i /path/to/filename.wav -vn -acodec copy -ss 00:00:00 -t 00:13:00 /path/to/filename-0.wav
When I run it I get the following error:
[NULL @ 0x55dfa3f27c80] Unable to find a ...
0
votes
1
answer
422
views
How to stretch a wav file to a specific number of samples?
How do you convert the content of a wav file to a specific number of samples, but without adding any silence? I.e. how can you stretch the audio data to a certain number of samples?
Some background ...
1
vote
0
answers
454
views
Copy all metadata (Chapters and...) from one wav file to another
How can I copy all the metadata (containing all chapters info) from one wav file to another?
I tried so many different methods, but so far none of them worked.
for example this wont work
ffmpeg -i in0....
0
votes
0
answers
1k
views
Unable to re-rip CDs in Windows Media Player
Using Windows Media Player to rip my CD collection I had noise issues with MP3 even at highest quality. I have a few dozen ripped this way. I started using WAV format and all is great. I have plenty ...
0
votes
1
answer
2k
views
Convert wav file from WAV_FORMAT_EXTENSIBLE to WAV_FORMAT_PCM
I have a 16-bit 44.1kHz wav file in WAV_FORMAT_EXTENSIBLE format. What is a simple and efficient way to convert it to WAV_FORMAT_PCM on the command-line?
ffmpeg solutions preferred, but I'm also open ...
0
votes
1
answer
347
views
Windows Command Line Join WAV files
Looking to join wav files together with a Win command line.
I need to take different time/sample start/end sections out of a wav file and join them into a new file.
Was looking at SoX but was not sure ...
3
votes
0
answers
2k
views
Need help converting a .wav RIFF WAVEfmt to MP3
I have a couple of .wav files from a Palm Pilot or possibly an old Windows Pocket PC that are in the format of a .wav RIFF WAVEfmt file. I can't play them, and would like to convert them to some ...
0
votes
1
answer
2k
views
ffmpeg: Export to 24 bits wave with Microsoft PCM, not Extensible (with Lavf58.76.100)
I notice that, when I use FFMPEG to export a mod to a wave in 24 bits or higher, FFMPEG decides to use extensible encoding instead of regular PCM encoding and uses "Lavf58.76.100", whatever ...