Skip to main content

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.

1 vote
1 answer
171 views

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 ...
georges's user avatar
  • 11
0 votes
0 answers
372 views

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)...
Harry Muscle's user avatar
1 vote
0 answers
123 views

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 ...
EURSCVA MembroFoto's user avatar
0 votes
0 answers
314 views

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 ...
Taymur Roshan's user avatar
1 vote
0 answers
462 views

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 ...
Barzai's user avatar
  • 11
1 vote
0 answers
236 views

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 ...
Jaden LeMieux's user avatar
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 don't know how to set parameters without noise. The ffmpeg version is ffmpeg-...
原田静男's user avatar
0 votes
1 answer
383 views

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 ...
neubert's user avatar
  • 7,664
0 votes
1 answer
422 views

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 ...
SePröbläm's user avatar
1 vote
0 answers
454 views

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....
sanab3343's user avatar
0 votes
0 answers
1k views

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 ...
Ron Draper's user avatar
0 votes
1 answer
2k views

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 ...
michaeljan's user avatar
0 votes
1 answer
347 views

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 ...
LuaStart's user avatar
  • 101
3 votes
0 answers
2k views

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 ...
Magwich's user avatar
  • 271
0 votes
1 answer
2k views

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 ...
Gerhard Schreurs's user avatar

15 30 50 per page
1
2 3 4 5
9