[FFmpeg-user] triming an audio wavfile

pink panther pantherlong at gmail.com
Tue May 25 00:22:15 EEST 2021


I have tried all of the below. I just want to cut the audio(music on hold)
to 1 minute because it's too long



ffmpeg -ss 0 -i Mohg729.wav -t 60 -acodec copy Mohg729a.wav

ffmpeg -i mohg729.wav -ss 00:00:00 -to 00:00:60 -c copy -y temp.wav

ffmpeg -ss 00:00 -i Mohg729.wav -t 00:60 -o Mohg729a.wav

ffmpeg -i Mohg729.wav -ss 00:00:00.0 -codec copy -t 60 Mohg729a.wav

ffmpeg -i Mohg729.wav -ss 00:1:00 -c copy Mohg729b.wav

ffmpeg -i Mohg729.wav -ss 00:1:00 -c copy Mohg729b.wav

ffmpeg -ss 0 -t 50 -i Mohg729.wav Mohg729a.wav

On Mon, May 24, 2021 at 4:25 PM Carl Zwanzig <cpz at tuunq.com> wrote:

> On 5/24/2021 1:18 PM, pink panther wrote:
> > I have a 325kb audio wave file recorded in g729. I am trying to  trim it
> to
> > 1 minute. I have tried almost every command I see from guys using ffmpeg
> > and none seem to work.Can someone assist?
>
> What have you tried and what's the command output?
> (please read the list FAQ)
>
> z!
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list