[FFmpeg-user] audio extraction for no sound at end of video

2015-01-10 Thread Cliff R Wong
Hi. I am extracting the audio from a video file to a wav format ffmpeg -i {0} -ar 8000 -ac 1 -acodec pcm_s16le {1}.wav where {0} is the input file and {1} is the output filename. However, the last 3 minutes of the video has no sound and ffmpeg does not convert that so the resulting audio file

Re: [FFmpeg-user] audio extraction for no sound at end of video

2015-01-10 Thread Lou
On Sat, 10 Jan 2015 11:37:00 -0500 Cliff R Wong cliff.r.w...@gmail.com wrote: Hi. I am extracting the audio from a video file to a wav format ffmpeg -i {0} -ar 8000 -ac 1 -acodec pcm_s16le {1}.wav where {0} is the input file and {1} is the output filename. However, the last 3 minutes

Re: [FFmpeg-user] audio extraction for no sound at end of video

2015-01-10 Thread Cliff R Wong
Sorry. I'm quite new here. Here is the console output. The mp4 video is 2:58:41 long but the mp4 audio is only 2:55:33 long. I want the wav audio output to also be 2:58:41 long. ./ffmpeg -i videoIN.mp4 -ar 8000 -ac 1 -acodec pcm_s16le audioOUT.wav ffmpeg version N-63893-gc69defd Copyright (c)