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 is 3 minutes shorter than the
video file. Is there an option that will keep those last 3 minutes of
silence in the audio file?
Thanks,
Cliff
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user